gem5 v24.0.0.0
|
#include <image_file_data.hh>
Public Member Functions | |
const std::string & | filename () const |
uint8_t const * | data () const |
size_t | len () const |
ImageFileData (const std::string &f_name) | |
virtual | ~ImageFileData () |
Private Attributes | |
std::string | _filename |
uint8_t * | _data |
size_t | _len |
Definition at line 44 of file image_file_data.hh.
gem5::loader::ImageFileData::ImageFileData | ( | const std::string & | f_name | ) |
Definition at line 99 of file image_file_data.cc.
References _data, _filename, _len, gem5::loader::doGzipLoad(), fatal_if, gem5::ArmISA::fd, gem5::loader::hasGzipMagic(), and panic_if.
|
virtual |
Definition at line 127 of file image_file_data.cc.
|
inline |
Definition at line 53 of file image_file_data.hh.
References _data.
Referenced by gem5::qemu::FwCfgItemFile::bytes(), TEST(), and TEST().
|
inline |
|
inline |
Definition at line 54 of file image_file_data.hh.
References _len.
Referenced by gem5::qemu::FwCfgItemFile::length(), TEST(), and TEST().
|
private |
Definition at line 48 of file image_file_data.hh.
Referenced by data(), ImageFileData(), and ~ImageFileData().
|
private |
Definition at line 47 of file image_file_data.hh.
Referenced by filename(), and ImageFileData().
|
private |
Definition at line 49 of file image_file_data.hh.
Referenced by ImageFileData(), len(), and ~ImageFileData().