Home
last modified time | relevance | path

Searched refs:symtab_idx (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c120 elf_section_index symtab_idx, in elf_x86_x86_write_secthead_rel() argument
130 YASM_WRITE_32_L(bufp, symtab_idx); /* link: symtab index */ in elf_x86_x86_write_secthead_rel()
Delf-x86-amd64.c113 elf_section_index symtab_idx, in elf_x86_amd64_write_secthead_rel() argument
132 YASM_WRITE_32_L(bufp, symtab_idx); /* link: symtab index */ in elf_x86_amd64_write_secthead_rel()
Delf-machine.h55 elf_section_index symtab_idx,
Delf.c730 elf_secthead_write_rel_to_file(FILE *f, elf_section_index symtab_idx, in elf_secthead_write_rel_to_file() argument
746 elf_march->write_secthead_rel(bufp, shead, symtab_idx, sindex); in elf_secthead_write_rel_to_file()
/external/elfutils/src/
Dstrip.c397 Elf32_Word symtab_idx; in handle_elf() member
602 assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0); in handle_elf()
603 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt; in handle_elf()
741 if (shdr_info[cnt].symtab_idx != 0 in handle_elf()
742 && shdr_info[shdr_info[cnt].symtab_idx].data == NULL) in handle_elf()
746 shdr_info[shdr_info[cnt].symtab_idx].data in handle_elf()
747 = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn, in handle_elf()
749 if (shdr_info[shdr_info[cnt].symtab_idx].data == NULL) in handle_elf()
753 = shdr_info[shdr_info[cnt].symtab_idx].data; in handle_elf()
1132 if (shdr_info[cnt].symtab_idx != 0) in handle_elf()
[all …]
/external/elfutils/tests/
Drun-strings-test.sh386 testfile8: 8060 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py337 symtab_idx = f.uint32()