gem5
v19.0.0.0
|
#include <elf_object.hh>
Public Member Functions | |
ElfObject (ImageFileDataPtr ifd) | |
~ElfObject () | |
MemoryImage | buildImage () const override |
bool | loadAllSymbols (SymbolTable *symtab, Addr base=0, Addr offset=0, Addr addr_mask=MaxAddr) override |
bool | loadGlobalSymbols (SymbolTable *symtab, Addr base=0, Addr offset=0, Addr addr_mask=MaxAddr) override |
bool | loadLocalSymbols (SymbolTable *symtab, Addr base=0, Addr offset=0, Addr addr_mask=MaxAddr) override |
bool | loadWeakSymbols (SymbolTable *symtab, Addr base=0, Addr offset=0, Addr addr_mask=MaxAddr) override |
ObjectFile * | getInterpreter () const override |
std::string | getInterpPath (const GElf_Phdr &phdr) const |
Addr | bias () const override |
bool | relocatable () const override |
Addr | mapSize () const override |
void | updateBias (Addr bias_addr) override |
bool | hasTLS () override |
Addr | programHeaderTable () |
uint16_t | programHeaderSize () |
uint16_t | programHeaderCount () |
![]() | |
virtual | ~ObjectFile () |
Arch | getArch () const |
OpSys | getOpSys () const |
Addr | entryPoint () const |
Protected Member Functions | |
void | determineArch () |
void | determineOpSys () |
void | handleLoadableSegment (GElf_Phdr phdr, int seg_num) |
bool | loadSomeSymbols (SymbolTable *symtab, int binding, Addr mask, Addr base, Addr offset) |
Helper functions for loadGlobalSymbols() and loadLocalSymbols(). More... | |
void | getSections () |
bool | sectionExists (std::string sec) |
![]() | |
ObjectFile (ImageFileDataPtr ifd) | |
![]() | |
ImageFile (ImageFileDataPtr data) | |
virtual | ~ImageFile () |
Protected Attributes | |
Elf * | elf |
GElf_Ehdr | ehdr |
Addr | _programHeaderTable = 0 |
uint16_t | _programHeaderSize = 0 |
uint16_t | _programHeaderCount = 0 |
std::set< std::string > | sectionNames |
ElfObject * | interpreter = nullptr |
Addr | ldBias = 0 |
bool | relocate = true |
Addr | ldMin = MaxAddr |
Addr | ldMax = MaxAddr |
MemoryImage | image |
![]() | |
Arch | arch = UnknownArch |
OpSys | opSys = UnknownOpSys |
Addr | entry = 0 |
![]() | |
ImageFileDataPtr | imageData |
Additional Inherited Members | |
![]() | |
enum | Arch { UnknownArch, Alpha, SPARC64, SPARC32, Mips, X86_64, I386, Arm64, Arm, Thumb, Power, Riscv64, Riscv32 } |
enum | OpSys { UnknownOpSys, Tru64, Linux, Solaris, LinuxArmOABI, FreeBSD } |
Definition at line 58 of file elf_object.hh.
ElfObject::ElfObject | ( | ImageFileDataPtr | ifd | ) |
Definition at line 105 of file elf_object.cc.
References _programHeaderCount, _programHeaderSize, createObjectFile(), determineArch(), determineOpSys(), DPRINTFR, ehdr, elf, ObjectFile::entry, getInterpPath(), handleLoadableSegment(), ArmISA::i, image, ImageFile::imageData, interpreter, M5_VAR_USED, panic, X86ISA::seg, MemoryImage::segments(), and warn_if.
ElfObject::~ElfObject | ( | ) |
Definition at line 303 of file elf_object.cc.
References elf.
|
inlineoverridevirtual |
Reimplemented from ObjectFile.
Definition at line 121 of file elf_object.hh.
|
inlineoverridevirtual |
Implements ImageFile.
Definition at line 106 of file elf_object.hh.
References X86ISA::base, MaxAddr, and ArmISA::offset.
|
protected |
Definition at line 161 of file elf_object.cc.
References ObjectFile::Alpha, ObjectFile::arch, ObjectFile::Arm, ObjectFile::Arm64, bits(), ehdr, fatal, ObjectFile::I386, ObjectFile::Mips, ObjectFile::Power, ObjectFile::Riscv32, ObjectFile::Riscv64, ObjectFile::SPARC32, ObjectFile::SPARC64, ObjectFile::Thumb, warn, and ObjectFile::X86_64.
Referenced by ElfObject().
|
protected |
Definition at line 213 of file elf_object.cc.
References ehdr, elf, fatal, ObjectFile::FreeBSD, htobe(), htole(), ObjectFile::Linux, ObjectFile::LinuxArmOABI, ObjectFile::opSys, ObjectFile::Solaris, ObjectFile::Tru64, and ObjectFile::UnknownOpSys.
Referenced by ElfObject().
std::string ElfObject::getInterpPath | ( | const GElf_Phdr & | phdr | ) | const |
Definition at line 150 of file elf_object.cc.
References ImageFile::imageData.
Referenced by ElfObject().
|
inlineoverridevirtual |
Reimplemented from ObjectFile.
Definition at line 118 of file elf_object.hh.
|
protected |
Definition at line 409 of file elf_object.cc.
References ehdr, elf, ImageFile::imageData, panic, and sectionNames.
Referenced by sectionExists().
|
protected |
Definition at line 276 of file elf_object.cc.
References _programHeaderTable, MemoryImage::addSegment(), ehdr, image, ImageFile::imageData, name(), and sc_dt::to_string().
Referenced by ElfObject().
|
inlineoverridevirtual |
Reimplemented from ObjectFile.
Definition at line 126 of file elf_object.hh.
|
overridevirtual |
Reimplemented from ObjectFile.
Definition at line 367 of file elf_object.cc.
References loadGlobalSymbols(), loadLocalSymbols(), and loadWeakSymbols().
|
overridevirtual |
Reimplemented from ObjectFile.
Definition at line 376 of file elf_object.cc.
References interpreter, and loadSomeSymbols().
Referenced by loadAllSymbols().
|
overridevirtual |
Reimplemented from ObjectFile.
Definition at line 387 of file elf_object.cc.
References interpreter, and loadSomeSymbols().
Referenced by loadAllSymbols().
|
protected |
Helper functions for loadGlobalSymbols() and loadLocalSymbols().
Definition at line 309 of file elf_object.cc.
References X86ISA::count, data, DPRINTF, elf, ArmISA::i, ImageFile::imageData, SymbolTable::insert(), ArmISA::offset, and panic.
Referenced by loadGlobalSymbols(), loadLocalSymbols(), and loadWeakSymbols().
|
overridevirtual |
Reimplemented from ObjectFile.
Definition at line 398 of file elf_object.cc.
References interpreter, and loadSomeSymbols().
Referenced by loadAllSymbols().
|
inlineoverridevirtual |
Reimplemented from ObjectFile.
Definition at line 123 of file elf_object.hh.
|
inline |
Definition at line 130 of file elf_object.hh.
References setInterpDir().
Referenced by AlphaProcess::argsInit(), RiscvProcess::argsInit(), MipsProcess::argsInit(), PowerProcess::argsInit(), SparcProcess::argsInit(), ArmProcess::argsInit(), and X86ISA::X86Process::argsInit().
|
inline |
Definition at line 129 of file elf_object.hh.
Referenced by MipsProcess::argsInit(), RiscvProcess::argsInit(), PowerProcess::argsInit(), SparcProcess::argsInit(), ArmProcess::argsInit(), and X86ISA::X86Process::argsInit().
|
inline |
Definition at line 128 of file elf_object.hh.
Referenced by AlphaProcess::argsInit(), RiscvProcess::argsInit(), MipsProcess::argsInit(), PowerProcess::argsInit(), SparcProcess::argsInit(), ArmProcess::argsInit(), and X86ISA::X86Process::argsInit().
|
inlineoverridevirtual |
Reimplemented from ObjectFile.
Definition at line 122 of file elf_object.hh.
|
protected |
Definition at line 445 of file elf_object.cc.
References getSections(), and sectionNames.
|
overridevirtual |
Reimplemented from ObjectFile.
Definition at line 455 of file elf_object.cc.
References ObjectFile::entry, image, ldBias, and MemoryImage::offset().
|
protected |
Definition at line 72 of file elf_object.hh.
Referenced by ElfObject().
|
protected |
Definition at line 71 of file elf_object.hh.
Referenced by ElfObject().
|
protected |
Definition at line 70 of file elf_object.hh.
Referenced by handleLoadableSegment().
|
protected |
Definition at line 62 of file elf_object.hh.
Referenced by determineArch(), determineOpSys(), ElfObject(), getSections(), and handleLoadableSegment().
|
protected |
Definition at line 61 of file elf_object.hh.
Referenced by determineOpSys(), ElfObject(), getSections(), loadSomeSymbols(), and ~ElfObject().
|
protected |
Definition at line 100 of file elf_object.hh.
Referenced by ElfObject(), handleLoadableSegment(), and updateBias().
|
protected |
Definition at line 75 of file elf_object.hh.
Referenced by ElfObject(), loadGlobalSymbols(), loadLocalSymbols(), and loadWeakSymbols().
|
protected |
Definition at line 80 of file elf_object.hh.
Referenced by updateBias().
Definition at line 91 of file elf_object.hh.
Definition at line 90 of file elf_object.hh.
|
protected |
Definition at line 86 of file elf_object.hh.
|
protected |
Definition at line 73 of file elf_object.hh.
Referenced by getSections(), and sectionExists().