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

  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.h 468 inline void setSectionFlags(uint32_t flags) { m_sectionFlags = flags; }
478 uint32_t m_sectionFlags; //!< Flags pertaining to this section.
EncoreBootImage.cpp 735 m_sectionFlags = section.getFlags();
755 m_sectionFlags = ENDIAN_LITTLE_TO_HOST_U32(header->m_data);
768 header.m_data = ENDIAN_HOST_TO_LITTLE_U32(m_sectionFlags);
774 Log::log(Logger::INFO2, " BTAG | sec=0x%08x | cnt=0x%08x | flg=0x%08x\n", m_sectionIdentifier, m_sectionLength, m_sectionFlags);

Completed in 15 milliseconds