Modifier and Type | Field and Description |
---|---|
long |
p_align |
long |
p_filesz |
long |
p_flags |
long |
p_memsz |
long |
p_offset |
IAddress |
p_paddr |
long |
p_type |
IAddress |
p_vaddr |
static int |
PF_R |
static int |
PF_W |
static int |
PF_X |
static int |
PT_DYNAMIC |
static int |
PT_INTERP |
static int |
PT_LOAD |
static int |
PT_NOTE |
static int |
PT_NULL |
static int |
PT_PHDR |
static int |
PT_SHLIB |
Constructor and Description |
---|
PHdr() |
public static final int PT_NULL
public static final int PT_LOAD
public static final int PT_DYNAMIC
public static final int PT_INTERP
public static final int PT_NOTE
public static final int PT_SHLIB
public static final int PT_PHDR
public static final int PF_X
public static final int PF_W
public static final int PF_R
public long p_type
public long p_offset
public IAddress p_vaddr
public IAddress p_paddr
public long p_filesz
public long p_memsz
public long p_flags
public long p_align
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.