Home
last modified time | relevance | path

Searched refs:version_t (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DVersion.h17 struct version_t struct
26 version_t() in version_t() function
31 version_t(uint16_t maj, uint16_t min, uint16_t rev) in version_t() function
36 version_t(const std::string & versionString) in version_t() argument
H A DBootImage.h37 virtual void setProductVersion(const version_t & version)=0;
38 virtual void setComponentVersion(const version_t & version)=0;
H A DEncoreBootImage.h159 version_t m_productVersion; //!< Product version.
160 version_t m_componentVersion; //!< Component version.
920 virtual void setProductVersion(const version_t & version);
921 virtual void setComponentVersion(const version_t & version);
950 version_t m_productVersion; //!< Product version.
951 version_t m_componentVersion; //!< Component version.
H A DVersion.cpp20 void version_t::set(const std::string & versionString) in set()
137 void version_t::fixByteOrder() in fixByteOrder()
H A DEncoreBootImage.cpp66 void EncoreBootImage::setProductVersion(const version_t & version) in setProductVersion()
71 void EncoreBootImage::setComponentVersion(const version_t & version) in setComponentVersion()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DBootImageGenerator.cpp32 version_t version; in processVersionOptions()
H A Delftosb.cpp115 elftosb::version_t m_productVersion; //!< Product version specified on command line.
116 elftosb::version_t m_componentVersion; //!< Component version specified on command line.
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp530 version_t vers; in dumpImageHeader()