Searched refs:secthead_count (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-x86-x86.c | 200 unsigned long secthead_count, in elf_x86_x86_write_proghead() argument 222 YASM_WRITE_16_L(bufp, secthead_count); /* e_shnum */ in elf_x86_x86_write_proghead()
|
D | elf-x86-amd64.c | 211 unsigned long secthead_count, in elf_x86_amd64_write_proghead() argument 236 YASM_WRITE_16_L(bufp, secthead_count); /* e_shnum */ in elf_x86_amd64_write_proghead()
|
D | elf-machine.h | 68 unsigned long secthead_count,
|
D | elf.h | 529 unsigned long secthead_count,
|
D | elf.c | 936 unsigned long secthead_count, in elf_proghead_write_to_file() argument 948 elf_march->write_proghead(&bufp, secthead_addr, secthead_count, shstrtab_index); in elf_proghead_write_to_file()
|