Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dstrip.c415 Elf32_Word symtab_idx; in handle_elf() member
636 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0); in handle_elf()
637 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx = cnt; in handle_elf()
801 if (shdr_info[cnt].symtab_idx != 0 in handle_elf()
802 && shdr_info[shdr_info[cnt].symtab_idx].data == NULL) in handle_elf()
806 shdr_info[shdr_info[cnt].symtab_idx].data in handle_elf()
807 = elf_getdata (shdr_info[shdr_info[cnt].symtab_idx].scn, in handle_elf()
809 if (shdr_info[shdr_info[cnt].symtab_idx].data == NULL) in handle_elf()
813 = shdr_info[shdr_info[cnt].symtab_idx].data; in handle_elf()
1203 if (shdr_info[cnt].symtab_idx != 0) in handle_elf()
[all …]
/external/elfutils/src/tests/
Drun-strings-test.sh378 testfile8: 8060 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py341 symtab_idx = f.uint32()