Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Ddlfcn.h168 #define RTLD_REL_PRELOAD 0x00008 /* apply symbolic relocs that */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.msg40 @ MSG_RTLD_REL_PRELOAD "RTLD_REL_PRELOAD"
H A Ddl.c151 { RTLD_REL_PRELOAD, MSG_RTLD_REL_PRELOAD }, in conv_dl_flag()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c271 _flags |= RTLD_REL_PRELOAD; in dlflags()
H A Dcrle.msg290 @ MSG_MOD_REL_PRELOAD "RTLD_REL_PRELOAD"
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c305 ((flags & RTLD_REL_PRELOAD) && in count_reloc()