Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSRecordSourceFile.cpp130 bool isDataRecord = theRecord.m_type == 3 || theRecord.m_type == 2 || theRecord.m_type == 1; in buildMemoryImage() local
132 if (isDataRecord && hasData) in buildMemoryImage()