Home
last modified time | relevance | path

Searched refs:RTLD_REL_EXEC (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/
H A Ddlfcn.h164 #define RTLD_REL_EXEC 0x00002 /* apply symbolic relocs that */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.msg38 @ MSG_RTLD_REL_EXEC "RTLD_REL_EXEC"
H A Ddl.c149 { RTLD_REL_EXEC, MSG_RTLD_REL_EXEC }, in conv_dl_flag()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c267 _flags |= RTLD_REL_EXEC; in dlflags()
H A Dcrle.msg82 @ MSG_ARG_MODE "%s: RTLD_REL_EXEC cannot be used with multiple \
288 @ MSG_MOD_REL_EXEC "RTLD_REL_EXEC"
H A Dinspect.c772 (crle->c_dlflags & RTLD_REL_EXEC)) { in inspect_file()
815 (crle->c_dlflags & RTLD_REL_EXEC)) { in inspect_file()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c301 ((flags & RTLD_REL_EXEC) && in count_reloc()