FreeNOS
Data Fields
ExecutableFormat::Region Struct Reference

Memory region. More...

#include <ExecutableFormat.h>

Data Fields

Address virt
 
Address dataOffset
 
Size dataSize
 
Size memorySize
 
Memory::Access access
 

Detailed Description

Memory region.

Definition at line 55 of file ExecutableFormat.h.

Field Documentation

◆ access

Memory::Access ExecutableFormat::Region::access

Definition at line 61 of file ExecutableFormat.h.

Referenced by RecoveryServer::rewriteProgram(), and spawn().

◆ dataOffset

Address ExecutableFormat::Region::dataOffset

◆ dataSize

Size ExecutableFormat::Region::dataSize

◆ memorySize

Size ExecutableFormat::Region::memorySize

Definition at line 60 of file ExecutableFormat.h.

Referenced by RecoveryServer::rewriteProgram(), and spawn().

◆ virt

Address ExecutableFormat::Region::virt

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