Package org.eclipse.cdt.utils.macho
Class MachO64.LoadCommand
- java.lang.Object
-
- org.eclipse.cdt.utils.macho.MachO64.LoadCommand
-
- Direct Known Subclasses:
MachO64.DyLibCommand,MachO64.DyLinkerCommand,MachO64.DySymtabCommand,MachO64.FVMFileCommand,MachO64.FVMLibCommand,MachO64.IdentCommand,MachO64.MachUUID,MachO64.PrebindCksumCommand,MachO64.PreboundDyLibCommand,MachO64.RoutinesCommand,MachO64.SegmentCommand,MachO64.SubClientCommand,MachO64.SubFrameworkCommand,MachO64.SubLibraryCommand,MachO64.SubUmbrellaCommand,MachO64.SymSegCommand,MachO64.SymtabCommand,MachO64.ThreadCommand,MachO64.TwoLevelHintsCommand,MachO64.UnknownCommand
- Enclosing class:
- MachO64
public class MachO64.LoadCommand extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intcmdintcmdsizestatic intLC_DYSYMTABstatic intLC_FVMFILEstatic intLC_ID_DYLIBstatic intLC_ID_DYLINKERstatic intLC_IDENTstatic intLC_IDFVMLIBstatic intLC_LOAD_DYLIBstatic intLC_LOAD_DYLINKERstatic intLC_LOAD_WEAK_DYLIBstatic intLC_LOADFVMLIBstatic intLC_PREBIND_CKSUMstatic intLC_PREBOUND_DYLIBstatic intLC_PREPAGEstatic intLC_REQ_DYLDstatic intLC_ROUTINESstatic intLC_ROUTINES_64static intLC_SEGMENTstatic intLC_SEGMENT_64static intLC_SUB_CLIENTstatic intLC_SUB_FRAMEWORKstatic intLC_SUB_LIBRARYstatic intLC_SUB_UMBRELLAstatic intLC_SYMSEGstatic intLC_SYMTABstatic intLC_THREADstatic intLC_TWOLEVEL_HINTSstatic intLC_UNIXTHREADstatic intLC_UUID
-
Constructor Summary
Constructors Constructor Description LoadCommand()
-
-
-
Field Detail
-
LC_REQ_DYLD
public static final int LC_REQ_DYLD
- See Also:
- Constant Field Values
-
LC_SEGMENT
public static final int LC_SEGMENT
- See Also:
- Constant Field Values
-
LC_SYMTAB
public static final int LC_SYMTAB
- See Also:
- Constant Field Values
-
LC_SYMSEG
public static final int LC_SYMSEG
- See Also:
- Constant Field Values
-
LC_THREAD
public static final int LC_THREAD
- See Also:
- Constant Field Values
-
LC_UNIXTHREAD
public static final int LC_UNIXTHREAD
- See Also:
- Constant Field Values
-
LC_LOADFVMLIB
public static final int LC_LOADFVMLIB
- See Also:
- Constant Field Values
-
LC_IDFVMLIB
public static final int LC_IDFVMLIB
- See Also:
- Constant Field Values
-
LC_IDENT
public static final int LC_IDENT
- See Also:
- Constant Field Values
-
LC_FVMFILE
public static final int LC_FVMFILE
- See Also:
- Constant Field Values
-
LC_PREPAGE
public static final int LC_PREPAGE
- See Also:
- Constant Field Values
-
LC_DYSYMTAB
public static final int LC_DYSYMTAB
- See Also:
- Constant Field Values
-
LC_LOAD_DYLIB
public static final int LC_LOAD_DYLIB
- See Also:
- Constant Field Values
-
LC_ID_DYLIB
public static final int LC_ID_DYLIB
- See Also:
- Constant Field Values
-
LC_LOAD_DYLINKER
public static final int LC_LOAD_DYLINKER
- See Also:
- Constant Field Values
-
LC_ID_DYLINKER
public static final int LC_ID_DYLINKER
- See Also:
- Constant Field Values
-
LC_PREBOUND_DYLIB
public static final int LC_PREBOUND_DYLIB
- See Also:
- Constant Field Values
-
LC_ROUTINES
public static final int LC_ROUTINES
- See Also:
- Constant Field Values
-
LC_SUB_FRAMEWORK
public static final int LC_SUB_FRAMEWORK
- See Also:
- Constant Field Values
-
LC_SUB_UMBRELLA
public static final int LC_SUB_UMBRELLA
- See Also:
- Constant Field Values
-
LC_SUB_CLIENT
public static final int LC_SUB_CLIENT
- See Also:
- Constant Field Values
-
LC_SUB_LIBRARY
public static final int LC_SUB_LIBRARY
- See Also:
- Constant Field Values
-
LC_TWOLEVEL_HINTS
public static final int LC_TWOLEVEL_HINTS
- See Also:
- Constant Field Values
-
LC_PREBIND_CKSUM
public static final int LC_PREBIND_CKSUM
- See Also:
- Constant Field Values
-
LC_SEGMENT_64
public static final int LC_SEGMENT_64
- See Also:
- Constant Field Values
-
LC_ROUTINES_64
public static final int LC_ROUTINES_64
- See Also:
- Constant Field Values
-
LC_UUID
public static final int LC_UUID
- See Also:
- Constant Field Values
-
LC_LOAD_WEAK_DYLIB
public static final int LC_LOAD_WEAK_DYLIB
- See Also:
- Constant Field Values
-
cmd
public int cmd
-
cmdsize
public int cmdsize
-
-