KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Section header flags

Macros

#define SHF_WRITE   1
 Writable data.
#define SHF_ALLOC   2
 Resident.
#define SHF_EXECINSTR   4
 Executable instructions.
#define SHF_MASKPROC   0xf0000000
 Processor specific mask.

Detailed Description

These are the flags that can be set on a section header. These are related to whether the section should reside in memory and permissions on it.


Macro Definition Documentation

#define SHF_ALLOC   2

Resident.

#define SHF_EXECINSTR   4

Executable instructions.

#define SHF_MASKPROC   0xf0000000

Processor specific mask.

#define SHF_WRITE   1

Writable data.