Searched refs:m_sectionFlags (Results 1 – 2 of 2) sorted by relevance
735 m_sectionFlags = section.getFlags(); in TagCommand()755 m_sectionFlags = ENDIAN_LITTLE_TO_HOST_U32(header->m_data); in initFromData()768 header.m_data = ENDIAN_HOST_TO_LITTLE_U32(m_sectionFlags); in fillCommandHeader()774 …G | sec=0x%08x | cnt=0x%08x | flg=0x%08x\n", m_sectionIdentifier, m_sectionLength, m_sectionFlags); in debugPrint()
468 inline void setSectionFlags(uint32_t flags) { m_sectionFlags = flags; } in setSectionFlags()478 uint32_t m_sectionFlags; //!< Flags pertaining to this section. variable