Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c1621 GElf_Shdr symshdr, strshdr; in build_alt_debug() local
1745 if (gelf_getshdr(scn, &strshdr) == NULL) in build_alt_debug()
1756 fptr->file_symtab.sym_strhdr = strshdr; in build_alt_debug()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1461 Shdr *strshdr; in cap_section() local
1473 strshdr = strcache->c_shdr; in cap_section()
1475 if (strshdr->sh_type != SHT_STRTAB) { in cap_section()