Package org.eclipse.cdt.utils.macho
Class MachO.DySymtabCommand
- java.lang.Object
-
- org.eclipse.cdt.utils.macho.MachO.LoadCommand
-
- org.eclipse.cdt.utils.macho.MachO.DySymtabCommand
-
- Enclosing class:
- MachO
public class MachO.DySymtabCommand extends MachO.LoadCommand
-
-
Field Summary
Fields Modifier and Type Field Description intextrefsymoffintextreloffintiextdefsymintilocalsymintindirectsymoffintiundefsymintlocreloffintmodtaboffintnextdefsymintnextrefsymsintnextrelintnindirectsymsintnlocalsymintnlocrelintnmodtabintntocintnundefsyminttocoff-
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 DySymtabCommand()
-
-
-
Field Detail
-
ilocalsym
public int ilocalsym
-
nlocalsym
public int nlocalsym
-
iextdefsym
public int iextdefsym
-
nextdefsym
public int nextdefsym
-
iundefsym
public int iundefsym
-
nundefsym
public int nundefsym
-
tocoff
public int tocoff
-
ntoc
public int ntoc
-
modtaboff
public int modtaboff
-
nmodtab
public int nmodtab
-
extrefsymoff
public int extrefsymoff
-
nextrefsyms
public int nextrefsyms
-
indirectsymoff
public int indirectsymoff
-
nindirectsyms
public int nindirectsyms
-
extreloff
public int extreloff
-
nextrel
public int nextrel
-
locreloff
public int locreloff
-
nlocrel
public int nlocrel
-
-