Home
last modified time | relevance | path

Searched refs:secthead_count (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c200 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()
Delf-x86-amd64.c211 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()
Delf-machine.h68 unsigned long secthead_count,
Delf.h529 unsigned long secthead_count,
Delf.c936 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()