Searched refs:DF_1_GLOBAL (Results 1 – 8 of 8) sorted by relevance
131 if ((si->get_dt_flags_1() & DF_1_GLOBAL) != 0) { in get_global_group()
54 #define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE)
425 si->set_dt_flags_1(si->get_dt_flags_1() | DF_1_GLOBAL); in linker_main()
655 if ((dt_flags_1 & DF_1_GLOBAL) != 0) { in set_dt_flags_1()
1660 si->set_dt_flags_1(si->get_dt_flags_1() | DF_1_GLOBAL); in find_libraries()1669 if (!si->is_linked() && (si->get_dt_flags_1() & DF_1_GLOBAL) != 0) { in find_libraries()
207 #define DF_1_GLOBAL 0x00000002 /* implies RTLD_GLOBAL */ macro
1157 // Library with DF_1_GLOBAL1184 // Library with DF_1_GLOBAL which will be dlopened
68 executable, LD_PRELOAD libraries, and any library with the DF_1_GLOBAL