Home
last modified time | relevance | path

Searched refs:FL1_RT_USED (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h866 #define FL1_RT_USED 0x00000400 /* symbol referenced from this object */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c232 FLAGS1(lmp) &= ~FL1_RT_USED; in sort_scc()
H A Dsetup.c687 FLAGS1(mlmp) |= FL1_RT_USED; in setup()
H A Delf.c818 FLAGS1(ilmp) |= FL1_RT_USED;
1069 FLAGS1(nlmp) |= FL1_RT_USED;
H A Ddlfcns.c1390 FLAGS1(*dlmp) |= FL1_RT_USED; in dlsym_core()
H A Danalyze.c3325 FLAGS1(dlmp) |= FL1_RT_USED; in bind_one()
H A Dutil.c3376 if (FLAGS1(lmp) & FL1_RT_USED) in unused()
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c92 { MSG_ORIG(MSG_FL1_USED), FL1_RT_USED, FL1_RT_USED },