Home
last modified time | relevance | path

Searched refs:m_sectionLength (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp734 m_sectionLength = section.getBlockCount(); in TagCommand()
754 m_sectionLength = ENDIAN_LITTLE_TO_HOST_U32(header->m_count); in initFromData()
767 header.m_count = ENDIAN_HOST_TO_LITTLE_U32(m_sectionLength); in fillCommandHeader()
774 …BTAG | sec=0x%08x | cnt=0x%08x | flg=0x%08x\n", m_sectionIdentifier, m_sectionLength, m_sectionFla… in debugPrint()
H A DEncoreBootImage.h467 inline void setSectionLength(uint32_t length) { m_sectionLength = length; } in setSectionLength()
477 uint32_t m_sectionLength; //!< Number of cipher blocks this section occupies. variable