/third_party/elfio/elfio/ |
D | elfio_dynamic.hpp | 194 case DT_FINI_ARRAY: in generic_get_entry_dyn() 247 case DT_FINI_ARRAY: in generic_add_entry_dyn()
|
D | elfio_dump.hpp | 498 { DT_FINI_ARRAY, "FINI_ARRAY" },
|
D | elf_types.hpp | 1019 constexpr Elf_Word DT_FINI_ARRAY = 26; variable
|
/third_party/elfutils/tests/ |
D | alldts.c | 53 DT_BIND_NOW, DT_INIT_ARRAY, DT_FINI_ARRAY, in main()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 312 #define DT_FINI_ARRAY 26 /* Address of the array of pointers to macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 312 #define DT_FINI_ARRAY 26 /* Address of the array of pointers to macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 691 #define DT_FINI_ARRAY 26 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1115 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | DynamicTags.def | 67 DYNAMIC_TAG(FINI_ARRAYSZ, 28) // Size of DT_FINI_ARRAY.
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 1436 if (dyn[0] & (1<<DT_FINI_ARRAY)) { in __libc_exit_fini() 1438 size_t *fn = (size_t *)laddr(p, dyn[DT_FINI_ARRAY])+n; in __libc_exit_fini() 1543 if (dyn[0] & ((1<<DT_FINI) | (1<<DT_FINI_ARRAY))) { in do_init_fini()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 1435 if (dyn[0] & (1<<DT_FINI_ARRAY)) { in __libc_exit_fini() 1437 size_t *fn = (size_t *)laddr(p, dyn[DT_FINI_ARRAY])+n; in __libc_exit_fini() 1542 if (dyn[0] & ((1<<DT_FINI) | (1<<DT_FINI_ARRAY))) { in do_init_fini()
|
/third_party/musl/ldso/ |
D | dynlink.c | 1419 if (dyn[0] & (1<<DT_FINI_ARRAY)) { in __libc_exit_fini() 1421 size_t *fn = (size_t *)laddr(p, dyn[DT_FINI_ARRAY])+n; in __libc_exit_fini() 1526 if (dyn[0] & ((1<<DT_FINI) | (1<<DT_FINI_ARRAY))) { in do_init_fini()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 2484 if (dyn[0] & (1<<DT_FINI_ARRAY)) { in __libc_exit_fini() 2486 size_t *fn = (size_t *)laddr(p, dyn[DT_FINI_ARRAY])+n; in __libc_exit_fini() 2584 if (dyn[0] & ((1<<DT_FINI) | (1<<DT_FINI_ARRAY))) { in do_init_fini() 3795 if (dyn[0] & (1<<DT_FINI_ARRAY)) { in dlclose_impl() 3797 size_t *fn = (size_t *)laddr(p, dyn[DT_FINI_ARRAY]) + n; in dlclose_impl()
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 745 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 745 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/include/ |
D | elf.h | 748 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 745 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 745 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 750 #define DT_FINI_ARRAY 26 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 899 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro
|
/third_party/elfutils/src/ |
D | elflint.c | 1774 case DT_FINI_ARRAY: in check_dynamic()
|