Class: ElfFlags::PhdrFlags

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

Overview

PF_

Constant Summary collapse

PF_X =
0x1
PF_W =
0x2
PF_R =
0x4
PF_MASKOS =
0x0ff00000
PF_MASKPROC =
0xf0000000