Searched refs:stripped_len (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso2c.c | 149 void *stripped_addr, size_t stripped_len, in go() argument 155 go64(raw_addr, raw_len, stripped_addr, stripped_len, in go() 158 go32(raw_addr, raw_len, stripped_addr, stripped_len, in go() 188 size_t raw_len, stripped_len; in main() local 220 map_input(argv[2], &stripped_addr, &stripped_len, PROT_READ); in main() 227 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 230 munmap(stripped_addr, stripped_len); in main()
|
D | vdso2c.h | 12 void *stripped_addr, size_t stripped_len, in BITSFUNC() 52 if (stripped_len < load_size) in BITSFUNC() 113 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 117 mapping_size = (stripped_len + 8191) / 8192 * 8192; in BITSFUNC() 126 for (j = 0; j < stripped_len; j++) { in BITSFUNC()
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso2c.c | 176 void *stripped_addr, size_t stripped_len, in go() argument 182 go64(raw_addr, raw_len, stripped_addr, stripped_len, in go() 185 go32(raw_addr, raw_len, stripped_addr, stripped_len, in go() 214 size_t raw_len, stripped_len; in main() local 246 map_input(argv[2], &stripped_addr, &stripped_len, PROT_READ); in main() 253 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 256 munmap(stripped_addr, stripped_len); in main()
|
D | vdso2c.h | 9 void *stripped_addr, size_t stripped_len, in BITSFUNC() 53 if (stripped_len < load_size) in BITSFUNC() 138 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 142 mapping_size = (stripped_len + 4095) / 4096 * 4096; in BITSFUNC() 152 for (j = 0; j < stripped_len; j++) { in BITSFUNC()
|