| gem5
    v19.0.0.0
    | 
Go to the source code of this file.
| Classes | |
| class | ElfObjectFormat | 
| class | ElfObject | 
| Functions | |
| void | setInterpDir (const std::string &dirname) | 
| This is the interface for setting up a base path for the elf interpreter.  More... | |
| 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.
| dirname | base path for the interpreter | 
Definition at line 98 of file elf_object.cc.
References fatal_if.
Referenced by init_loader(), and ElfObject::programHeaderCount().