public interface com.oracle.objectfile.ObjectFile$RelocatableSectionImpl extends com.oracle.objectfile.ElementImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.objectfile.ObjectFile$RelocatableSectionImpl
  super_class: java.lang.Object
{
  public abstract com.oracle.objectfile.ObjectFile$RelocationRecord markRelocationSite(int, java.nio.ByteBuffer, com.oracle.objectfile.ObjectFile$RelocationKind, java.lang.String, boolean, java.lang.Long);
    descriptor: (ILjava/nio/ByteBuffer;Lcom/oracle/objectfile/ObjectFile$RelocationKind;Ljava/lang/String;ZLjava/lang/Long;)Lcom/oracle/objectfile/ObjectFile$RelocationRecord;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      offset             
      bb                 
      k                  
      symbolName         
      useImplicitAddend  
      explicitAddend     

  public abstract com.oracle.objectfile.ObjectFile$Element getOrCreateRelocationElement(boolean);
    descriptor: (Z)Lcom/oracle/objectfile/ObjectFile$Element;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                   Name  Flags
      useImplicitAddend  
}
SourceFile: "ObjectFile.java"
NestHost: com.oracle.objectfile.ObjectFile
InnerClasses:
  public abstract Element = com.oracle.objectfile.ObjectFile$Element of com.oracle.objectfile.ObjectFile
  public abstract RelocatableSectionImpl = com.oracle.objectfile.ObjectFile$RelocatableSectionImpl of com.oracle.objectfile.ObjectFile
  public final RelocationKind = com.oracle.objectfile.ObjectFile$RelocationKind of com.oracle.objectfile.ObjectFile
  public abstract RelocationRecord = com.oracle.objectfile.ObjectFile$RelocationRecord of com.oracle.objectfile.ObjectFile