OpenASIP
2.0
|
#include <Chunk.hh>
Public Member Functions | |
Chunk (SectionOffset offset) | |
virtual | ~Chunk () |
SectionOffset | offset () const |
Public Member Functions inherited from TPEF::SectionElement | |
virtual | ~SectionElement () |
Public Member Functions inherited from TPEF::SafePointable | |
virtual | ~SafePointable () |
Private Attributes | |
SectionOffset | offset_ |
Offset to data where chunk is pointing. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from TPEF::SectionElement | |
SectionElement () | |
Protected Member Functions inherited from TPEF::SafePointable | |
SafePointable () | |
TPEF::Chunk::Chunk | ( | SectionOffset | offset | ) |
Constructor.
offset | Offset to data where chunk is pointing to. |
SectionOffset TPEF::Chunk::offset | ( | ) | const |
Referenced by TPEF::TPEFSymbolSectionWriter::actualWriteData(), TPEF::RawSection::belongsToSection(), TPEF::DataSection::byte(), TPEF::StringSection::chunk2String(), TPEF::RawSection::chunkToMAUIndex(), TPEF::TPEFUDataSectionWriter::createKeys(), TTAProgram::TPEFProgramFactory::createLabels(), TPEF::AOutRelocationSectionReader::finalize(), TPEF::AOutSymbolSectionReader::readData(), ProgramImageGenerator::relocTarget(), and TPEF::TPEFTools::sectionOfElement().
|
private |