|
enum | flag_type {
LoadAny = 0x00000000
, LoadPublic = 0x00000001
, LoadChipMem = 0x00000002
, LoadFastMem = 0x00000004
,
LoadLocalMem = 0x00000008
, Load24BitDma = 0x00000010
, LoadClear = 0x00010000
} |
|
|
| 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 () |
|
|
uint32_t | hunk_type |
|
flag_type | flags |
|
std::shared_ptr< Linker::Segment > | image |
|
std::map< uint32_t, std::vector< uint32_t > > | relocations |
|
The documentation for this class was generated from the following files:
- src/format/hunk.h
- src/format/hunk.cc