Class DynamicSymbol.Entry

  • Enclosing class:
    DynamicSymbol

    public static class DynamicSymbol.Entry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(Address addr, long h, int f)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pcaddr

        public final Address pcaddr
      • hash

        public final long hash
      • format

        public final int format
    • Constructor Detail

      • Entry

        public Entry​(Address addr,
                     long h,
                     int f)