Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/vdso/
Dvdso2c.c169 void *stripped_addr, size_t stripped_len, in go() argument
175 go64(raw_addr, raw_len, stripped_addr, stripped_len, in go()
178 go32(raw_addr, raw_len, stripped_addr, stripped_len, in go()
207 size_t raw_len, stripped_len; in main() local
239 map_input(argv[2], &stripped_addr, &stripped_len, PROT_READ); in main()
246 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main()
249 munmap(stripped_addr, stripped_len); in main()
Dvdso2c.h8 void *stripped_addr, size_t stripped_len, in BITSFUNC()
49 if (stripped_len < load_size) in BITSFUNC()
131 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC()
135 mapping_size = (stripped_len + 4095) / 4096 * 4096; in BITSFUNC()
145 for (j = 0; j < stripped_len; j++) { in BITSFUNC()