Home
last modified time | relevance | path

Searched refs:DT_BIND_NOW (Results 1 – 19 of 19) sorted by relevance

/third_party/elfio/elfio/
Delfio_dynamic.hpp162 case DT_BIND_NOW: in generic_get_entry_dyn()
214 case DT_BIND_NOW: in generic_add_entry_dyn()
Delfio_dump.hpp496 { DT_BIND_NOW, "BIND_NOW" },
Delf_types.hpp1017 constexpr Elf_Word DT_BIND_NOW = 24; variable
/third_party/elfutils/tests/
Dalldts.c53 DT_BIND_NOW, DT_INIT_ARRAY, DT_FINI_ARRAY, in main()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp689 #define DT_BIND_NOW 24 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1113 DT_BIND_NOW = 24, // Process all relocations before execution. enumerator
/third_party/musl/porting/linux/user/include/
Delf.h748 #define DT_BIND_NOW 24 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h743 #define DT_BIND_NOW 24 macro
/third_party/musl/include/
Delf.h753 #define DT_BIND_NOW 24 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h743 #define DT_BIND_NOW 24 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h743 #define DT_BIND_NOW 24 macro
/third_party/elfutils/libelf/
Delf.h897 #define DT_BIND_NOW 24 /* Process relocations of object */ macro
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c2032 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.c2031 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW)) in prepare_lazy()
/third_party/musl/ldso/
Ddynlink.c2066 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW))
/third_party/elfutils/src/
Delflint.c1633 [DT_BIND_NOW] = true in check_dynamic()
Dreadelf.c1918 case DT_BIND_NOW: in handle_dynamic()
/third_party/musl/ldso/linux/
Ddynlink.c3206 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.c3206 if (dyn[DT_BIND_NOW] || (dyn[DT_FLAGS] & DF_BIND_NOW) || (flags1 & DF_1_NOW)) in prepare_lazy()