| KallistiOS git master
    Independent SDK for the Sega Dreamcast | 
ELF section header flags More...
| 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. | |
ELF section header flags
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.