Home
last modified time | relevance | path

Searched refs:DT_VERSYM (Results 1 – 25 of 27) sorted by relevance

12

/third_party/elfutils/libebl/
Debldynamictagcheck.c47 || tag == DT_VERSYM in ebl_dynamic_tag_check()
Debldynamictagname.c63 else if (tag == DT_VERSYM) in ebl_dynamic_tag_name()
/third_party/musl/src/internal/
Dvdso.c72 case DT_VERSYM: versym = p; break; in __vdsosym()
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c93 case DT_VERSYM: vdso_info.versym = p; break; in __get_vdso_info()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs49 pub(super) const DT_VERSYM: i32 = 0x6fff_fff0; constant
Dvdso.rs157 DT_VERSYM => { in init_from_sysinfo_ehdr()
/third_party/elfutils/tests/
Dalldts.c56 DT_PREINIT_ARRAYSZ, DT_VERSYM, DT_GNU_PRELINKED, in main()
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c163 case DT_VERSYM: in vdso_init_from_sysinfo_ehdr()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc235 case DT_VERSYM: in Init()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h371 #define DT_VERSYM 0x6ffffff0 /* Address of versym section. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h371 #define DT_VERSYM 0x6ffffff0 /* Address of versym section. */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1140 DT_VERSYM = 0x6FFFFFF0, // The address of .gnu.version section. enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp519 { DT_VERSYM, "VERSYM" },
Delf_types.hpp1042 constexpr Elf_Word DT_VERSYM = 0x6ffffff0; variable
/third_party/musl/ndk_musl_include/
Delf.h796 #define DT_VERSYM 0x6ffffff0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h796 #define DT_VERSYM 0x6ffffff0 macro
/third_party/musl/include/
Delf.h799 #define DT_VERSYM 0x6ffffff0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h796 #define DT_VERSYM 0x6ffffff0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h796 #define DT_VERSYM 0x6ffffff0 macro
/third_party/musl/porting/linux/user/include/
Delf.h804 #define DT_VERSYM 0x6ffffff0 macro
/third_party/elfutils/libelf/
Delf.h961 #define DT_VERSYM 0x6ffffff0 macro
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c940 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c940 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
/third_party/musl/ldso/
Ddynlink.c928 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
/third_party/elfutils/src/
Delflint.c1786 case DT_VERSYM: in check_dynamic()

12