Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c413 if (COPY_S(nlmp) == NULL) in _relocate_lmc()
425 for (APLIST_TRAVERSE(COPY_S(nlmp), idx1, lmp)) { in _relocate_lmc()
457 free(COPY_S(nlmp)); in _relocate_lmc()
458 COPY_S(nlmp) = NULL; in _relocate_lmc()
H A Delf.c2411 if (aplist_append(&COPY_S(rlmp), dlmp,
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h966 #define COPY_S(X) ((X)->rt_copy.rtc_s) macro