Searched refs:RTLD_REL_RELATIVE (Results 1 – 10 of 10) sorted by relevance
163 #define RTLD_REL_RELATIVE 0x00001 /* apply relative relocs */ macro
37 @ MSG_RTLD_REL_RELATIVE "RTLD_REL_RELATIVE"
148 { RTLD_REL_RELATIVE, MSG_RTLD_REL_RELATIVE }, in conv_dl_flag()
159 if (flags & RTLD_REL_RELATIVE) in update_dynamic()
169 if ((flags & RTLD_REL_ALL) == RTLD_REL_RELATIVE) { in count_reloc()
382 if ((flags & ~RTLD_REL_RELATIVE) && in rt_dldump()
264 _flags |= RTLD_REL_RELATIVE; in dlflags()
392 (head->ch_dlflags != RTLD_REL_RELATIVE)) { in scanconfig()405 (head->ch_dlflags != RTLD_REL_RELATIVE)) in scanconfig()
299 crle.c_dlflags = RTLD_REL_RELATIVE; in main()
309 @ MSG_MOD_REL_RELATIVE "RTLD_REL_RELATIVE"