Home
last modified time | relevance | path

Searched refs:Vernaux (Results 1 - 9 of 9) sorted by relevance

/third_party/elfutils/libelf/
H A Dabstract.h241 # define Vernaux(Bits, Ext) \ macro
242 START (Bits, Vernaux, Ext##Vernaux) \
248 END (Bits, Ext##Vernaux)
251 Vernaux (32, Ext)
253 Vernaux (64, Ext)
H A Delf_getdata.c97 [ELF_T_VNAUX] = __alignof__ (ElfW2(Bits,Vernaux)), \
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h22 typedef Elf32_Vernaux Vernaux; typedef
34 typedef Elf64_Vernaux Vernaux; typedef
/third_party/musl/src/internal/
H A Ddynlink.h29 typedef Elf32_Vernaux Vernaux; typedef
43 typedef Elf64_Vernaux Vernaux; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h87 using Elf_Vernaux = typename ELFT::Vernaux;
H A DELFTypes.h68 using Vernaux = Elf_Vernaux_Impl<ELFType<E, Is64>>;
302 Elf_Half vn_cnt; // Number of associated Vernaux entries
304 Elf_Word vn_aux; // Offset to first Vernaux entry (in bytes)
317 Elf_Word vna_next; // Offset to next Vernaux entry (in bytes)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1066 typedef typename ELFT::Vernaux Elf_Vernaux; in writeSectionContent()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c961 Vernaux *vernaux; in get_vna_hash()
965 vernaux = (Vernaux *)((char *)verneed + verneed->vn_aux); in get_vna_hash()
974 vernaux = (Vernaux *)((char *)vernaux + vernaux->vna_next); in get_vna_hash()
/third_party/musl/ldso/linux/
H A Ddynlink.c996 Vernaux *vernaux; in get_vna_hash()
1000 vernaux = (Vernaux *)((char *)verneed + verneed->vn_aux); in get_vna_hash()
1009 vernaux = (Vernaux *)((char *)vernaux + vernaux->vna_next); in get_vna_hash()

Completed in 26 milliseconds