RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
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 > ®ion, Dumper::Dumper &dump, const ELFFormat &fmt, unsigned index) const override |
![]() | |
virtual void | Dump (Dumper::Dumper &dump, const ELFFormat &fmt, unsigned index) const |
![]() | |
virtual offset_t | WriteFile (Writer &wr) const |
Writes data of non-zero filled sections. | |
virtual std::shared_ptr< const ActualImage > | AsImage () const |
Retrieves a randomly accessible image. | |
std::shared_ptr< ActualImage > | AsImage () |
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 |
|
overridevirtual |
Reimplemented from ELF::ELFFormat::SectionContents.
|
overridevirtual |
Retrieves size of stored data.
Implements Linker::Image.
|
overridevirtual |
Writes data of non-zero filled sections.
Implements Linker::Image.