Searched refs:DT_FLAGS (Results 1 – 20 of 20) sorted by relevance
179 case DT_FLAGS: in generic_get_entry_dyn()231 case DT_FLAGS: in generic_add_entry_dyn()
502 { DT_FLAGS, "FLAGS" },
1023 constexpr Elf_Word DT_FLAGS = 30; variable
55 DT_FLAGS, DT_ENCODING, DT_PREINIT_ARRAY, in main()
284 || (dyn->d_tag == DT_FLAGS in process_file()
1334 || (dyn->d_tag == DT_FLAGS in check_reloc_shdr()
1972 case DT_FLAGS: in handle_dynamic()
695 #define DT_FLAGS 30 macro
1119 DT_FLAGS = 30, // Flags. enumerator
754 #define DT_FLAGS 30 macro
749 #define DT_FLAGS 30 macro
759 #define DT_FLAGS 30 macro
903 #define DT_FLAGS 30 /* Flags for the object being loaded */ macro
2032 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW)) in prepare_lazy()
2031 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW)) in prepare_lazy()
2066 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW))
3206 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW)) in prepare_lazy()