Searched refs:DT_INIT_ARRAY (Results 1 - 18 of 18) sorted by relevance
/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 193 case DT_INIT_ARRAY: in generic_get_entry_dyn() 246 case DT_INIT_ARRAY: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 497 { DT_INIT_ARRAY, "INIT_ARRAY" },
|
H A D | elf_types.hpp | 1018 constexpr Elf_Word DT_INIT_ARRAY = 25; member
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 53 DT_BIND_NOW, DT_INIT_ARRAY, DT_FINI_ARRAY, in main()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 690 #define DT_INIT_ARRAY 25 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1114 DT_INIT_ARRAY = 25, // Pointer to array of initialization functions. enumerator 1116 DT_INIT_ARRAYSZ = 27, // Size of DT_INIT_ARRAY.
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 1554 if (dyn[0] & (1<<DT_INIT_ARRAY)) { in do_init_fini() 1556 size_t *fn = laddr(p, dyn[DT_INIT_ARRAY]); in do_init_fini()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 1553 if (dyn[0] & (1<<DT_INIT_ARRAY)) { in do_init_fini() 1555 size_t *fn = laddr(p, dyn[DT_INIT_ARRAY]); in do_init_fini()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1647 if (dyn[0] & (1<<DT_INIT_ARRAY)) { 1649 size_t *fn = laddr(p, dyn[DT_INIT_ARRAY]);
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 750 #define DT_INIT_ARRAY 25 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 744 #define DT_INIT_ARRAY 25 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 744 #define DT_INIT_ARRAY 25 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 744 #define DT_INIT_ARRAY 25 macro
|
/third_party/musl/include/ |
H A D | elf.h | 769 #define DT_INIT_ARRAY 25 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 898 #define DT_INIT_ARRAY 25 /* Array with addresses of init fct */ macro 900 #define DT_INIT_ARRAYSZ 27 /* Size in bytes of DT_INIT_ARRAY */
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 2669 if (dyn[0] & (1<<DT_INIT_ARRAY)) { in do_init_fini() 2671 size_t *fn = laddr(p, dyn[DT_INIT_ARRAY]); in do_init_fini()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 2898 if (dyn[0] & (1<<DT_INIT_ARRAY)) { in do_init_fini() 2900 size_t *fn = laddr(p, dyn[DT_INIT_ARRAY]); in do_init_fini()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1777 case DT_INIT_ARRAY: in check_dynamic()
|
Completed in 100 milliseconds