Searched refs:ad_elf (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/libld/common/ |
| H A D | libs.c | 215 adp->ad_elf = elf; in ld_ar_setup() 587 if (elf_rand(adp->ad_elf, arsym->as_off) != in ar_extract_bysym() 597 adp->ad_elf)) == NULL) { in ar_extract_bysym() 620 &arelf, adp->ad_elf, arsym->as_off, in ar_extract_bysym() 741 while ((arelf = elf_begin(fd, cmd, adp->ad_elf)) != NULL) { in ar_extract_all() 774 next_off = _elf_getnextoff(adp->ad_elf); in ar_extract_all() 785 (FLG_IF_EXTRACT | FLG_IF_NEEDED), &arelf, adp->ad_elf, in ar_extract_all() 787 (void) elf_rand(adp->ad_elf, next_off); in ar_extract_all()
|
| H A D | ldmain.c | 565 (void) elf_end(adp->ad_elf); in ld_ofl_cleanup()
|
| /illumos-gate/usr/src/cmd/sgs/include/ |
| H A D | libld.h | 1537 Elf *ad_elf; /* elf descriptor for the archive */ member
|