Searched refs:stripped_len (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/sparc/vdso/ |
| H A 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()
|
| H A 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()
|