Home
last modified time | relevance | path

Searched refs:ad_aux (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c219 adp->ad_aux = libld_calloc(number, sizeof (Ar_aux)); in ld_ar_setup()
220 if (adp->ad_aux == NULL) in ld_ar_setup()
223 adp->ad_aux = NULL; in ld_ar_setup()
490 for (arsym = adp->ad_start, aup = adp->ad_aux; arsym->as_name; in ar_extract_bysym()
H A Dldmain.c552 for (arsym = adp->ad_start, aup = adp->ad_aux; in ld_ofl_cleanup()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c186 aux = adp->ad_aux; in Dbg_statistics_ar()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1539 Ar_aux *ad_aux; /* auxiliary symbol information */ member