Searched refs:DT_VERNEED (Results 1 – 17 of 17) sorted by relevance
/third_party/elfutils/tests/ |
D | alldts.c | 64 DT_VERNEED, DT_VERNEEDNUM, DT_AUXILIARY, DT_FILTER, in main()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 377 #define DT_VERNEED 0x6ffffffe /* Address of verneed section. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 377 #define DT_VERNEED 0x6ffffffe /* Address of verneed section. */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1143 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/ |
D | DynamicTags.def | 118 DYNAMIC_TAG(VERNEEDNUM, 0X6FFFFFFF) // The number of entries in DT_VERNEED.
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 525 { DT_VERNEED, "VERNEED" },
|
D | elf_types.hpp | 1048 constexpr Elf_Word DT_VERNEED = 0x6ffffffe; variable
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 806 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 806 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/musl/include/ |
D | elf.h | 809 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 806 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 806 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 814 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 971 #define DT_VERNEED 0x6ffffffe /* Address of table with needed macro
|
/third_party/elfutils/src/ |
D | elflint.c | 1785 case DT_VERNEED: in check_dynamic()
|
D | readelf.c | 4941 case DT_VERNEED: in get_dynscn_addrs()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1726 if (search_vec(p->dynv, dyn, DT_VERNEED)) in decode_dyn()
|