SectionFlags
Fields of this type
Fields
- alloc:bool
- add SHF_ALLOC
- contents:bool
- if section is SHT_NOBITS, set SHT_PROGBITS, otherwise do nothing
- load:bool
- if section is SHT_NOBITS, set SHT_PROGBITS, otherwise do nothing (same as contents)
- readonly:bool
- readonly: clear default SHF_WRITE flag
- code:bool
- add SHF_EXECINSTR
- exclude:bool
- add SHF_EXCLUDE
- large:bool
- add SHF_X86_64_LARGE.
- merge:bool
- add SHF_MERGE
- strings:bool
- add SHF_STRINGS