Package apple.struct
Class linkedit_data_command
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.linkedit_data_command
-
public final class linkedit_data_command extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description linkedit_data_command()linkedit_data_command(int cmd, int cmdsize, int dataoff, int datasize)protectedlinkedit_data_command(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcmd()LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO, LC_FUNCTION_STARTS, LC_DATA_IN_CODE, LC_DYLIB_CODE_SIGN_DRS, LC_LINKER_OPTIMIZATION_HINT, LC_DYLD_EXPORTS_TRIE, or LC_DYLD_CHAINED_FIXUPS.intcmdsize()sizeof(struct linkedit_data_command)intdataoff()file offset of data in __LINKEDIT segmentintdatasize()file size of data in __LINKEDIT segmentvoidsetCmd(int value)LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO, LC_FUNCTION_STARTS, LC_DATA_IN_CODE, LC_DYLIB_CODE_SIGN_DRS, LC_LINKER_OPTIMIZATION_HINT, LC_DYLD_EXPORTS_TRIE, or LC_DYLD_CHAINED_FIXUPS.voidsetCmdsize(int value)sizeof(struct linkedit_data_command)voidsetDataoff(int value)file offset of data in __LINKEDIT segmentvoidsetDatasize(int value)file size of data in __LINKEDIT segment
-
-
-
Method Detail
-
cmd
public int cmd()
LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO, LC_FUNCTION_STARTS, LC_DATA_IN_CODE, LC_DYLIB_CODE_SIGN_DRS, LC_LINKER_OPTIMIZATION_HINT, LC_DYLD_EXPORTS_TRIE, or LC_DYLD_CHAINED_FIXUPS.
-
setCmd
public void setCmd(int value)
LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO, LC_FUNCTION_STARTS, LC_DATA_IN_CODE, LC_DYLIB_CODE_SIGN_DRS, LC_LINKER_OPTIMIZATION_HINT, LC_DYLD_EXPORTS_TRIE, or LC_DYLD_CHAINED_FIXUPS.
-
cmdsize
public int cmdsize()
sizeof(struct linkedit_data_command)
-
setCmdsize
public void setCmdsize(int value)
sizeof(struct linkedit_data_command)
-
dataoff
public int dataoff()
file offset of data in __LINKEDIT segment
-
setDataoff
public void setDataoff(int value)
file offset of data in __LINKEDIT segment
-
datasize
public int datasize()
file size of data in __LINKEDIT segment
-
setDatasize
public void setDatasize(int value)
file size of data in __LINKEDIT segment
-
-