Class Coff64.Reloc

  • Enclosing class:
    Coff64

    public static class Coff64.Reloc
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Reloc​(java.io.RandomAccessFile file)  
      Reloc​(java.io.RandomAccessFile file, long offset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • r_vaddr

        public int r_vaddr
      • r_symndx

        public int r_symndx
      • r_type

        public int r_type
    • Constructor Detail

      • Reloc

        public Reloc​(java.io.RandomAccessFile file)
              throws java.io.IOException
        Throws:
        java.io.IOException
      • Reloc

        public Reloc​(java.io.RandomAccessFile file,
                     long offset)
              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object