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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dversion.c565 Shdr *symshdr; local
572 symshdr = ifl->ifl_isdesc[vershdr->sh_link]->is_shdr;
573 if ((symshdr->sh_size / symshdr->sh_entsize) != (vershdr->sh_size /
581 EC_WORD(symshdr->sh_size / symshdr->sh_entsize));
H A Dsyms.c199 Shdr *sifshdr, *symshdr; local
223 symshdr = ifl->ifl_isdesc[sifshdr->sh_link]->is_shdr;
229 strdata = ifl->ifl_isdesc[symshdr->sh_link]->is_indata->d_buf;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2489 Shdr *sortshdr, *symshdr; local
2523 symshdr = symcache->c_shdr;
2526 switch (symshdr->sh_type) {
2541 symshdr = symcache->c_shdr;
2542 if (symshdr->sh_type == SHT_DYNSYM)
2562 symshdr->sh_type, 0, &inv_buf));

Completed in 73 milliseconds