Searched refs:_shdr (Results 1 – 3 of 3) sorted by relevance
160 GElf_Shdr _shdr; in print_symtab() local168 if (gelf_getshdr(_scn, &_shdr) == NULL) in print_symtab()178 if ((_shdr.sh_type == in print_symtab()180 (_shdr.sh_link == symscnndx) && in print_symtab()
831 GElf_Shdr _shdr; in readsyms() local834 if (gelf_getshdr(_scn, &_shdr) == 0) in readsyms()836 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) && in readsyms()837 (_shdr.sh_link == symscnndx)) { in readsyms()
541 GElf_Shdr _shdr; in print_symtab() local547 if (gelf_getshdr(_scn, &_shdr) == 0) in print_symtab()549 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) && in print_symtab()551 (_shdr.sh_link == (GElf_Word)symscnndx)) { in print_symtab()