RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
ELF::ELFFormat::Segment::Part Struct Reference

Public Types

enum  part_type { Section = 1 , Block = 2 }
 

Public Member Functions

 Part (part_type type, uint16_t index, offset_t offset, offset_t size)
 
offset_t GetOffset (const ELFFormat &fmt) const
 
offset_t GetActualSize (const ELFFormat &fmt) const
 

Public Attributes

part_type type
 
uint16_t index
 
offset_t offset
 
offset_t size
 

Member Enumeration Documentation

◆ part_type

Enumerator
Section 

A section or part of a section.

Block 

Some other area inside the binary, including one of the headers.


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