public final class mach_header_64
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
mach_header_64() |
protected |
mach_header_64(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cpusubtype()
machine specifier
|
int |
cputype()
cpu specifier
|
int |
filetype()
type of file
|
int |
flags()
flags
|
int |
magic()
mach magic number identifier
|
int |
ncmds()
number of load commands
|
int |
reserved()
reserved
|
void |
setCpusubtype(int value)
machine specifier
|
void |
setCputype(int value)
cpu specifier
|
void |
setFiletype(int value)
type of file
|
void |
setFlags(int value)
flags
|
void |
setMagic(int value)
mach magic number identifier
|
void |
setNcmds(int value)
number of load commands
|
void |
setReserved(int value)
reserved
|
void |
setSizeofcmds(int value)
the size of all the load commands
|
int |
sizeofcmds()
the size of all the load commands
|
public mach_header_64()
protected mach_header_64(org.moe.natj.general.Pointer peer)
public int magic()
public void setMagic(int value)
public int cputype()
public void setCputype(int value)
public int cpusubtype()
public void setCpusubtype(int value)
public int filetype()
public void setFiletype(int value)
public int ncmds()
public void setNcmds(int value)
public int sizeofcmds()
public void setSizeofcmds(int value)
public int flags()
public void setFlags(int value)
public int reserved()
public void setReserved(int value)