Searched refs:tshd_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c153 Elf32_Shdr *tshd_p; local
239 if ((tshd_p = elf32_getshdr(tscn_p)) == NULL)
243 (void) memcpy(dest_p, tshd_p, shdsize);
247 tshd_p->sh_name));
249 &shdnms_p[tshd_p->sh_name]));
253 switch (tshd_p->sh_type) {
256 pfile_p->pf_symstr_ndx = tshd_p->sh_link;
259 nsyms_pri = tshd_p->sh_size / tshd_p->sh_entsize;
270 pfile_p->pf_symstr_ndx = tshd_p
[all...]

Completed in 43 milliseconds