Go to the documentation of this file.
34 #ifndef TTA_TPEF_SYMBOL_SECTION_READER_HH
35 #define TTA_TPEF_SYMBOL_SECTION_READER_HH
HalfWord SectionId
Type for storing binary file section ids.
virtual void readData(BinaryStream &stream, Section *section) const
SymbolElement * createSymbol(SymbolElement::SymbolType symType, Word aValue, Word aSize, SectionId sectToBelong) const
SymbolType
Type of symbol element.
static const Byte SYMBOL_TYPE_MASK
Mask for getting type of symbol from st_info field of symbol element.
virtual Section::SectionType type() const
static TPEFSymbolSectionReader proto_
Prototype instance of TPEFSymbolSectionReader to be registered to SectionReader.
virtual ~TPEFSymbolSectionReader()
TPEFSymbolSectionReader & operator=(TPEFSymbolSectionReader &)
Assignment not allowed.
TPEFSymbolSectionReader()