Home
last modified time | relevance | path

Searched refs:DT_VERNEED (Results 1 – 17 of 17) sorted by relevance

/third_party/elfutils/tests/
Dalldts.c64 DT_VERNEED, DT_VERNEEDNUM, DT_AUXILIARY, DT_FILTER, in main()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h377 #define DT_VERNEED 0x6ffffffe /* Address of verneed section. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h377 #define DT_VERNEED 0x6ffffffe /* Address of verneed section. */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1143 DT_VERNEED = 0X6FFFFFFE, // The address of the version Dependency table. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def118 DYNAMIC_TAG(VERNEEDNUM, 0X6FFFFFFF) // The number of entries in DT_VERNEED.
/third_party/elfio/elfio/
Delfio_dump.hpp525 { DT_VERNEED, "VERNEED" },
Delf_types.hpp1048 constexpr Elf_Word DT_VERNEED = 0x6ffffffe; variable
/third_party/musl/ndk_musl_include/
Delf.h806 #define DT_VERNEED 0x6ffffffe macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h806 #define DT_VERNEED 0x6ffffffe macro
/third_party/musl/include/
Delf.h809 #define DT_VERNEED 0x6ffffffe macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h806 #define DT_VERNEED 0x6ffffffe macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h806 #define DT_VERNEED 0x6ffffffe macro
/third_party/musl/porting/linux/user/include/
Delf.h814 #define DT_VERNEED 0x6ffffffe macro
/third_party/elfutils/libelf/
Delf.h971 #define DT_VERNEED 0x6ffffffe /* Address of table with needed macro
/third_party/elfutils/src/
Delflint.c1785 case DT_VERNEED: in check_dynamic()
Dreadelf.c4941 case DT_VERNEED: in get_dynscn_addrs()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1726 if (search_vec(p->dynv, dyn, DT_VERNEED)) in decode_dyn()