/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 194 case DT_FINI_ARRAY: in generic_get_entry_dyn() 247 case DT_FINI_ARRAY: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 498 { DT_FINI_ARRAY, "FINI_ARRAY" },
|
H A D | elf_types.hpp | 1019 constexpr Elf_Word DT_FINI_ARRAY = 26; 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 | 691 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A 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/ |
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1115 DT_FINI_ARRAY = 26, // Pointer to array of termination functions. enumerator 1117 DT_FINI_ARRAYSZ = 28, // Size of DT_FINI_ARRAY.
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1529 if (dyn[0] & (1<<DT_FINI_ARRAY)) { 1531 size_t *fn = (size_t *)laddr(p, dyn[DT_FINI_ARRAY])+n; 1636 if (dyn[0] & ((1<<DT_FINI) | (1<<DT_FINI_ARRAY))) {
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 2558 if (dyn[0] & (1<<DT_FINI_ARRAY)) { in __libc_exit_fini() 2560 size_t *fn = (size_t *)laddr(p, dyn[DT_FINI_ARRAY])+n; in __libc_exit_fini() 2658 if (dyn[0] & ((1<<DT_FINI) | (1<<DT_FINI_ARRAY))) { in do_init_fini() 4098 if (dyn[0] & (1<<DT_FINI_ARRAY)) { in do_dlclose() 4100 size_t *fn = (size_t *)laddr(ef->dso, dyn[DT_FINI_ARRAY]) + n; in do_dlclose()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 2787 if (dyn[0] & (1<<DT_FINI_ARRAY)) { in __libc_exit_fini() 2789 size_t *fn = (size_t *)laddr(p, dyn[DT_FINI_ARRAY])+n; in __libc_exit_fini() 2887 if (dyn[0] & ((1<<DT_FINI) | (1<<DT_FINI_ARRAY))) { in do_init_fini() 4436 if (dyn[0] & (1<<DT_FINI_ARRAY)) { in do_dlclose() 4438 size_t *fn = (size_t *)laddr(ef->dso, dyn[DT_FINI_ARRAY]) + n; in do_dlclose()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 751 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 745 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 745 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 745 #define DT_FINI_ARRAY 26 macro
|
/third_party/musl/include/ |
H A D | elf.h | 770 #define DT_FINI_ARRAY 26 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 899 #define DT_FINI_ARRAY 26 /* Array with addresses of fini fct */ macro 901 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1774 case DT_FINI_ARRAY: in check_dynamic()
|