Lines Matching defs:shstrndx
74 scn_dwarf_type (Dwarf *result, size_t shstrndx, Elf_Scn *scn)
81 const char *scnname = elf_strptr (result->elf, shstrndx,
99 check_section (Dwarf *result, size_t shstrndx, Elf_Scn *scn, bool inscngrp)
129 const char *scnname = elf_strptr (result->elf, shstrndx,
392 global_read (Dwarf *result, Elf *elf, size_t shstrndx)
400 enum dwarf_type type = scn_dwarf_type (result, shstrndx, scn);
407 result = check_section (result, shstrndx, scn, false);
414 scngrp_read (Dwarf *result, Elf *elf, size_t shstrndx, Elf_Scn *scngrp)
466 enum dwarf_type type = scn_dwarf_type (result, shstrndx, scn);
475 result = check_section (result, shstrndx, scn, true);
543 size_t shstrndx;
544 if (elf_getshdrstrndx (elf, &shstrndx) != 0)
558 return global_read (result, elf, shstrndx);
560 return scngrp_read (result, elf, shstrndx, scngrp);