/third_party/elfutils/libebl/ |
H A D | ebldynamictagcheck.c | 47 || tag == DT_VERSYM in ebl_dynamic_tag_check()
|
H A D | ebldynamictagname.c | 63 else if (tag == DT_VERSYM) in ebl_dynamic_tag_name()
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 93 case DT_VERSYM: vdso_info.versym = p; break; in __get_vdso_info()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 93 case DT_VERSYM: vdso_info.versym = p; break; in __get_vdso_info()
|
/third_party/musl/src/internal/ |
H A D | vdso.c | 72 case DT_VERSYM: versym = p; break; in __vdsosym()
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 56 DT_PREINIT_ARRAYSZ, DT_VERSYM, DT_GNU_PRELINKED, in main()
|
/third_party/ltp/libs/libltpvdso/ |
H A 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/ |
H A D | elf_mem_image.cc | 235 case DT_VERSYM:
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 157 DT_VERSYM => { in init_from_sysinfo_ehdr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1140 DT_VERSYM = 0x6FFFFFF0, // The address of .gnu.version section. enumerator
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 519 { DT_VERSYM, "VERSYM" },
|
H A D | elf_types.hpp | 1042 constexpr Elf_Word DT_VERSYM = 0x6ffffff0; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 805 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 796 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 796 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 796 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/include/ |
H A D | elf.h | 831 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 961 #define DT_VERSYM 0x6ffffff0 macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 940 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 940 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1009 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1786 case DT_VERSYM: in check_dynamic()
|
H A D | readelf.c | 4934 case DT_VERSYM: in get_dynscn_addrs()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1796 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1984 if (search_vec(p->dynv, dyn, DT_VERSYM)) in decode_dyn()
|