public final class dyld_info_command
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
dyld_info_command() |
protected |
dyld_info_command(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
bind_off()
file offset to binding info
|
int |
bind_size()
size of binding info
|
int |
cmd()
LC_DYLD_INFO or LC_DYLD_INFO_ONLY
|
int |
cmdsize()
sizeof(struct dyld_info_command)
|
int |
export_off()
file offset to lazy binding info
|
int |
export_size()
size of lazy binding infs
|
int |
lazy_bind_off()
file offset to lazy binding info
|
int |
lazy_bind_size()
size of lazy binding infs
|
int |
rebase_off()
file offset to rebase info
|
int |
rebase_size()
size of rebase info
|
void |
setBind_off(int value)
file offset to binding info
|
void |
setBind_size(int value)
size of binding info
|
void |
setCmd(int value)
LC_DYLD_INFO or LC_DYLD_INFO_ONLY
|
void |
setCmdsize(int value)
sizeof(struct dyld_info_command)
|
void |
setExport_off(int value)
file offset to lazy binding info
|
void |
setExport_size(int value)
size of lazy binding infs
|
void |
setLazy_bind_off(int value)
file offset to lazy binding info
|
void |
setLazy_bind_size(int value)
size of lazy binding infs
|
void |
setRebase_off(int value)
file offset to rebase info
|
void |
setRebase_size(int value)
size of rebase info
|
void |
setWeak_bind_off(int value)
file offset to weak binding info
|
void |
setWeak_bind_size(int value)
size of weak binding info
|
int |
weak_bind_off()
file offset to weak binding info
|
int |
weak_bind_size()
size of weak binding info
|
public dyld_info_command()
protected dyld_info_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 rebase_off()
public void setRebase_off(int value)
public int rebase_size()
public void setRebase_size(int value)
public int bind_off()
public void setBind_off(int value)
public int bind_size()
public void setBind_size(int value)
public int weak_bind_off()
public void setWeak_bind_off(int value)
public int weak_bind_size()
public void setWeak_bind_size(int value)
public int lazy_bind_off()
public void setLazy_bind_off(int value)
public int lazy_bind_size()
public void setLazy_bind_size(int value)
public int export_off()
public void setExport_off(int value)
public int export_size()
public void setExport_size(int value)