gem5
v20.1.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 Loader::ObjectFile | |
virtual | ~ObjectFile () |
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 |
const SymbolTable & | symtab () const |
Addr | entryPoint () const |
Additional Inherited Members | |
Protected Member Functions inherited from Loader::ObjectFile | |
ObjectFile (ImageFileDataPtr ifd) | |
Protected Member Functions inherited from Loader::ImageFile | |
ImageFile (ImageFileDataPtr data) | |
virtual | ~ImageFile () |
Protected Attributes inherited from Loader::ObjectFile | |
Arch | arch = UnknownArch |
OpSys | opSys = UnknownOpSys |
SymbolTable | _symtab |
Addr | entry = 0 |
Protected Attributes inherited from Loader::ImageFile | |
ImageFileDataPtr | imageData |
Definition at line 37 of file raw_image.hh.
|
inline |
Definition at line 40 of file raw_image.hh.
|
inline |
Definition at line 42 of file raw_image.hh.
|
inlineoverridevirtual |
Implements Loader::ImageFile.
Definition at line 47 of file raw_image.hh.
References Loader::ImageFile::imageData.