gem5
v19.0.0.0
|
#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.
Functions | |
static bool | hasGzipMagic (int fd) |
static int | doGzipLoad (int fd) |
|
static |
Definition at line 55 of file image_file_data.cc.
References ArmISA::fd, MipsISA::p, MipsISA::r, and warn.
Referenced by ImageFileData::ImageFileData().
|
static |
Definition at line 46 of file image_file_data.cc.
References panic_if.
Referenced by ImageFileData::ImageFileData().