Home
last modified time | relevance | path

Searched refs:stripped_len (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sparc/vdso/
H A Dvdso2c.c143 void *stripped_addr, size_t stripped_len, in go() argument
149 go64(raw_addr, raw_len, stripped_addr, stripped_len, in go()
152 go32(raw_addr, raw_len, stripped_addr, stripped_len, in go()
182 size_t raw_len, stripped_len; in main() local
214 map_input(argv[2], &stripped_addr, &stripped_len, PROT_READ); in main()
221 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main()
224 munmap(stripped_addr, stripped_len); in main()
H A Dvdso2c.h12 void *stripped_addr, size_t stripped_len, in BITSFUNC()
51 if (stripped_len < load_size) in BITSFUNC()
112 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
116 mapping_size = (stripped_len + 8191) / 8192 * 8192; in BITSFUNC()
125 for (j = 0; j < stripped_len; j++) { in BITSFUNC()
/openbmc/linux/arch/x86/entry/vdso/
H A Dvdso2c.c170 void *stripped_addr, size_t stripped_len, in go() argument
176 go64(raw_addr, raw_len, stripped_addr, stripped_len, in go()
179 go32(raw_addr, raw_len, stripped_addr, stripped_len, in go()
208 size_t raw_len, stripped_len; in main() local
240 map_input(argv[2], &stripped_addr, &stripped_len, PROT_READ); in main()
247 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main()
250 munmap(stripped_addr, stripped_len); in main()
H A Dvdso2c.h44 void *stripped_addr, size_t stripped_len, in BITSFUNC()
87 if (stripped_len < load_size) in BITSFUNC()
174 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
178 mapping_size = (stripped_len + 4095) / 4096 * 4096; in BITSFUNC()
189 for (i = 0; i < stripped_len; i++) { in BITSFUNC()