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::SymbolTable Class Reference
Inheritance diagram for ELF::ELFFormat::SymbolTable:
ELF::ELFFormat::SectionContents Linker::Image

Public Member Functions

 SymbolTable (size_t wordbytes, 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
 
- Public Member Functions inherited from ELF::ELFFormat::SectionContents
virtual void AddDumperFields (std::unique_ptr< Dumper::Region > &region, Dumper::Dumper &dump, const ELFFormat &fmt, unsigned index) const
 
- 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

size_t wordbytes
 
offset_t entsize
 
std::vector< Symbolsymbols
 

Member Function Documentation

◆ Dump()

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

Reimplemented from ELF::ELFFormat::SectionContents.

◆ ImageSize()

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

Retrieves size of stored data.

Implements Linker::Image.

◆ WriteFile()

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

Writes data of non-zero filled sections.

Implements Linker::Image.


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