Home
last modified time | relevance | path

Searched refs:symtabtype (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/sgs/nm/common/
H A Dnm.c538 GElf_Word symtabtype; in get_symtab() local
566 symtabtype = SHT_DYNSYM; in get_symtab()
568 symtabtype = SHT_SUNW_LDYNSYM; in get_symtab()
570 symtabtype = SHT_SYMTAB; in get_symtab()
582 if (shdr.sh_type == symtabtype) { in get_symtab()
/titanic_50/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1270 Elf64_Word symtabtype; in get_symtab() local
1272 Elf32_Word symtabtype; in get_symtab() local
1292 symtabtype = SHT_SYMTAB; in get_symtab()
1310 if (shdr->sh_type == symtabtype) in get_symtab()