RetroArch
|
Classes | |
struct | DataSection |
struct | Relocation |
struct | RplImport |
struct | RplImportLibrary |
struct | Symbol |
Public Attributes | |
uint32_t | entryPoint |
std::vector< std::unique_ptr< DataSection > > | dataSections |
std::vector< std::unique_ptr< Symbol > > | symbols |
std::vector< std::unique_ptr< Relocation > > | relocations |
std::vector< std::unique_ptr< RplImportLibrary > > | rplImports |
std::vector<std::unique_ptr<DataSection> > ElfFile::dataSections |
uint32_t ElfFile::entryPoint |
std::vector<std::unique_ptr<Relocation> > ElfFile::relocations |
std::vector<std::unique_ptr<RplImportLibrary> > ElfFile::rplImports |
std::vector<std::unique_ptr<Symbol> > ElfFile::symbols |