|
gem5
v19.0.0.0
|
#include <raw_image.hh>
Public Member Functions | |
| RawImage (ImageFileDataPtr ifd) | |
| RawImage (const std::string &filename) | |
| MemoryImage | buildImage () const override |
Public Member Functions inherited from ObjectFile | |
| virtual | ~ObjectFile () |
| virtual bool | loadAllSymbols (SymbolTable *symtab, Addr base=0, Addr offset=0, Addr mask=MaxAddr) |
| virtual bool | loadGlobalSymbols (SymbolTable *symtab, Addr base=0, Addr offset=0, Addr mask=MaxAddr) |
| virtual bool | loadLocalSymbols (SymbolTable *symtab, Addr base=0, Addr offset=0, Addr mask=MaxAddr) |
| virtual bool | loadWeakSymbols (SymbolTable *symtab, Addr base=0, Addr offset=0, Addr mask=MaxAddr) |
| virtual ObjectFile * | getInterpreter () const |
| virtual bool | relocatable () const |
| virtual Addr | mapSize () const |
| virtual void | updateBias (Addr bias_addr) |
| virtual Addr | bias () const |
| virtual bool | hasTLS () |
| Arch | getArch () const |
| OpSys | getOpSys () const |
| Addr | entryPoint () const |
Additional Inherited Members | |
Public Types inherited from ObjectFile | |
| enum | Arch { UnknownArch, Alpha, SPARC64, SPARC32, Mips, X86_64, I386, Arm64, Arm, Thumb, Power, Riscv64, Riscv32 } |
| enum | OpSys { UnknownOpSys, Tru64, Linux, Solaris, LinuxArmOABI, FreeBSD } |
Protected Member Functions inherited from ObjectFile | |
| ObjectFile (ImageFileDataPtr ifd) | |
Protected Member Functions inherited from ImageFile | |
| ImageFile (ImageFileDataPtr data) | |
| virtual | ~ImageFile () |
Protected Attributes inherited from ObjectFile | |
| Arch | arch = UnknownArch |
| OpSys | opSys = UnknownOpSys |
| Addr | entry = 0 |
Protected Attributes inherited from ImageFile | |
| ImageFileDataPtr | imageData |
Definition at line 36 of file raw_image.hh.
|
inline |
Definition at line 39 of file raw_image.hh.
|
inline |
Definition at line 41 of file raw_image.hh.
|
inlineoverridevirtual |