Home
last modified time | relevance | path

Searched refs:DT_INIT_ARRAYSZ (Results 1 – 20 of 20) sorted by relevance

/third_party/elfio/elfio/
Delfio_dynamic.hpp176 case DT_INIT_ARRAYSZ: in generic_get_entry_dyn()
228 case DT_INIT_ARRAYSZ: in generic_add_entry_dyn()
Delfio_dump.hpp499 { DT_INIT_ARRAYSZ, "INIT_ARRAYSZ" },
Delf_types.hpp1020 constexpr Elf_Word DT_INIT_ARRAYSZ = 27; variable
/third_party/elfutils/tests/
Dalldts.c54 DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ, DT_RUNPATH, in main()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h314 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of the array of macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h314 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of the array of macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp692 #define DT_INIT_ARRAYSZ 27 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1116 DT_INIT_ARRAYSZ = 27, // Size of DT_INIT_ARRAY. enumerator
/third_party/musl/porting/uniproton/kernel/include/
Delf.h746 #define DT_INIT_ARRAYSZ 27 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h746 #define DT_INIT_ARRAYSZ 27 macro
/third_party/musl/ndk_musl_include/
Delf.h746 #define DT_INIT_ARRAYSZ 27 macro
/third_party/musl/include/
Delf.h749 #define DT_INIT_ARRAYSZ 27 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h746 #define DT_INIT_ARRAYSZ 27 macro
/third_party/musl/porting/linux/user/include/
Delf.h751 #define DT_INIT_ARRAYSZ 27 macro
/third_party/elfutils/libelf/
Delf.h900 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */ macro
/third_party/musl/ldso/
Ddynlink.c1538 size_t n = dyn[DT_INIT_ARRAYSZ]/sizeof(size_t); in do_init_fini()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1554 size_t n = dyn[DT_INIT_ARRAYSZ]/sizeof(size_t); in do_init_fini()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1555 size_t n = dyn[DT_INIT_ARRAYSZ]/sizeof(size_t); in do_init_fini()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2596 size_t n = dyn[DT_INIT_ARRAYSZ]/sizeof(size_t); in do_init_fini()
/third_party/elfutils/src/
Dreadelf.c1950 case DT_INIT_ARRAYSZ: in handle_dynamic()