Searched refs:m_sectionCount (Results 1 – 4 of 4) sorted by relevance
36 m_header.m_sectionCount = ENDIAN_LITTLE_TO_HOST_U16(m_header.m_sectionCount); in readImageHeader()133 unsigned sectionCount = m_header.m_sectionCount; in readSectionTable()
436 for (n = 0; n < header.m_sectionCount; ++n) in readBootImage()543 Log::log("Section count: %u\n", header.m_sectionCount); in dumpImageHeader()
351 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()
154 uint16_t m_sectionCount; //!< Number of section headers in this table. member