Home
last modified time | relevance | path

Searched refs:e_elf (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPcore.c1767 efp->e_elf = NULL; in core_elf_fdopen()
1771 if ((efp->e_elf = elf_begin(efp->e_fd, ELF_C_READ, NULL)) == NULL) { in core_elf_fdopen()
1780 efp->e_elf = NULL; in core_elf_fdopen()
1809 if (efp->e_elf != NULL) { in core_elf_close()
1810 (void) elf_end(efp->e_elf); in core_elf_close()
1811 efp->e_elf = NULL; in core_elf_close()
2239 aout.e_elf = NULL;
2242 core.e_elf = NULL;
2589 for (scn = NULL; (scn = elf_nextscn(aout.e_elf, scn)) != NULL; ) {
2593 (sname = elf_strptr(aout.e_elf, aout.e_hdr.e_shstrndx,
[all …]
H A DPcontrol.h192 Elf *e_elf; /* ELF library handle */ member