Searched refs:DF_1_GLOBAL (Results 1 – 8 of 8) sorted by relevance
111 if ((si->get_dt_flags_1() & DF_1_GLOBAL) != 0) { in get_global_group()
68 #define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE)
535 if ((dt_flags_1 & DF_1_GLOBAL) != 0) { in set_dt_flags_1()
412 si->set_dt_flags_1(si->get_dt_flags_1() | DF_1_GLOBAL);
1783 si->set_dt_flags_1(si->get_dt_flags_1() | DF_1_GLOBAL); in find_libraries()1792 if (!si->is_linked() && (si->get_dt_flags_1() & DF_1_GLOBAL) != 0) { in find_libraries()
209 #define DF_1_GLOBAL 0x00000002 /* implies RTLD_GLOBAL */ macro
581 // Library with DF_1_GLOBAL608 // Library with DF_1_GLOBAL which will be dlopened
61 executable, LD_PRELOAD libraries, and any library with the DF_1_GLOBAL