Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c414 if (COPY_S(nlmp) == NULL) in _relocate_lmc()
426 for (APLIST_TRAVERSE(COPY_S(nlmp), idx1, lmp)) { in _relocate_lmc()
458 free(COPY_S(nlmp)); in _relocate_lmc()
459 COPY_S(nlmp) = NULL; in _relocate_lmc()
H A Delf.c2434 if (aplist_append(&COPY_S(rlmp), dlmp,
/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h964 #define COPY_S(X) ((X)->rt_copy.rtc_s) macro