Package apple.struct

Class dysymtab_command


  • public final class dysymtab_command
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cmd()
      LC_DYSYMTAB
      int cmdsize()
      sizeof(struct dysymtab_command)
      int extrefsymoff()
      offset to referenced symbol table
      int extreloff()
      offset to external relocation entries
      int iextdefsym()
      index to externally defined symbols
      int ilocalsym()
      index to local symbols
      int indirectsymoff()
      file offset to the indirect symbol table
      int iundefsym()
      index to undefined symbols
      int locreloff()
      offset to local relocation entries
      int modtaboff()
      file offset to module table
      int nextdefsym()
      number of externally defined symbols
      int nextrefsyms()
      number of referenced symbol table entries
      int nextrel()
      number of external relocation entries
      int nindirectsyms()
      number of indirect symbol table entries
      int nlocalsym()
      number of local symbols
      int nlocrel()
      number of local relocation entries
      int nmodtab()
      number of module table entries
      int ntoc()
      number of entries in table of contents
      int nundefsym()
      number of undefined symbols
      void setCmd​(int value)
      LC_DYSYMTAB
      void setCmdsize​(int value)
      sizeof(struct dysymtab_command)
      void setExtrefsymoff​(int value)
      offset to referenced symbol table
      void setExtreloff​(int value)
      offset to external relocation entries
      void setIextdefsym​(int value)
      index to externally defined symbols
      void setIlocalsym​(int value)
      index to local symbols
      void setIndirectsymoff​(int value)
      file offset to the indirect symbol table
      void setIundefsym​(int value)
      index to undefined symbols
      void setLocreloff​(int value)
      offset to local relocation entries
      void setModtaboff​(int value)
      file offset to module table
      void setNextdefsym​(int value)
      number of externally defined symbols
      void setNextrefsyms​(int value)
      number of referenced symbol table entries
      void setNextrel​(int value)
      number of external relocation entries
      void setNindirectsyms​(int value)
      number of indirect symbol table entries
      void setNlocalsym​(int value)
      number of local symbols
      void setNlocrel​(int value)
      number of local relocation entries
      void setNmodtab​(int value)
      number of module table entries
      void setNtoc​(int value)
      number of entries in table of contents
      void setNundefsym​(int value)
      number of undefined symbols
      void setTocoff​(int value)
      file offset to table of contents
      int tocoff()
      file offset to table of contents
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • dysymtab_command

        public dysymtab_command()
      • dysymtab_command

        protected dysymtab_command​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • cmd

        public int cmd()
        LC_DYSYMTAB
      • setCmd

        public void setCmd​(int value)
        LC_DYSYMTAB
      • cmdsize

        public int cmdsize()
        sizeof(struct dysymtab_command)
      • setCmdsize

        public void setCmdsize​(int value)
        sizeof(struct dysymtab_command)
      • ilocalsym

        public int ilocalsym()
        index to local symbols
      • setIlocalsym

        public void setIlocalsym​(int value)
        index to local symbols
      • nlocalsym

        public int nlocalsym()
        number of local symbols
      • setNlocalsym

        public void setNlocalsym​(int value)
        number of local symbols
      • iextdefsym

        public int iextdefsym()
        index to externally defined symbols
      • setIextdefsym

        public void setIextdefsym​(int value)
        index to externally defined symbols
      • nextdefsym

        public int nextdefsym()
        number of externally defined symbols
      • setNextdefsym

        public void setNextdefsym​(int value)
        number of externally defined symbols
      • iundefsym

        public int iundefsym()
        index to undefined symbols
      • setIundefsym

        public void setIundefsym​(int value)
        index to undefined symbols
      • nundefsym

        public int nundefsym()
        number of undefined symbols
      • setNundefsym

        public void setNundefsym​(int value)
        number of undefined symbols
      • tocoff

        public int tocoff()
        file offset to table of contents
      • setTocoff

        public void setTocoff​(int value)
        file offset to table of contents
      • ntoc

        public int ntoc()
        number of entries in table of contents
      • setNtoc

        public void setNtoc​(int value)
        number of entries in table of contents
      • modtaboff

        public int modtaboff()
        file offset to module table
      • setModtaboff

        public void setModtaboff​(int value)
        file offset to module table
      • nmodtab

        public int nmodtab()
        number of module table entries
      • setNmodtab

        public void setNmodtab​(int value)
        number of module table entries
      • extrefsymoff

        public int extrefsymoff()
        offset to referenced symbol table
      • setExtrefsymoff

        public void setExtrefsymoff​(int value)
        offset to referenced symbol table
      • nextrefsyms

        public int nextrefsyms()
        number of referenced symbol table entries
      • setNextrefsyms

        public void setNextrefsyms​(int value)
        number of referenced symbol table entries
      • indirectsymoff

        public int indirectsymoff()
        file offset to the indirect symbol table
      • setIndirectsymoff

        public void setIndirectsymoff​(int value)
        file offset to the indirect symbol table
      • nindirectsyms

        public int nindirectsyms()
        number of indirect symbol table entries
      • setNindirectsyms

        public void setNindirectsyms​(int value)
        number of indirect symbol table entries
      • extreloff

        public int extreloff()
        offset to external relocation entries
      • setExtreloff

        public void setExtreloff​(int value)
        offset to external relocation entries
      • nextrel

        public int nextrel()
        number of external relocation entries
      • setNextrel

        public void setNextrel​(int value)
        number of external relocation entries
      • locreloff

        public int locreloff()
        offset to local relocation entries
      • setLocreloff

        public void setLocreloff​(int value)
        offset to local relocation entries
      • nlocrel

        public int nlocrel()
        number of local relocation entries
      • setNlocrel

        public void setNlocrel​(int value)
        number of local relocation entries