Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c519 if (ifl->ifl_elf) in ifl_list_cleanup()
520 (void) elf_end(ifl->ifl_elf); in ifl_list_cleanup()
H A Dfiles.c106 ifl->ifl_elf = elf; in ifl_setup()
1796 if ((strscn = elf_getscn(ifl->ifl_elf, shdr->sh_link)) == NULL) { in process_rel_dynamic()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h848 Elf *ifl_elf; /* elf descriptor for this file */ member