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