Searched refs:Verdef (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Ddynobj.h359 // A base class for Verdef and Verneed_version which just handles the
404 class Verdef : public Version_base class in namespace:gold
407 Verdef(const char* name, const std::vector<std::string>& deps, function in class:gold::Verdef
456 Verdef(const Verdef&);
457 Verdef& operator=(const Verdef&);
621 typedef std::vector<Verdef*> Defs;
H A Ddynobj.cc553 elfcpp::Verdef<size, big_endian> verdef(p);
1314 // Verdef methods.
1320 Verdef::write(const Stringpool* dynpool, bool is_last, unsigned char* pb) const
1458 Verdef* const vd = new Verdef(
1498 Verdef* vdbase = new Verdef(name, std::vector<std::string>(),
1589 Verdef* vd = new Verdef(version, std::vector<std::string>(),
/haiku-buildtools/binutils/elfcpp/
H A Delfcpp.h910 // Version numbers which appear in the vd_version field of a Verdef
922 // Bit flags which appear in vd_flags of Verdef and vna_flags of
1896 class Verdef class in namespace:elfcpp
1899 Verdef(const unsigned char* p) function in class:elfcpp::Verdef
1904 Verdef(File* file, typename File::Location loc) function in class:elfcpp::Verdef

Completed in 50 milliseconds