Searched refs:RTLD_REL_RELATIVE (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/head/
H A Ddlfcn.h163 #define RTLD_REL_RELATIVE 0x00001 /* apply relative relocs */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.c148 { RTLD_REL_RELATIVE, MSG_RTLD_REL_RELATIVE },
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddynamic.c159 if (flags & RTLD_REL_RELATIVE)
H A Drelocate.c169 if ((flags & RTLD_REL_ALL) == RTLD_REL_RELATIVE) {
H A Ddldump.c119 * to the same locations. (note that RTLD_REL_RELATIVE will
123 * new shared object - dldump(infile, outfile, RTLD_REL_RELATIVE)
382 if ((flags & ~RTLD_REL_RELATIVE) &&
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c264 _flags |= RTLD_REL_RELATIVE;
H A Dcrle.c299 crle.c_dlflags = RTLD_REL_RELATIVE;
H A Dprint.c392 (head->ch_dlflags != RTLD_REL_RELATIVE)) {
405 (head->ch_dlflags != RTLD_REL_RELATIVE))

Completed in 53 milliseconds