Home
last modified time | relevance | path

Searched refs:DT_VERDEF (Results 1 – 22 of 22) sorted by relevance

/third_party/musl/src/internal/
Dvdso.c73 case DT_VERDEF: verdef = p; break; in __vdsosym()
/third_party/musl/porting/linux/user/src/internal/
Dvdso.c94 case DT_VERDEF: vdso_info.verdef = p; break; in __get_vdso_info()
/third_party/musl/src/internal/linux/
Dvdso.c94 case DT_VERDEF: vdso_info.verdef = p; break; in __get_vdso_info()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs50 pub(super) const DT_VERDEF: i32 = 0x6fff_fffc; constant
Dvdso.rs161 DT_VERDEF => { in init_from_sysinfo_ehdr()
/third_party/elfutils/tests/
Dalldts.c63 DT_RELCOUNT, DT_FLAGS_1, DT_VERDEF, DT_VERDEFNUM, in main()
/third_party/ltp/libs/libltpvdso/
Dparse_vdso.c168 case DT_VERDEF: in vdso_init_from_sysinfo_ehdr()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc238 case DT_VERDEF: in Init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1141 DT_VERDEF = 0X6FFFFFFC, // The address of the version definition table. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def115 DYNAMIC_TAG(VERDEFNUM, 0X6FFFFFFD) // The number of entries in DT_VERDEF.
/third_party/elfio/elfio/
Delfio_dump.hpp523 { DT_VERDEF, "VERDEF" },
Delf_types.hpp1046 constexpr Elf_Word DT_VERDEF = 0x6ffffffc; variable
/third_party/musl/porting/linux/user/include/
Delf.h811 #define DT_VERDEF 0x6ffffffc macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h803 #define DT_VERDEF 0x6ffffffc macro
/third_party/musl/include/
Delf.h820 #define DT_VERDEF 0x6ffffffc macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h803 #define DT_VERDEF 0x6ffffffc macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h803 #define DT_VERDEF 0x6ffffffc macro
/third_party/elfutils/libelf/
Delf.h968 #define DT_VERDEF 0x6ffffffc /* Address of version definition macro
/third_party/elfutils/src/
Delflint.c1784 case DT_VERDEF: in check_dynamic()
Dreadelf.c4937 case DT_VERDEF: in get_dynscn_addrs()
/third_party/musl/ldso/linux/
Ddynlink.c1798 if (search_vec(p->dynv, dyn, DT_VERDEF)) in decode_dyn()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1798 if (search_vec(p->dynv, dyn, DT_VERDEF)) in decode_dyn()