RetroArch
Public Attributes | List of all members
ElfFile::DataSection Struct Reference

Public Attributes

std::string name
 
uint32_t address
 
elf::SectionType type
 
elf::SectionFlags flags
 
std::vector< char > data
 
uint32_t size
 

Member Data Documentation

◆ address

uint32_t ElfFile::DataSection::address

◆ data

std::vector<char> ElfFile::DataSection::data

◆ flags

elf::SectionFlags ElfFile::DataSection::flags

◆ name

std::string ElfFile::DataSection::name

◆ size

uint32_t ElfFile::DataSection::size

◆ type

elf::SectionType ElfFile::DataSection::type

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