Home
last modified time | relevance | path

Searched refs:DT_FLAGS (Results 1 – 16 of 16) sorted by relevance

/third_party/elfio/elfio/
Delfio_dynamic.hpp168 case DT_FLAGS: in generic_get_entry_dyn()
218 case DT_FLAGS: in generic_add_entry_dyn()
Delf_types.hpp695 #define DT_FLAGS 30 macro
Delfio_dump.hpp441 { DT_FLAGS, "FLAGS" },
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h320 #define DT_FLAGS 30 /* Object specific flag values. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h320 #define DT_FLAGS 30 /* Object specific flag values. */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1119 DT_FLAGS = 30, // Flags. enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h749 #define DT_FLAGS 30 macro
/third_party/musl/porting/linux/user/include/
Delf.h751 #define DT_FLAGS 30 macro
/third_party/musl/ndk_musl_include/
Delf.h749 #define DT_FLAGS 30 macro
/third_party/musl/include/
Delf.h749 #define DT_FLAGS 30 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h749 #define DT_FLAGS 30 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h749 #define DT_FLAGS 30 macro
/third_party/musl/ldso/
Ddynlink.c1967 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW)) in prepare_lazy()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1990 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW)) in prepare_lazy()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1990 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW)) in prepare_lazy()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2982 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW)) in prepare_lazy()