Class MachO64.DySymtabCommand

java.lang.Object
org.eclipse.cdt.utils.macho.MachO64.LoadCommand
org.eclipse.cdt.utils.macho.MachO64.DySymtabCommand
Enclosing class:
MachO64

public class MachO64.DySymtabCommand extends MachO64.LoadCommand
  • Field Details

    • 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
  • Constructor Details

    • DySymtabCommand

      public DySymtabCommand()