public final class dylib_module
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
dylib_module() |
protected |
dylib_module(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
iextdefsym()
index into externally defined symbols
|
int |
iextrel()
index into external relocation entries
|
int |
iinit_iterm()
low 16 bits are the index into the init
section, high 16 bits are the index into
the term section
|
int |
ilocalsym()
index into symbols for local symbols
|
int |
irefsym()
index into reference symbol table
|
int |
module_name()
the module name (index into string table)
|
int |
nextdefsym()
number of externally defined symbols
|
int |
nextrel()
number of external relocation entries
|
int |
ninit_nterm()
low 16 bits are the number of init section
entries, high 16 bits are the number of
term section entries
|
int |
nlocalsym()
number of local symbols
|
int |
nrefsym()
number of reference symbol table entries
|
int |
objc_module_info_addr()
the (__OBJC,__module_info) section
|
int |
objc_module_info_size()
the (__OBJC,__module_info) section
|
void |
setIextdefsym(int value)
index into externally defined symbols
|
void |
setIextrel(int value)
index into external relocation entries
|
void |
setIinit_iterm(int value)
low 16 bits are the index into the init
section, high 16 bits are the index into
the term section
|
void |
setIlocalsym(int value)
index into symbols for local symbols
|
void |
setIrefsym(int value)
index into reference symbol table
|
void |
setModule_name(int value)
the module name (index into string table)
|
void |
setNextdefsym(int value)
number of externally defined symbols
|
void |
setNextrel(int value)
number of external relocation entries
|
void |
setNinit_nterm(int value)
low 16 bits are the number of init section
entries, high 16 bits are the number of
term section entries
|
void |
setNlocalsym(int value)
number of local symbols
|
void |
setNrefsym(int value)
number of reference symbol table entries
|
void |
setObjc_module_info_addr(int value)
the (__OBJC,__module_info) section
|
void |
setObjc_module_info_size(int value)
the (__OBJC,__module_info) section
|
public dylib_module()
protected dylib_module(org.moe.natj.general.Pointer peer)
public int module_name()
public void setModule_name(int value)
public int iextdefsym()
public void setIextdefsym(int value)
public int nextdefsym()
public void setNextdefsym(int value)
public int irefsym()
public void setIrefsym(int value)
public int nrefsym()
public void setNrefsym(int value)
public int ilocalsym()
public void setIlocalsym(int value)
public int nlocalsym()
public void setNlocalsym(int value)
public int iextrel()
public void setIextrel(int value)
public int nextrel()
public void setNextrel(int value)
public int iinit_iterm()
public void setIinit_iterm(int value)
public int ninit_nterm()
public void setNinit_nterm(int value)
public int objc_module_info_addr()
public void setObjc_module_info_addr(int value)
public int objc_module_info_size()
public void setObjc_module_info_size(int value)