Lines Matching refs:SRecordSourceFile
2 * File: SRecordSourceFile.cpp
8 #include "SRecordSourceFile.h"
22 SRecordSourceFile::SRecordSourceFile(const std::string & path)
27 bool SRecordSourceFile::isSRecordFile(std::istream & stream)
33 void SRecordSourceFile::open()
50 void SRecordSourceFile::close()
63 DataSource * SRecordSourceFile::createDataSource()
71 bool SRecordSourceFile::hasEntryPoint()
82 uint32_t SRecordSourceFile::getEntryPointAddress()
104 void SRecordSourceFile::buildMemoryImage()