/third_party/musl/src/internal/ |
D | vdso.c | 15 typedef Elf32_Verdef Verdef; typedef 21 typedef Elf64_Verdef Verdef; typedef 25 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() 34 def = (Verdef *)((char *)def + def->vd_next); in checkver() 64 Verdef *verdef = 0; in __vdsosym()
|
D | dynlink.h | 28 typedef Elf32_Verdef Verdef; typedef 42 typedef Elf64_Verdef Verdef; typedef 111 Verdef *verdef;
|
/third_party/musl/porting/linux/user/src/internal/ |
D | vdso.c | 30 typedef Elf32_Verdef Verdef; typedef 36 typedef Elf64_Verdef Verdef; typedef 40 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() 49 def = (Verdef *)((char *)def + def->vd_next); in checkver() 64 Verdef *verdef;
|
D | dynlink.h | 21 typedef Elf32_Verdef Verdef; typedef 33 typedef Elf64_Verdef Verdef; typedef 101 Verdef *verdef;
|
/third_party/musl/src/internal/linux/ |
D | vdso.c | 30 typedef Elf32_Verdef Verdef; typedef 36 typedef Elf64_Verdef Verdef; typedef 40 static int checkver(Verdef *def, int vsym, const char *vername, char *strings) in checkver() 49 def = (Verdef *)((char *)def + def->vd_next); in checkver() 64 Verdef *verdef;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 128 const ElfW(Verdef) *ElfMemImage::GetVerdef(int index) const { in ElfW() argument 131 const ElfW(Verdef) *version_definition = verdef_; in ElfW() 136 reinterpret_cast<const ElfW(Verdef) *>(version_definition_as_char + in ElfW() 143 const ElfW(Verdef) *verdef) const { in ElfW() 239 verdef_ = reinterpret_cast<ElfW(Verdef) *>(value); in Init() 354 const ElfW(Verdef) *version_definition = nullptr; in Update()
|
D | elf_mem_image.h | 93 const ElfW(Verdef)* GetVerdef(int index) const; 94 const ElfW(Verdaux)* GetVerdefAux(const ElfW(Verdef) *verdef) const; 120 const ElfW(Verdef) *verdef_;
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | unit_test_ldso_dynlink.c | 250 int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash); 251 int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, char *stri… 651 Verdef def; in dynlink_test_2004() 665 Verdef def; in dynlink_test_2005() 680 Verdef def; in dynlink_test_2006() 700 Verdef def; in dynlink_test_2007() 721 Verdef def; in dynlink_test_2008()
|
/third_party/ltp/libs/libltpvdso/ |
D | parse_vdso.c | 54 ELF(Verdef) *verdef; 169 vdso_info.verdef = (ELF(Verdef) *) in vdso_init_from_sysinfo_ehdr() 211 ELF(Verdef) *def = vdso_info.verdef; in vdso_match_version() 220 def = (ELF(Verdef) *)((char *)def + def->vd_next); in vdso_match_version()
|
/third_party/elfutils/libelf/ |
D | abstract.h | 199 # define Verdef(Bits, Ext) \ macro 200 START (Bits, Verdef, Ext##Verdef) \ 208 END (Bits, Ext##Verdef) 211 Verdef (32, Ext) 213 Verdef (64, Ext)
|
D | elf_getdata.c | 94 [ELF_T_VDEF] = __alignof__ (ElfW2(Bits,Verdef)), \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 146 Verdef, enumerator 410 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() 412 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 445 UT_STATIC int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash) in check_vna_hash() 450 Verdef *verdef = def; in check_vna_hash() 464 verdef = (Verdef *)((char *)verdef + verdef->vd_next); in check_vna_hash() 474 UT_STATIC int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, … in check_verinfo() 515 def = (Verdef *)((char *)def + def->vd_next); in check_verinfo() 995 Verdef *verdef = dso->verdef; in get_verinfo() 1012 verdef = (Verdef *)((char *)verdef + verdef->vd_next); in get_verinfo()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 445 UT_STATIC int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash) in check_vna_hash() 450 Verdef *verdef = def; in check_vna_hash() 464 verdef = (Verdef *)((char *)verdef + verdef->vd_next); in check_vna_hash() 474 UT_STATIC int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, … in check_verinfo() 515 def = (Verdef *)((char *)def + def->vd_next); in check_verinfo() 995 Verdef *verdef = dso->verdef; in get_verinfo() 1012 verdef = (Verdef *)((char *)verdef + verdef->vd_next); in get_verinfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 65 using Verdef = Elf_Verdef_Impl<ELFType<E, Is64>>; member
|
D | ELF.h | 84 using Elf_Verdef = typename ELFT::Verdef;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 1013 typedef typename ELFT::Verdef Elf_Verdef; in writeSectionContent()
|