Home
last modified time | relevance | path

Searched refs:DT_INIT (Results 1 – 21 of 21) sorted by relevance

/third_party/elfio/elfio/
Delfio_dynamic.hpp188 case DT_INIT: in generic_get_entry_dyn()
241 case DT_INIT: in generic_add_entry_dyn()
Delfio_dump.hpp484 { DT_INIT, "INIT" },
Delf_types.hpp1005 constexpr Elf_Word DT_INIT = 12; variable
/third_party/elfutils/tests/
Dalldts.c50 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH, in main()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h295 #define DT_INIT 12 /* Address of initialization function. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h295 #define DT_INIT 12 /* Address of initialization function. */ macro
/third_party/elfio/tests/
DELFIOTest.cpp944 EXPECT_EQ( tag, DT_INIT ); in TEST()
975 EXPECT_EQ( tag, DT_INIT ); in TEST()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp677 #define DT_INIT 12 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1101 DT_INIT = 12, // Address of initialization function. enumerator
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1551 if ((dyn[0] & (1<<DT_INIT)) && dyn[DT_INIT]) in do_init_fini()
1552 fpaddr(p, dyn[DT_INIT])(); in do_init_fini()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1550 if ((dyn[0] & (1<<DT_INIT)) && dyn[DT_INIT]) in do_init_fini()
1551 fpaddr(p, dyn[DT_INIT])(); in do_init_fini()
/third_party/musl/ldso/
Ddynlink.c1534 if ((dyn[0] & (1<<DT_INIT)) && dyn[DT_INIT]) in do_init_fini()
1535 fpaddr(p, dyn[DT_INIT])(); in do_init_fini()
/third_party/musl/ndk_musl_include/
Delf.h731 #define DT_INIT 12 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h731 #define DT_INIT 12 macro
/third_party/musl/include/
Delf.h734 #define DT_INIT 12 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h731 #define DT_INIT 12 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h731 #define DT_INIT 12 macro
/third_party/musl/porting/linux/user/include/
Delf.h736 #define DT_INIT 12 macro
/third_party/elfutils/libelf/
Delf.h885 #define DT_INIT 12 /* Address of init function */ macro
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2592 if ((dyn[0] & (1<<DT_INIT)) && dyn[DT_INIT]) in do_init_fini()
2593 fpaddr(p, dyn[DT_INIT])(); in do_init_fini()
/third_party/elfutils/src/
Delflint.c1776 case DT_INIT: in check_dynamic()