Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.c177 if ((flags & RTLD_REL_ALL) == RTLD_REL_ALL) { in conv_dl_flag()
179 flags &= ~RTLD_REL_ALL; in conv_dl_flag()
H A Ddl.msg43 @ MSG_RTLD_REL_ALL "RTLD_REL_ALL"
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c113 if ((flags & RTLD_REL_ALL) == 0) { in count_reloc()
169 if ((flags & RTLD_REL_ALL) == RTLD_REL_RELATIVE) { in count_reloc()
300 if (((flags & RTLD_REL_ALL) == RTLD_REL_ALL) || in count_reloc()
/illumos-gate/usr/src/head/
H A Ddlfcn.h174 #define RTLD_REL_ALL 0x00fff /* apply all relocs */ macro
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c277 _flags |= RTLD_REL_ALL; in dlflags()
H A Dcrle.msg293 @ MSG_MOD_REL_ALL "RTLD_REL_ALL"