Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Ddispsyms.c160 GElf_Shdr _shdr; in print_symtab() local
168 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()
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c881 GElf_Shdr _shdr; local
884 if (gelf_getshdr(_scn, &_shdr) == 0)
886 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) &&
887 (_shdr.sh_link == symscnndx)) {
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c546 GElf_Shdr _shdr; in print_symtab() local
552 if (gelf_getshdr(_scn, &_shdr) == 0) in print_symtab()
554 if ((_shdr.sh_type == SHT_SYMTAB_SHNDX) && in print_symtab()
556 (_shdr.sh_link == (GElf_Word)symscnndx)) { in print_symtab()