Home
last modified time | relevance | path

Searched refs:DT_FINI_ARRAYSZ (Results 1 - 18 of 18) sorted by relevance

/third_party/elfio/elfio/
H A Delfio_dynamic.hpp177 case DT_FINI_ARRAYSZ: in generic_get_entry_dyn()
229 case DT_FINI_ARRAYSZ: in generic_add_entry_dyn()
H A Delfio_dump.hpp500 { DT_FINI_ARRAYSZ, "FINI_ARRAYSZ" },
H A Delf_types.hpp1021 constexpr Elf_Word DT_FINI_ARRAYSZ = 28; member
/third_party/elfutils/tests/
H A Dalldts.c54 DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ, DT_RUNPATH, in main()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp693 #define DT_FINI_ARRAYSZ 28 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1117 DT_FINI_ARRAYSZ = 28, // Size of DT_FINI_ARRAY. enumerator
/third_party/musl/porting/linux/user/include/
H A Delf.h753 #define DT_FINI_ARRAYSZ 28 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h747 #define DT_FINI_ARRAYSZ 28 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h747 #define DT_FINI_ARRAYSZ 28 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h747 #define DT_FINI_ARRAYSZ 28 macro
/third_party/musl/include/
H A Delf.h772 #define DT_FINI_ARRAYSZ 28 macro
/third_party/elfutils/libelf/
H A Delf.h901 #define DT_FINI_ARRAYSZ 28 /* Size in bytes of DT_FINI_ARRAY */ macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1437 size_t n = dyn[DT_FINI_ARRAYSZ]/sizeof(size_t); in __libc_exit_fini()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1436 size_t n = dyn[DT_FINI_ARRAYSZ]/sizeof(size_t); in __libc_exit_fini()
/third_party/musl/ldso/
H A Ddynlink.c1530 size_t n = dyn[DT_FINI_ARRAYSZ]/sizeof(size_t);
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2559 size_t n = dyn[DT_FINI_ARRAYSZ]/sizeof(size_t); in __libc_exit_fini()
4099 n = dyn[DT_FINI_ARRAYSZ] / sizeof(size_t); in do_dlclose()
/third_party/musl/ldso/linux/
H A Ddynlink.c2788 size_t n = dyn[DT_FINI_ARRAYSZ]/sizeof(size_t); in __libc_exit_fini()
4437 n = dyn[DT_FINI_ARRAYSZ] / sizeof(size_t); in do_dlclose()
/third_party/elfutils/src/
H A Dreadelf.c1951 case DT_FINI_ARRAYSZ: in handle_dynamic()

Completed in 122 milliseconds