Home
last modified time | relevance | path

Searched refs:m_dataCount (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSRecordSourceFile.cpp131 bool hasData = theRecord.m_data && theRecord.m_dataCount; in buildMemoryImage()
137 …if (dataLength && ((dataLength + theRecord.m_dataCount > COLLECTION_BUFFER_SIZE) || (theRecord.m_a… in buildMemoryImage()
153 memcpy(&buffer[dataLength], theRecord.m_data, theRecord.m_dataCount); in buildMemoryImage()
154 dataLength += theRecord.m_dataCount; in buildMemoryImage()
155 nextAddress += theRecord.m_dataCount; in buildMemoryImage()
H A DStSRecordFile.h48 unsigned m_dataCount; //!< Number of bytes of data. member
H A DStSRecordFile.cpp222 newRecord.m_dataCount = dataLength; in parseLine()