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
Amiga::HunkFormat::Hunk Class Reference

Public Types

enum  flag_type {
  LoadAny = 0x00000000 , LoadPublic = 0x00000001 , LoadChipMem = 0x00000002 , LoadFastMem = 0x00000004 ,
  LoadLocalMem = 0x00000008 , Load24BitDma = 0x00000010 , LoadClear = 0x00010000
}
 

Public Member Functions

 Hunk (uint32_t hunk_type, std::string name="image", unsigned flags=LoadAny)
 
 Hunk (uint32_t hunk_type, std::shared_ptr< Linker::Segment > segment, unsigned flags=LoadAny)
 
uint32_t GetSizeField ()
 
bool RequiresAdditionalFlags ()
 
uint32_t GetAdditionalFlags ()
 

Public Attributes

uint32_t hunk_type
 
flag_type flags
 
std::shared_ptr< Linker::Segmentimage
 
std::map< uint32_t, std::vector< uint32_t > > relocations
 

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