RetroArch
Classes | Public Attributes | List of all members
ElfFile Struct Reference

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
 

Member Data Documentation

◆ dataSections

std::vector<std::unique_ptr<DataSection> > ElfFile::dataSections

◆ entryPoint

uint32_t ElfFile::entryPoint

◆ relocations

std::vector<std::unique_ptr<Relocation> > ElfFile::relocations

◆ rplImports

std::vector<std::unique_ptr<RplImportLibrary> > ElfFile::rplImports

◆ symbols

std::vector<std::unique_ptr<Symbol> > ElfFile::symbols

The documentation for this struct was generated from the following file: