Searched refs:tscn_p (Results 1 – 1 of 1) sorted by relevance
152 Elf_Scn *tscn_p; in _symintOpen() local181 tscn_p = elf_getscn(telf_p, k = pfile_p->pf_elfhd_p->e_shstrndx); in _symintOpen()182 if (tscn_p == NULL) in _symintOpen()185 if (elf32_getshdr(tscn_p) == NULL) in _symintOpen()188 if ((pfile_p->pf_snmdat_p = elf_getdata(tscn_p, NULL)) == NULL) in _symintOpen()226 tscn_p = 0; in _symintOpen()238 while ((tscn_p = elf_nextscn(telf_p, tscn_p)) != NULL) { in _symintOpen()239 if ((tshd_p = elf32_getshdr(tscn_p)) == NULL) in _symintOpen()258 section_data_p(tscn_p, "symtab"); in _symintOpen()272 section_data_p(tscn_p, "dynsym"); in _symintOpen()[all …]