Searched refs:getInterpreter (Results 1 - 5 of 5) sorted by relevance

/gem5/src/base/loader/
H A Delf_object.hh117 virtual ObjectFile *getInterpreter() const override
H A Dobject_file.hh104 virtual ObjectFile *getInterpreter() const { return nullptr; } function in class:ObjectFile
/gem5/src/sim/
H A Dprocess.cc457 ObjectFile *interp = objFile->getInterpreter();
481 Process::getInterpreter() function in class:Process
483 return objFile->getInterpreter();
489 ObjectFile *interp = getInterpreter();
497 ObjectFile *interp = getInterpreter();
H A Dprocess.hh109 ObjectFile *getInterpreter();
H A Dsyscall_emul.hh1887 ObjectFile *interpreter = p->getInterpreter();

Completed in 19 milliseconds