gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
elf_object.cc File Reference
#include "base/loader/elf_object.hh"
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <cassert>
#include <string>
#include "base/bitfield.hh"
#include "base/loader/symtab.hh"
#include "base/logging.hh"
#include "base/trace.hh"
#include "debug/Loader.hh"
#include "gelf.h"
#include "sim/byteswap.hh"

Go to the source code of this file.

Functions

void setInterpDir (const std::string &dirname)
 This is the interface for setting up a base path for the elf interpreter. More...
 

Function Documentation

◆ setInterpDir()

void setInterpDir ( const std::string &  dirname)

This is the interface for setting up a base path for the elf interpreter.

This is needed when loading a cross-compiled (guest ISA != host ISA) dynamically linked application.

Parameters
dirnamebase path for the interpreter

Definition at line 98 of file elf_object.cc.

References fatal_if.

Referenced by init_loader(), and ElfObject::programHeaderCount().


Generated on Fri Feb 28 2020 16:27:06 for gem5 by doxygen 1.8.13