Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1886 efp->e_elf = NULL; in core_elf_fdopen()
1899 efp->e_elf = NULL; in core_elf_fdopen()
1928 if (efp->e_elf != NULL) { in core_elf_close()
1929 (void) elf_end(efp->e_elf); in core_elf_close()
1930 efp->e_elf = NULL; in core_elf_close()
2358 aout.e_elf = NULL;
2361 core.e_elf = NULL;
2712 (sname = elf_strptr(aout.e_elf, aout.e_hdr.e_shstrndx,
2764 dmp = core_find_data(P, intf.e_elf, &rl);
2800 if ((tmp = core_find_text(P, aout.e_elf, &rl)) != NULL &&
[all …]
H A DPcontrol.h202 Elf *e_elf; /* ELF library handle */ member