Searched refs:ad_elf (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c214 adp->ad_elf = elf;
581 if (elf_rand(adp->ad_elf, arsym->as_off) !=
591 adp->ad_elf)) == NULL) {
614 &arelf, adp->ad_elf, arsym->as_off,
735 while ((arelf = elf_begin(fd, cmd, adp->ad_elf)) != NULL) {
768 next_off = _elf_getnextoff(adp->ad_elf);
779 (FLG_IF_EXTRACT | FLG_IF_NEEDED), &arelf, adp->ad_elf,
781 (void) elf_rand(adp->ad_elf, next_off);
799 * and elf descriptor can be freed. Set ad_elf to NULL to mark the
802 (void) elf_end(adp->ad_elf);
[all...]
H A Dldmain.c546 (void) elf_end(adp->ad_elf);
H A Dargs.c266 if (adp->ad_elf == NULL)
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1487 Elf *ad_elf; /* elf descriptor for the archive */ member in struct:ar_desc

Completed in 55 milliseconds