Package apple.struct

Class symtab_command


  • public final class symtab_command
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        symtab_command()  
      protected symtab_command​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cmd()
      LC_SYMTAB
      int cmdsize()
      sizeof(struct symtab_command)
      int nsyms()
      number of symbol table entries
      void setCmd​(int value)
      LC_SYMTAB
      void setCmdsize​(int value)
      sizeof(struct symtab_command)
      void setNsyms​(int value)
      number of symbol table entries
      void setStroff​(int value)
      string table offset
      void setStrsize​(int value)
      string table size in bytes
      void setSymoff​(int value)
      symbol table offset
      int stroff()
      string table offset
      int strsize()
      string table size in bytes
      int symoff()
      symbol table offset
      • 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

      • symtab_command

        public symtab_command()
      • symtab_command

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

      • cmd

        public int cmd()
        LC_SYMTAB
      • setCmd

        public void setCmd​(int value)
        LC_SYMTAB
      • cmdsize

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

        public void setCmdsize​(int value)
        sizeof(struct symtab_command)
      • symoff

        public int symoff()
        symbol table offset
      • setSymoff

        public void setSymoff​(int value)
        symbol table offset
      • nsyms

        public int nsyms()
        number of symbol table entries
      • setNsyms

        public void setNsyms​(int value)
        number of symbol table entries
      • stroff

        public int stroff()
        string table offset
      • setStroff

        public void setStroff​(int value)
        string table offset
      • strsize

        public int strsize()
        string table size in bytes
      • setStrsize

        public void setStrsize​(int value)
        string table size in bytes