HomeSort by: relevance | last modified time | path
    Searched refs:m_firstBootableSectionID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.cpp 32 m_header.m_firstBootableSectionID = ENDIAN_LITTLE_TO_HOST_U32(m_header.m_firstBootableSectionID);
sbtool.cpp 514 section_id_t m_firstBootableSectionID; //!< ID of section to start booting from.
539 Log::log("First boot section ID: 0x%08x\n", header.m_firstBootableSectionID);
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 150 section_id_t m_firstBootableSectionID; //!< ID of section to start booting from.
EncoreBootImage.cpp 348 header.m_firstBootableSectionID = ENDIAN_HOST_TO_LITTLE_U32(firstBootSectionID);

Completed in 32 milliseconds