public final class mach_header
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
mach_header() |
protected |
mach_header(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
|
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 |
setSizeofcmds(int value)
the size of all the load commands
|
int |
sizeofcmds()
the size of all the load commands
|
public mach_header()
protected mach_header(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)