Lines Matching defs:tscn_p
152 Elf_Scn *tscn_p;
181 tscn_p = elf_getscn(telf_p, k = pfile_p->pf_elfhd_p->e_shstrndx);
182 if (tscn_p == NULL)
185 if (elf32_getshdr(tscn_p) == NULL)
188 if ((pfile_p->pf_snmdat_p = elf_getdata(tscn_p, NULL)) == NULL)
226 tscn_p = 0;
238 while ((tscn_p = elf_nextscn(telf_p, tscn_p)) != NULL) {
239 if ((tshd_p = elf32_getshdr(tscn_p)) == NULL)
258 section_data_p(tscn_p, "symtab");
272 section_data_p(tscn_p, "dynsym");
280 section_data_p(tscn_p, "SUNW_ldynsym");