Searched refs:DT_VERNEED (Results 1 - 14 of 14) sorted by relevance
/third_party/elfutils/tests/ |
H A D | alldts.c | 64 DT_VERNEED, DT_VERNEEDNUM, DT_AUXILIARY, DT_FILTER, in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1143 DT_VERNEED = 0X6FFFFFFE, // The address of the version Dependency table. enumerator 1144 DT_VERNEEDNUM = 0X6FFFFFFF, // The number of entries in DT_VERNEED.
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 525 { DT_VERNEED, "VERNEED" },
|
H A D | elf_types.hpp | 1048 constexpr Elf_Word DT_VERNEED = 0x6ffffffe; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 815 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 806 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 806 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 806 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/musl/include/ |
H A D | elf.h | 841 #define DT_VERNEED 0x6ffffffe macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 971 #define DT_VERNEED 0x6ffffffe /* Address of table with needed macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1785 case DT_VERNEED: in check_dynamic()
|
H A D | readelf.c | 4942 case DT_VERNEED: in get_dynscn_addrs()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1800 if (search_vec(p->dynv, dyn, DT_VERNEED)) in decode_dyn()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1988 if (search_vec(p->dynv, dyn, DT_VERNEED)) in decode_dyn()
|
Completed in 107 milliseconds