public final class dysymtab_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
dysymtab_command() |
protected |
dysymtab_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
cmd()
LC_DYSYMTAB
|
int |
cmdsize()
sizeof(struct dysymtab_command)
|
int |
extrefsymoff()
offset to referenced symbol table
|
int |
extreloff()
offset to external relocation entries
|
int |
iextdefsym()
index to externally defined symbols
|
int |
ilocalsym()
index to local symbols
|
int |
indirectsymoff()
file offset to the indirect symbol table
|
int |
iundefsym()
index to undefined symbols
|
int |
locreloff()
offset to local relocation entries
|
int |
modtaboff()
file offset to module table
|
int |
nextdefsym()
number of externally defined symbols
|
int |
nextrefsyms()
number of referenced symbol table entries
|
int |
nextrel()
number of external relocation entries
|
int |
nindirectsyms()
number of indirect symbol table entries
|
int |
nlocalsym()
number of local symbols
|
int |
nlocrel()
number of local relocation entries
|
int |
nmodtab()
number of module table entries
|
int |
ntoc()
number of entries in table of contents
|
int |
nundefsym()
number of undefined symbols
|
void |
setCmd(int value)
LC_DYSYMTAB
|
void |
setCmdsize(int value)
sizeof(struct dysymtab_command)
|
void |
setExtrefsymoff(int value)
offset to referenced symbol table
|
void |
setExtreloff(int value)
offset to external relocation entries
|
void |
setIextdefsym(int value)
index to externally defined symbols
|
void |
setIlocalsym(int value)
index to local symbols
|
void |
setIndirectsymoff(int value)
file offset to the indirect symbol table
|
void |
setIundefsym(int value)
index to undefined symbols
|
void |
setLocreloff(int value)
offset to local relocation entries
|
void |
setModtaboff(int value)
file offset to module table
|
void |
setNextdefsym(int value)
number of externally defined symbols
|
void |
setNextrefsyms(int value)
number of referenced symbol table entries
|
void |
setNextrel(int value)
number of external relocation entries
|
void |
setNindirectsyms(int value)
number of indirect symbol table entries
|
void |
setNlocalsym(int value)
number of local symbols
|
void |
setNlocrel(int value)
number of local relocation entries
|
void |
setNmodtab(int value)
number of module table entries
|
void |
setNtoc(int value)
number of entries in table of contents
|
void |
setNundefsym(int value)
number of undefined symbols
|
void |
setTocoff(int value)
file offset to table of contents
|
int |
tocoff()
file offset to table of contents
|
public dysymtab_command()
protected dysymtab_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 ilocalsym()
public void setIlocalsym(int value)
public int nlocalsym()
public void setNlocalsym(int value)
public int iextdefsym()
public void setIextdefsym(int value)
public int nextdefsym()
public void setNextdefsym(int value)
public int iundefsym()
public void setIundefsym(int value)
public int nundefsym()
public void setNundefsym(int value)
public int tocoff()
public void setTocoff(int value)
public int ntoc()
public void setNtoc(int value)
public int modtaboff()
public void setModtaboff(int value)
public int nmodtab()
public void setNmodtab(int value)
public int extrefsymoff()
public void setExtrefsymoff(int value)
public int nextrefsyms()
public void setNextrefsyms(int value)
public int indirectsymoff()
public void setIndirectsymoff(int value)
public int nindirectsyms()
public void setNindirectsyms(int value)
public int extreloff()
public void setExtreloff(int value)
public int nextrel()
public void setNextrel(int value)
public int locreloff()
public void setLocreloff(int value)
public int nlocrel()
public void setNlocrel(int value)