Home
last modified time | relevance | path

Searched refs:m_sectionCount (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp36 m_header.m_sectionCount = ENDIAN_LITTLE_TO_HOST_U16(m_header.m_sectionCount); in readImageHeader()
133 unsigned sectionCount = m_header.m_sectionCount; in readSectionTable()
H A Dsbtool.cpp436 for (n = 0; n < header.m_sectionCount; ++n) in readBootImage()
543 Log::log("Section count: %u\n", header.m_sectionCount); in dumpImageHeader()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp351 header.m_sectionCount = ENDIAN_HOST_TO_LITTLE_U16((uint16_t)m_sections.size()); in prepareImageHeader()
367 …naryBlock = ENDIAN_HOST_TO_LITTLE_U16(header.m_headerBlocks + header.m_sectionCount * header.m_sec… in prepareImageHeader()
H A DEncoreBootImage.h154 uint16_t m_sectionCount; //!< Number of section headers in this table. member