KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Section Header Flags

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ SHF_ALLOC

#define SHF_ALLOC   2

Resident.

◆ SHF_EXECINSTR

#define SHF_EXECINSTR   4

Executable instructions.

◆ SHF_MASKPROC

#define SHF_MASKPROC   0xf0000000

Processor specific mask.

◆ SHF_WRITE

#define SHF_WRITE   1

Writable data.