RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ELF::ELFFormat::SectionGroup Class Reference
Inheritance diagram for ELF::ELFFormat::SectionGroup:
ELF::ELFFormat::Array ELF::ELFFormat::SectionContents Linker::Image

Public Member Functions

 SectionGroup (offset_t entsize)
 
offset_t ImageSize () const override
 Retrieves size of stored data.
 
offset_t WriteFile (Linker::Writer &wr, offset_t count, offset_t offset) const override
 Writes data of non-zero filled sections.
 
void Dump (Dumper::Dumper &dump, const ELFFormat &fmt, unsigned index) const override
 
void AddDumperFields (std::unique_ptr< Dumper::Region > &region, Dumper::Dumper &dump, const ELFFormat &fmt, unsigned index) const override
 
- Public Member Functions inherited from ELF::ELFFormat::Array
 Array (offset_t entsize)
 
- Public Member Functions inherited from Linker::Image
virtual offset_t WriteFile (Writer &wr) const
 Writes data of non-zero filled sections.
 
virtual std::shared_ptr< const ActualImageAsImage () const
 Retrieves a randomly accessible image.
 
std::shared_ptr< ActualImageAsImage ()
 Retrieves a randomly accessible image.
 

Public Attributes

offset_t flags = 0
 
- Public Attributes inherited from ELF::ELFFormat::Array
offset_t entsize
 
std::vector< offset_t > array
 

Member Function Documentation

◆ AddDumperFields()

void ELFFormat::SectionGroup::AddDumperFields ( std::unique_ptr< Dumper::Region > & region,
Dumper::Dumper & dump,
const ELFFormat & fmt,
unsigned index ) const
overridevirtual

Reimplemented from ELF::ELFFormat::SectionContents.

◆ Dump()

void ELFFormat::SectionGroup::Dump ( Dumper::Dumper & dump,
const ELFFormat & fmt,
unsigned index ) const
overridevirtual

Reimplemented from ELF::ELFFormat::Array.

◆ ImageSize()

offset_t ELFFormat::SectionGroup::ImageSize ( ) const
overridevirtual

Retrieves size of stored data.

Reimplemented from ELF::ELFFormat::Array.

◆ WriteFile()

offset_t ELFFormat::SectionGroup::WriteFile ( Linker::Writer & wr,
offset_t count,
offset_t offset ) const
overridevirtual

Writes data of non-zero filled sections.

Reimplemented from ELF::ELFFormat::Array.


The documentation for this class was generated from the following files: