public final class entry_point_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
entry_point_command() |
|
entry_point_command(int cmd,
int cmdsize,
long entryoff,
long stacksize) |
protected |
entry_point_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmd()
LC_MAIN only used in MH_EXECUTE filetypes
|
int |
cmdsize()
24
|
long |
entryoff()
file (__TEXT) offset of main()
|
void |
setCmd(int value)
LC_MAIN only used in MH_EXECUTE filetypes
|
void |
setCmdsize(int value)
24
|
void |
setEntryoff(long value)
file (__TEXT) offset of main()
|
void |
setStacksize(long value)
if not zero, initial stack size
|
long |
stacksize()
if not zero, initial stack size
|
public entry_point_command()
protected entry_point_command(org.moe.natj.general.Pointer peer)
public entry_point_command(int cmd,
int cmdsize,
long entryoff,
long stacksize)
public int cmd()
public void setCmd(int value)
public int cmdsize()
public void setCmdsize(int value)
public long entryoff()
public void setEntryoff(long value)
public long stacksize()
public void setStacksize(long value)