NOVA
Stripped down NOVA kernel for the OSY course
Loading...
Searching...
No Matches
Ph Class Reference

Public Types

enum  {
  PT_NULL = 0 , PT_LOAD = 1 , PT_DYNAMIC = 2 , PT_INTERP = 3 ,
  PT_NOTE = 4 , PT_SHLIB = 5 , PT_PHDR = 6
}
enum  { PF_X = 0x1 , PF_W = 0x2 , PF_R = 0x4 }

Public Attributes

uint32 type
uint32 f_offs
uint32 v_addr
uint32 p_addr
uint32 f_size
uint32 m_size
uint32 flags
uint32 align

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
50 {
51 PF_X = 0x1,
52 PF_W = 0x2,
53 PF_R = 0x4,
54 };

◆ anonymous enum

anonymous enum
39 {
40 PT_NULL = 0,
41 PT_LOAD = 1,
42 PT_DYNAMIC = 2,
43 PT_INTERP = 3,
44 PT_NOTE = 4,
45 PT_SHLIB = 5,
46 PT_PHDR = 6,
47 };

The documentation for this class was generated from the following file: