Home
last modified time | relevance | path

Searched refs:RTLD_REL_RELATIVE (Results 1 – 10 of 10) 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.msg37 @ MSG_RTLD_REL_RELATIVE "RTLD_REL_RELATIVE"
H A Ddl.c148 { RTLD_REL_RELATIVE, MSG_RTLD_REL_RELATIVE }, in conv_dl_flag()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddynamic.c159 if (flags & RTLD_REL_RELATIVE) in update_dynamic()
H A Drelocate.c169 if ((flags & RTLD_REL_ALL) == RTLD_REL_RELATIVE) { in count_reloc()
H A Ddldump.c382 if ((flags & ~RTLD_REL_RELATIVE) && in rt_dldump()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c265 _flags |= RTLD_REL_RELATIVE; in dlflags()
H A Dprint.c363 (head->ch_dlflags != RTLD_REL_RELATIVE)) { in scanconfig()
377 (head->ch_dlflags != RTLD_REL_RELATIVE)) in scanconfig()
H A Dcrle.c289 crle.c_dlflags = RTLD_REL_RELATIVE; in main()
H A Dcrle.msg287 @ MSG_MOD_REL_RELATIVE "RTLD_REL_RELATIVE"