Home
last modified time | relevance | path

Searched refs:FLG_RT_PRELOAD (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c125 flags = FLG_RT_PRELOAD; in preload()
127 flags = (FLG_RT_PRELOAD | FLG_RT_OBJINTPO); in preload()
H A Dpaths.c270 ((flags & FLG_RT_PRELOAD) || in get_dir_list()
H A Danalyze.c1101 (flags & (FLG_RT_PRELOAD | FLG_RT_AUDIT))) in file_notfound()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c306 (FLAGS(_lmp) & FLG_RT_PRELOAD)) || in count_reloc()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h833 #define FLG_RT_PRELOAD 0x00002000 /* object was preloaded */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c60 { MSG_ORIG(MSG_FLG_PRELOAD), FLG_RT_PRELOAD, FLG_RT_PRELOAD},