Searched defs:symtab_idx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-amd64.c113 elf_section_index symtab_idx,
132 YASM_WRITE_32_L(bufp, symtab_idx); /* link: symtab index */
111 elf_x86_amd64_write_secthead_rel(unsigned char *bufp, elf_secthead *shead, elf_section_index symtab_idx, elf_section_index sindex) argument
H A Delf-x86-x86.c120 elf_section_index symtab_idx,
130 YASM_WRITE_32_L(bufp, symtab_idx); /* link: symtab index */
118 elf_x86_x86_write_secthead_rel(unsigned char *bufp, elf_secthead *shead, elf_section_index symtab_idx, elf_section_index sindex) argument
H A Delf.c730 elf_secthead_write_rel_to_file(FILE *f, elf_section_index symtab_idx, argument
746 elf_march->write_secthead_rel(bufp, shead, symtab_idx, sindex);
/external/elfutils/src/
H A Dstrip.c397 Elf32_Word symtab_idx; member in struct:shdr_info
602 assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0);
603 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt;
741 if (shdr_info[cnt].symtab_idx != 0
742 && shdr_info[shdr_info[cnt].symtab_idx].data == NULL)
746 shdr_info[shdr_info[cnt].symtab_idx].data
747 = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn,
749 if (shdr_info[shdr_info[cnt].symtab_idx].data == NULL)
753 = shdr_info[shdr_info[cnt].symtab_idx].data;
1132 if (shdr_info[cnt].symtab_idx !
[all...]

Completed in 323 milliseconds