Package apple.struct

Class dyld_info_command


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int bind_off()
      file offset to binding info
      int bind_size()
      size of binding info
      int cmd()
      LC_DYLD_INFO or LC_DYLD_INFO_ONLY
      int cmdsize()
      sizeof(struct dyld_info_command)
      int export_off()
      file offset to lazy binding info
      int export_size()
      size of lazy binding infs
      int lazy_bind_off()
      file offset to lazy binding info
      int lazy_bind_size()
      size of lazy binding infs
      int rebase_off()
      file offset to rebase info
      int rebase_size()
      size of rebase info
      void setBind_off​(int value)
      file offset to binding info
      void setBind_size​(int value)
      size of binding info
      void setCmd​(int value)
      LC_DYLD_INFO or LC_DYLD_INFO_ONLY
      void setCmdsize​(int value)
      sizeof(struct dyld_info_command)
      void setExport_off​(int value)
      file offset to lazy binding info
      void setExport_size​(int value)
      size of lazy binding infs
      void setLazy_bind_off​(int value)
      file offset to lazy binding info
      void setLazy_bind_size​(int value)
      size of lazy binding infs
      void setRebase_off​(int value)
      file offset to rebase info
      void setRebase_size​(int value)
      size of rebase info
      void setWeak_bind_off​(int value)
      file offset to weak binding info
      void setWeak_bind_size​(int value)
      size of weak binding info
      int weak_bind_off()
      file offset to weak binding info
      int weak_bind_size()
      size of weak binding info
      • 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

      • dyld_info_command

        public dyld_info_command()
      • dyld_info_command

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

      • cmd

        public int cmd()
        LC_DYLD_INFO or LC_DYLD_INFO_ONLY
      • setCmd

        public void setCmd​(int value)
        LC_DYLD_INFO or LC_DYLD_INFO_ONLY
      • cmdsize

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

        public void setCmdsize​(int value)
        sizeof(struct dyld_info_command)
      • rebase_off

        public int rebase_off()
        file offset to rebase info
      • setRebase_off

        public void setRebase_off​(int value)
        file offset to rebase info
      • rebase_size

        public int rebase_size()
        size of rebase info
      • setRebase_size

        public void setRebase_size​(int value)
        size of rebase info
      • bind_off

        public int bind_off()
        file offset to binding info
      • setBind_off

        public void setBind_off​(int value)
        file offset to binding info
      • bind_size

        public int bind_size()
        size of binding info
      • setBind_size

        public void setBind_size​(int value)
        size of binding info
      • weak_bind_off

        public int weak_bind_off()
        file offset to weak binding info
      • setWeak_bind_off

        public void setWeak_bind_off​(int value)
        file offset to weak binding info
      • weak_bind_size

        public int weak_bind_size()
        size of weak binding info
      • setWeak_bind_size

        public void setWeak_bind_size​(int value)
        size of weak binding info
      • lazy_bind_off

        public int lazy_bind_off()
        file offset to lazy binding info
      • setLazy_bind_off

        public void setLazy_bind_off​(int value)
        file offset to lazy binding info
      • lazy_bind_size

        public int lazy_bind_size()
        size of lazy binding infs
      • setLazy_bind_size

        public void setLazy_bind_size​(int value)
        size of lazy binding infs
      • export_off

        public int export_off()
        file offset to lazy binding info
      • setExport_off

        public void setExport_off​(int value)
        file offset to lazy binding info
      • export_size

        public int export_size()
        size of lazy binding infs
      • setExport_size

        public void setExport_size​(int value)
        size of lazy binding infs