public final class symtab_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
symtab_command() |
protected |
symtab_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmd()
LC_SYMTAB
|
int |
cmdsize()
sizeof(struct symtab_command)
|
int |
nsyms()
number of symbol table entries
|
void |
setCmd(int value)
LC_SYMTAB
|
void |
setCmdsize(int value)
sizeof(struct symtab_command)
|
void |
setNsyms(int value)
number of symbol table entries
|
void |
setStroff(int value)
string table offset
|
void |
setStrsize(int value)
string table size in bytes
|
void |
setSymoff(int value)
symbol table offset
|
int |
stroff()
string table offset
|
int |
strsize()
string table size in bytes
|
int |
symoff()
symbol table offset
|
public symtab_command()
protected symtab_command(org.moe.natj.general.Pointer peer)
public int cmd()
public void setCmd(int value)
public int cmdsize()
public void setCmdsize(int value)
public int symoff()
public void setSymoff(int value)
public int nsyms()
public void setNsyms(int value)
public int stroff()
public void setStroff(int value)
public int strsize()
public void setStrsize(int value)