Searched refs:stripped_len (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/entry/vdso/ |
| D | vdso2c.c | 165 void *stripped_addr, size_t stripped_len, in go() argument 171 go64(raw_addr, raw_len, stripped_addr, stripped_len, in go() 174 go32(raw_addr, raw_len, stripped_addr, stripped_len, in go() 203 size_t raw_len, stripped_len; in main() local 235 map_input(argv[2], &stripped_addr, &stripped_len, PROT_READ); in main() 242 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 245 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() 139 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 143 mapping_size = (stripped_len + 4095) / 4096 * 4096; in BITSFUNC() 153 for (j = 0; j < stripped_len; j++) { in BITSFUNC()
|
| /Linux-v5.4/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()
|