Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dremove.c329 if (COPY_R(lmp)) in remove_so()
330 free(COPY_R(lmp)); in remove_so()
H A Danalyze.c430 for (ALIST_TRAVERSE(COPY_R(lmp), idx2, rcp)) { in _relocate_lmc()
2638 for (ALIST_TRAVERSE(COPY_R(dlmp), idx, rcp)) { in lookup_sym_interpose()
H A Delf.c2426 if (alist_append(&COPY_R(dlmp), &rc, sizeof (Rel_copy),
/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h963 #define COPY_R(X) ((X)->rt_copy.rtc_r) macro