Searched refs:stripped_len (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/sparc/vdso/ |
D | vdso2c.c | 143 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()
|
D | vdso2c.h | 12 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()
|
/Linux-v5.10/arch/x86/entry/vdso/ |
D | vdso2c.c | 168 void *stripped_addr, size_t stripped_len, in go() argument 174 go64(raw_addr, raw_len, stripped_addr, stripped_len, in go() 177 go32(raw_addr, raw_len, stripped_addr, stripped_len, in go() 206 size_t raw_len, stripped_len; in main() local 238 map_input(argv[2], &stripped_addr, &stripped_len, PROT_READ); in main() 245 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 248 munmap(stripped_addr, stripped_len); in main()
|
D | vdso2c.h | 9 void *stripped_addr, size_t stripped_len, in BITSFUNC() 52 if (stripped_len < load_size) in BITSFUNC() 137 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 141 mapping_size = (stripped_len + 4095) / 4096 * 4096; in BITSFUNC() 151 for (i = 0; i < stripped_len; i++) { in BITSFUNC()
|