Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c201 elf_section_index shstrtab_index) in elf_x86_x86_write_proghead() argument
223 YASM_WRITE_16_L(bufp, shstrtab_index); /* e_shstrndx */ in elf_x86_x86_write_proghead()
Delf-x86-amd64.c212 elf_section_index shstrtab_index) in elf_x86_amd64_write_proghead() argument
237 YASM_WRITE_16_L(bufp, shstrtab_index); /* e_shstrndx */ in elf_x86_amd64_write_proghead()
Delf-machine.h69 elf_section_index shstrtab_index);
Delf.h530 elf_section_index shstrtab_index);
Delf.c937 elf_section_index shstrtab_index) 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()