Searched defs:_shdr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c160 GElf_Shdr _shdr; local
168 if (gelf_getshdr(_scn, &_shdr) == NULL)
178 if ((_shdr.sh_type ==
180 (_shdr.sh_link == symscnndx) &&
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c831 GElf_Shdr _shdr; local
834 if (gelf_getshdr(_scn, &_shdr) == 0)
836 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) &&
837 (_shdr.sh_link == symscnndx)) {
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c541 GElf_Shdr _shdr; local
547 if (gelf_getshdr(_scn, &_shdr) == 0)
549 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) &&
551 (_shdr.sh_link == (GElf_Word)symscnndx)) {

Completed in 51 milliseconds