Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.cpp780 : BootCommand(), m_data(), m_padCount(0), m_length(0), m_address(0), m_loadDCD(false) in LoadCommand()
786 : BootCommand(), m_data(), m_padCount(0), m_length(0), m_address(address), m_loadDCD(false) in LoadCommand()
815 m_loadDCD = (ENDIAN_LITTLE_TO_HOST_U16(header->m_flags) & ROM_LOAD_DCD) != 0; in initFromData()
849 header.m_flags = ENDIAN_HOST_TO_LITTLE_U16(m_loadDCD ? ROM_LOAD_DCD : 0); in fillCommandHeader()
979 …%08x | crc=0x%08x | flg=0x%08x\n", m_address, m_length, calculateCRC(), m_loadDCD ? ROM_LOAD_DCD :… in debugPrint()
H A DEncoreBootImage.h506 inline void setDCD(bool isDCD) { m_loadDCD = isDCD; } in setDCD()
543 bool m_loadDCD; //!< Whether to execute the DCD after loading. variable