Class: ElfFlags::SectionFlags

Inherits:
Enum
  • Object
show all
Defined in:
lib/mithril/elf_enums.rb

Overview

SHF_

Constant Summary collapse

SHF_WRITE =
0x1
SHF_ALLOC =
0x2
SHF_EXECINSTR =
0x4
SHF_MERGE =
0x10
SHF_STRINGS =
0x20
0x40
0x80
SHF_OS_NONCONFORMING =
0x100
SHF_GROUP =
0x200
SHF_TLS =
0x400
SHF_MASKOS =
0x0ff00000
SHF_MASKPROC =
0xf0000000