Home
last modified time | relevance | path

Searched refs:DT_PREINIT_ARRAY (Results 1 – 13 of 13) sorted by relevance

/third_party/elfio/elfio/
Delfio_dynamic.hpp195 case DT_PREINIT_ARRAY: in generic_get_entry_dyn()
248 case DT_PREINIT_ARRAY: in generic_add_entry_dyn()
Delfio_dump.hpp504 { DT_PREINIT_ARRAY, "PREINIT_ARRAY" },
Delf_types.hpp1025 constexpr Elf_Word DT_PREINIT_ARRAY = 32; variable
/third_party/elfutils/tests/
Dalldts.c55 DT_FLAGS, DT_ENCODING, DT_PREINIT_ARRAY, in main()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp697 #define DT_PREINIT_ARRAY 32 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1123 DT_PREINIT_ARRAY = 32, // Pointer to array of preinit functions. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def74 DYNAMIC_TAG(PREINIT_ARRAYSZ, 33) // Size of the DT_PREINIT_ARRAY array.
/third_party/musl/porting/linux/user/include/
Delf.h756 #define DT_PREINIT_ARRAY 32 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h751 #define DT_PREINIT_ARRAY 32 macro
/third_party/musl/include/
Delf.h761 #define DT_PREINIT_ARRAY 32 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h751 #define DT_PREINIT_ARRAY 32 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h751 #define DT_PREINIT_ARRAY 32 macro
/third_party/elfutils/libelf/
Delf.h905 #define DT_PREINIT_ARRAY 32 /* Array with addresses of preinit fct*/ macro