public final class segment_command_64
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
segment_command_64() |
protected |
segment_command_64(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmd()
LC_SEGMENT_64
|
int |
cmdsize()
includes sizeof section_64 structs
|
long |
fileoff()
file offset of this segment
|
long |
filesize()
amount to map from the file
|
int |
flags()
flags
|
int |
initprot()
initial VM protection
|
int |
maxprot()
maximum VM protection
|
int |
nsects()
number of sections in segment
|
byte |
segname(int field_idx)
segment name
|
void |
setCmd(int value)
LC_SEGMENT_64
|
void |
setCmdsize(int value)
includes sizeof section_64 structs
|
void |
setFileoff(long value)
file offset of this segment
|
void |
setFilesize(long value)
amount to map from the file
|
void |
setFlags(int value)
flags
|
void |
setInitprot(int value)
initial VM protection
|
void |
setMaxprot(int value)
maximum VM protection
|
void |
setNsects(int value)
number of sections in segment
|
void |
setSegname(byte value,
int field_idx)
segment name
|
void |
setVmaddr(long value)
memory address of this segment
|
void |
setVmsize(long value)
memory size of this segment
|
long |
vmaddr()
memory address of this segment
|
long |
vmsize()
memory size of this segment
|
public segment_command_64()
protected segment_command_64(org.moe.natj.general.Pointer peer)
public int cmd()
public void setCmd(int value)
public int cmdsize()
public void setCmdsize(int value)
public byte segname(int field_idx)
public void setSegname(byte value,
int field_idx)
public long vmaddr()
public void setVmaddr(long value)
public long vmsize()
public void setVmsize(long value)
public long fileoff()
public void setFileoff(long value)
public long filesize()
public void setFilesize(long value)
public int maxprot()
public void setMaxprot(int value)
public int initprot()
public void setInitprot(int value)
public int nsects()
public void setNsects(int value)
public int flags()
public void setFlags(int value)