|
OpenASIP 2.2
|
#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. | |
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. |
Definition at line 43 of file Chunk.cc.
| 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 |