Package org.eclipse.cdt.utils.macho
Class MachO.SegmentCommand
- java.lang.Object
-
- org.eclipse.cdt.utils.macho.MachO.LoadCommand
-
- org.eclipse.cdt.utils.macho.MachO.SegmentCommand
-
- Enclosing class:
- MachO
public class MachO.SegmentCommand extends MachO.LoadCommand
-
-
Field Summary
Fields Modifier and Type Field Description intfileoffintfilesizeintflagsintinitprotintmaxprotintnsectsjava.lang.Stringsegnamestatic longSG_FVMLIBstatic longSG_HIGHVMstatic longSG_NORELOCstatic intVM_PROT_ALLstatic intVM_PROT_COPYstatic intVM_PROT_DEFAULTstatic intVM_PROT_EXECUTEstatic intVM_PROT_NO_CHANGEstatic intVM_PROT_NONEstatic intVM_PROT_READstatic intVM_PROT_WANTS_COPYstatic intVM_PROT_WRITEintvmaddrintvmsize-
Fields inherited from class org.eclipse.cdt.utils.macho.MachO.LoadCommand
cmd, cmdsize, LC_DYSYMTAB, LC_FVMFILE, LC_ID_DYLIB, LC_ID_DYLINKER, LC_IDENT, LC_IDFVMLIB, LC_LOAD_DYLIB, LC_LOAD_DYLINKER, LC_LOAD_WEAK_DYLIB, LC_LOADFVMLIB, LC_PREBIND_CKSUM, LC_PREBOUND_DYLIB, LC_PREPAGE, LC_REQ_DYLD, LC_ROUTINES, LC_SEGMENT, LC_SUB_CLIENT, LC_SUB_FRAMEWORK, LC_SUB_LIBRARY, LC_SUB_UMBRELLA, LC_SYMSEG, LC_SYMTAB, LC_THREAD, LC_TWOLEVEL_HINTS, LC_UNIXTHREAD
-
-
Constructor Summary
Constructors Constructor Description SegmentCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprot(int val)
-
-
-
Field Detail
-
SG_HIGHVM
public static final long SG_HIGHVM
- See Also:
- Constant Field Values
-
SG_FVMLIB
public static final long SG_FVMLIB
- See Also:
- Constant Field Values
-
SG_NORELOC
public static final long SG_NORELOC
- See Also:
- Constant Field Values
-
VM_PROT_NONE
public static final int VM_PROT_NONE
- See Also:
- Constant Field Values
-
VM_PROT_READ
public static final int VM_PROT_READ
- See Also:
- Constant Field Values
-
VM_PROT_WRITE
public static final int VM_PROT_WRITE
- See Also:
- Constant Field Values
-
VM_PROT_EXECUTE
public static final int VM_PROT_EXECUTE
- See Also:
- Constant Field Values
-
VM_PROT_DEFAULT
public static final int VM_PROT_DEFAULT
- See Also:
- Constant Field Values
-
VM_PROT_ALL
public static final int VM_PROT_ALL
- See Also:
- Constant Field Values
-
VM_PROT_NO_CHANGE
public static final int VM_PROT_NO_CHANGE
- See Also:
- Constant Field Values
-
VM_PROT_COPY
public static final int VM_PROT_COPY
- See Also:
- Constant Field Values
-
VM_PROT_WANTS_COPY
public static final int VM_PROT_WANTS_COPY
- See Also:
- Constant Field Values
-
segname
public java.lang.String segname
-
vmaddr
public int vmaddr
-
vmsize
public int vmsize
-
fileoff
public int fileoff
-
filesize
public int filesize
-
maxprot
public int maxprot
-
initprot
public int initprot
-
nsects
public int nsects
-
flags
public int flags
-
-