Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h852 #define FL1_RT_COPYTOOK 0x00000001 /* copy relocation taken */ macro
/titanic_50/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c82 { MSG_ORIG(MSG_FL1_COPYTOOK), FL1_RT_COPYTOOK, FL1_RT_COPYTOOK},
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Delf.c2433 if (!(FLAGS1(dlmp) & FL1_RT_COPYTOOK)) {
2441 FLAGS1(dlmp) |= FL1_RT_COPYTOOK;
H A Danalyze.c2634 if (osym && (FLAGS1(dlmp) & FL1_RT_COPYTOOK)) { in lookup_sym_interpose()