|
gem5
v20.1.0.5
|
#include "base/loader/image_file_data.hh"#include <fcntl.h>#include <sys/mman.h>#include <sys/types.h>#include <unistd.h>#include <zlib.h>#include <cstdio>#include <vector>#include "base/logging.hh"Go to the source code of this file.
Namespaces | |
| Loader | |
Functions | |
| static bool | Loader::hasGzipMagic (int fd) |
| static int | Loader::doGzipLoad (int fd) |