Searched refs:symtab_idx (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-x86-x86.c | 120 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()
|
D | elf-x86-amd64.c | 113 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()
|
D | elf-machine.h | 55 elf_section_index symtab_idx,
|
D | elf.c | 730 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/ |
D | strip.c | 397 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/ |
D | run-strings-test.sh | 386 testfile8: 8060 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 337 symtab_idx = f.uint32()
|