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

Classes

struct  os2_specific
 

Public Types

enum  system_type : uint32_t {
  EOS_NONE = 0 , EOS_PN = 1 , EOS_SVR4 = 2 , EOS_AIX = 3 ,
  EOS_OS2 = 4
}
 

Public Member Functions

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

system_type os_type = EOS_NONE
 
uint32_t os_size = 0
 
struct ELF::ELFFormat::IBMSystemInfo::os2_specific os2
 
std::vector< uint8_t > os_specific
 

Member Function Documentation

◆ AddDumperFields()

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

Reimplemented from ELF::ELFFormat::SectionContents.

◆ ImageSize()

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

Retrieves size of stored data.

Implements Linker::Image.

◆ WriteFile()

offset_t ELFFormat::IBMSystemInfo::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: