Home
last modified time | relevance | path

Searched refs:DT_VERDEF (Results 1 - 20 of 20) sorted by relevance

/third_party/musl/src/internal/linux/
H A Dvdso.c94 case DT_VERDEF: vdso_info.verdef = p; break; in __get_vdso_info()
/third_party/musl/porting/linux/user/src/internal/
H A Dvdso.c94 case DT_VERDEF: vdso_info.verdef = p; break; in __get_vdso_info()
/third_party/musl/src/internal/
H A Dvdso.c73 case DT_VERDEF: verdef = p; break; in __vdsosym()
/third_party/elfutils/tests/
H A Dalldts.c63 DT_RELCOUNT, DT_FLAGS_1, DT_VERDEF, DT_VERDEFNUM, in main()
/third_party/ltp/libs/libltpvdso/
H A Dparse_vdso.c168 case DT_VERDEF: in vdso_init_from_sysinfo_ehdr()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc238 case DT_VERDEF:
357 // Undefined symbols reference DT_VERNEED, not DT_VERDEF, and in Update()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs161 DT_VERDEF => { in init_from_sysinfo_ehdr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1141 DT_VERDEF = 0X6FFFFFFC, // The address of the version definition table. enumerator
1142 DT_VERDEFNUM = 0X6FFFFFFD, // The number of entries in DT_VERDEF.
/third_party/elfio/elfio/
H A Delfio_dump.hpp523 { DT_VERDEF, "VERDEF" },
H A Delf_types.hpp1046 constexpr Elf_Word DT_VERDEF = 0x6ffffffc; member
/third_party/musl/porting/linux/user/include/
H A Delf.h812 #define DT_VERDEF 0x6ffffffc macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h803 #define DT_VERDEF 0x6ffffffc macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h803 #define DT_VERDEF 0x6ffffffc macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h803 #define DT_VERDEF 0x6ffffffc macro
/third_party/musl/include/
H A Delf.h838 #define DT_VERDEF 0x6ffffffc macro
/third_party/elfutils/libelf/
H A Delf.h968 #define DT_VERDEF 0x6ffffffc /* Address of version definition macro
/third_party/elfutils/src/
H A Delflint.c1784 case DT_VERDEF: in check_dynamic()
H A Dreadelf.c4938 case DT_VERDEF: in get_dynscn_addrs()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1798 if (search_vec(p->dynv, dyn, DT_VERDEF)) in decode_dyn()
/third_party/musl/ldso/linux/
H A Ddynlink.c1986 if (search_vec(p->dynv, dyn, DT_VERDEF)) in decode_dyn()

Completed in 108 milliseconds