Home
last modified time | relevance | path

Searched refs:file_elf (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPcontrol.h107 Elf *file_elf; /* ELF handle so we can close */ member
H A DPsymtab.c271 if (fptr->file_elf) in file_info_free()
272 (void) elf_end(fptr->file_elf); in file_info_free()
1717 fptr->file_elf = elf; in Pbuild_file_symtab()
1940 fptr->file_elf = NULL; in Pbuild_file_symtab()
2410 fptr->file_elf == NULL) /* not an ELF file */ in i_Pxlookup_by_addr()
2522 if (fptr->file_elf == NULL) in Pxlookup_by_name()
2784 fptr->file_elf == NULL) /* not an ELF file */ in Psymbol_iter_com()
2870 gelf_getshdr(elf_getscn(fptr->file_elf, in Psymbol_iter_com()
H A DPcore.c2026 if (fp->file_elf == NULL) in core_iter_mapping()
2031 if ((mp = core_find_data(P, fp->file_elf, fp->file_lo)) != NULL) { in core_iter_mapping()