Searched refs:ad_elf (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | libs.c | 215 adp->ad_elf = elf; in ld_ar_setup() 586 if (elf_rand(adp->ad_elf, arsym->as_off) != in ar_extract_bysym() 596 adp->ad_elf)) == NULL) { in ar_extract_bysym() 619 &arelf, adp->ad_elf, arsym->as_off, in ar_extract_bysym() 740 while ((arelf = elf_begin(fd, cmd, adp->ad_elf)) != NULL) { in ar_extract_all() 773 next_off = _elf_getnextoff(adp->ad_elf); in ar_extract_all() 784 (FLG_IF_EXTRACT | FLG_IF_NEEDED), &arelf, adp->ad_elf, in ar_extract_all() 786 (void) elf_rand(adp->ad_elf, next_off); in ar_extract_all() 807 (void) elf_end(adp->ad_elf); in ar_extract_all() 808 adp->ad_elf = NULL; in ar_extract_all() [all …]
|
H A D | ldmain.c | 546 (void) elf_end(adp->ad_elf); in ld_ofl_cleanup()
|
H A D | args.c | 270 if (adp->ad_elf == NULL) in ld_rescan_archives()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | libld.h | 1490 Elf *ad_elf; /* elf descriptor for the archive */ member
|