Lines Matching defs:tshd_p
153 Elf32_Shdr *tshd_p;
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->sh_link;
273 nsyms_pri = tshd_p->sh_size / tshd_p->sh_entsize;
281 nsyms_aux = tshd_p->sh_size / tshd_p->sh_entsize;