Searched refs:m_firstBootableSectionID (Results 1 – 4 of 4) sorted by relevance
32 m_header.m_firstBootableSectionID = ENDIAN_LITTLE_TO_HOST_U32(m_header.m_firstBootableSectionID); in readImageHeader()
539 Log::log("First boot section ID: 0x%08x\n", header.m_firstBootableSectionID); in dumpImageHeader()
150 section_id_t m_firstBootableSectionID; //!< ID of section to start booting from. member
348 header.m_firstBootableSectionID = ENDIAN_HOST_TO_LITTLE_U32(firstBootSectionID); in prepareImageHeader()