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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp293 auto *Vernaux = reinterpret_cast<const typename ELFT::Vernaux *>(BufAux); local
295 << format("0x%08" PRIx32 " ", (uint32_t)Vernaux->vna_hash)
296 << format("0x%02" PRIx16 " ", (uint16_t)Vernaux->vna_flags)
297 << format("%02" PRIu16 " ", (uint16_t)Vernaux->vna_other)
298 << StringRef(StrTab.drop_front(Vernaux->vna_name).data()) << '\n';
299 BufAux = Vernaux->vna_next ? BufAux + Vernaux->vna_next : nullptr;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h1025 const Elf_Vernaux *Vernaux = local
1029 Aux.Hash = Vernaux->vna_hash;
1030 Aux.Flags = Vernaux->vna_flags;
1031 Aux.Other = Vernaux->vna_other;
1033 if (StrTab.size() <= Vernaux->vna_name)
1036 Aux.Name = std::string(StrTab.drop_front(Vernaux->vna_name));
1038 VernauxBuf += Vernaux->vna_next;
H A DELFTypes.h69 using Vernaux = Elf_Vernaux_Impl<ELFType<E, Is64>>;
125 using Elf_Vernaux = typename ELFT::Vernaux; \
331 Elf_Half vn_cnt; // Number of associated Vernaux entries
333 Elf_Word vn_aux; // Offset to first Vernaux entry (in bytes)
346 Elf_Word vna_next; // Offset to next Vernaux entry (in bytes)
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1405 const Elf_Vernaux *Vernaux =
1409 Aux.Hash = Vernaux->vna_hash;
1410 Aux.Flags = Vernaux->vna_flags;
1411 Aux.Other = Vernaux->vna_other;
1413 StringRef(StringTableOrErr->drop_front(Vernaux->vna_name).data());
1416 BufAux = Vernaux->vna_next ? BufAux + Vernaux->vna_next : nullptr;
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp.h945 // Vernaux.
2182 class Vernaux
2185 Vernaux(const unsigned char* p)
2190 Vernaux(File* file, typename File::Location loc)
2149 class Vernaux class in namespace:elfcpp
2152 Vernaux(const unsigned char* p) function in class:elfcpp::Vernaux
2157 Vernaux(File* file, typename File::Location loc) function in class:elfcpp::Vernaux
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h945 // Vernaux.
2182 class Vernaux class in namespace:elfcpp
2185 Vernaux(const unsigned char* p) function in class:elfcpp::Vernaux
2190 Vernaux(File* file, typename File::Location loc) function in class:elfcpp::Vernaux
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Delfcpp.h937 // Vernaux.
2154 class Vernaux class in namespace:elfcpp
2157 Vernaux(const unsigned char* p) function in class:elfcpp::Vernaux
2162 Vernaux(File* file, typename File::Location loc) function in class:elfcpp::Vernaux
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.cc654 elfcpp::Vernaux<size, big_endian> vernaux(pvna);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddynobj.cc654 elfcpp::Vernaux<size, big_endian> vernaux(pvna);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddynobj.cc654 elfcpp::Vernaux<size, big_endian> vernaux(pvna);

Completed in 316 milliseconds