/third_party/elfutils/libebl/ |
D | ebldynamictagcheck.c | 47 || tag == DT_VERSYM in ebl_dynamic_tag_check()
|
D | ebldynamictagname.c | 63 else if (tag == DT_VERSYM) in ebl_dynamic_tag_name()
|
/third_party/musl/src/internal/ |
D | vdso.c | 72 case DT_VERSYM: versym = p; break; in __vdsosym()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 93 case DT_VERSYM: vdso_info.versym = p; break; in __get_vdso_info()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 49 pub(super) const DT_VERSYM: i32 = 0x6fff_fff0; constant
|
D | vdso.rs | 157 DT_VERSYM => { in init_from_sysinfo_ehdr()
|
/third_party/elfutils/tests/ |
D | alldts.c | 56 DT_PREINIT_ARRAYSZ, DT_VERSYM, DT_GNU_PRELINKED, in main()
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 163 case DT_VERSYM: in vdso_init_from_sysinfo_ehdr()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 235 case DT_VERSYM: in Init()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 371 #define DT_VERSYM 0x6ffffff0 /* Address of versym section. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 371 #define DT_VERSYM 0x6ffffff0 /* Address of versym section. */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1140 DT_VERSYM = 0x6FFFFFF0, // The address of .gnu.version section. enumerator
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 519 { DT_VERSYM, "VERSYM" },
|
D | elf_types.hpp | 1042 constexpr Elf_Word DT_VERSYM = 0x6ffffff0; variable
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 796 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 796 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/include/ |
D | elf.h | 799 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 796 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 796 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 804 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 961 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 940 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 940 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
|
/third_party/musl/ldso/ |
D | dynlink.c | 928 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
|
/third_party/elfutils/src/ |
D | elflint.c | 1786 case DT_VERSYM: in check_dynamic()
|