gem5 v24.0.0.0
|
#include "base/loader/object_file.hh"
#include <string>
#include <vector>
#include "base/loader/raw_image.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::loader |
Functions | |
const char * | gem5::loader::archToString (Arch arch) |
const char * | gem5::loader::opSysToString (OpSys op_sys) |
ObjectFile * | gem5::loader::createObjectFile (const std::string &fname, bool raw) |
bool | gem5::loader::archIs64Bit (const Arch arch) |
Determine whether the loader::Arch is 64-bit or 32-bit. | |