KallistiOS
##version##
|
Macros | |
#define | SHF_WRITE 1 |
Writable data. More... | |
#define | SHF_ALLOC 2 |
Resident. More... | |
#define | SHF_EXECINSTR 4 |
Executable instructions. More... | |
#define | SHF_MASKPROC 0xf0000000 |
Processor specific mask. More... | |
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.
#define SHF_ALLOC 2 |
Resident.
#define SHF_EXECINSTR 4 |
Executable instructions.
#define SHF_MASKPROC 0xf0000000 |
Processor specific mask.
#define SHF_WRITE 1 |
Writable data.