Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/cmd/sgs/nm/common/
H A Dnm.c831 GElf_Shdr _shdr; in readsyms() local
834 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()
/titanic_41/usr/src/cmd/sgs/dump/common/
H A Ddump.c541 GElf_Shdr _shdr; in print_symtab() local
547 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()