Package apple.struct
Class dyld_info_command
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.dyld_info_command
-
public final class dyld_info_command extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description dyld_info_command()protecteddyld_info_command(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intbind_off()file offset to binding infointbind_size()size of binding infointcmd()LC_DYLD_INFO or LC_DYLD_INFO_ONLYintcmdsize()sizeof(struct dyld_info_command)intexport_off()file offset to lazy binding infointexport_size()size of lazy binding infsintlazy_bind_off()file offset to lazy binding infointlazy_bind_size()size of lazy binding infsintrebase_off()file offset to rebase infointrebase_size()size of rebase infovoidsetBind_off(int value)file offset to binding infovoidsetBind_size(int value)size of binding infovoidsetCmd(int value)LC_DYLD_INFO or LC_DYLD_INFO_ONLYvoidsetCmdsize(int value)sizeof(struct dyld_info_command)voidsetExport_off(int value)file offset to lazy binding infovoidsetExport_size(int value)size of lazy binding infsvoidsetLazy_bind_off(int value)file offset to lazy binding infovoidsetLazy_bind_size(int value)size of lazy binding infsvoidsetRebase_off(int value)file offset to rebase infovoidsetRebase_size(int value)size of rebase infovoidsetWeak_bind_off(int value)file offset to weak binding infovoidsetWeak_bind_size(int value)size of weak binding infointweak_bind_off()file offset to weak binding infointweak_bind_size()size of weak binding info
-
-
-
Method Detail
-
cmd
public int cmd()
LC_DYLD_INFO or LC_DYLD_INFO_ONLY
-
setCmd
public void setCmd(int value)
LC_DYLD_INFO or LC_DYLD_INFO_ONLY
-
cmdsize
public int cmdsize()
sizeof(struct dyld_info_command)
-
setCmdsize
public void setCmdsize(int value)
sizeof(struct dyld_info_command)
-
rebase_off
public int rebase_off()
file offset to rebase info
-
setRebase_off
public void setRebase_off(int value)
file offset to rebase info
-
rebase_size
public int rebase_size()
size of rebase info
-
setRebase_size
public void setRebase_size(int value)
size of rebase info
-
bind_off
public int bind_off()
file offset to binding info
-
setBind_off
public void setBind_off(int value)
file offset to binding info
-
bind_size
public int bind_size()
size of binding info
-
setBind_size
public void setBind_size(int value)
size of binding info
-
weak_bind_off
public int weak_bind_off()
file offset to weak binding info
-
setWeak_bind_off
public void setWeak_bind_off(int value)
file offset to weak binding info
-
weak_bind_size
public int weak_bind_size()
size of weak binding info
-
setWeak_bind_size
public void setWeak_bind_size(int value)
size of weak binding info
-
lazy_bind_off
public int lazy_bind_off()
file offset to lazy binding info
-
setLazy_bind_off
public void setLazy_bind_off(int value)
file offset to lazy binding info
-
lazy_bind_size
public int lazy_bind_size()
size of lazy binding infs
-
setLazy_bind_size
public void setLazy_bind_size(int value)
size of lazy binding infs
-
export_off
public int export_off()
file offset to lazy binding info
-
setExport_off
public void setExport_off(int value)
file offset to lazy binding info
-
export_size
public int export_size()
size of lazy binding infs
-
setExport_size
public void setExport_size(int value)
size of lazy binding infs
-
-