Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h908 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(void *)(X) macro
910 #define LINKMAP_TO_RTMAP(X) (Rt_map *)(X) macro
917 #define NEXT_RT_MAP(X) LINKMAP_TO_RTMAP(NEXT(X))
918 #define PREV_RT_MAP(X) LINKMAP_TO_RTMAP(PREV(X))
/titanic_50/usr/src/cmd/sgs/libcrle/common/
H A Daudit.c119 !(FLAGS(LINKMAP_TO_RTMAP(lmp)) & FLG_RT_ISMAIN)) { in la_objopen()
/titanic_50/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c407 if (LIST(LINKMAP_TO_RTMAP(lmp))->lm_tflags & LML_TFLG_NOAUDIT) in la_objopen()