|
KallistiOS
2.0.0
|
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. | |
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.
1.8.1.1