final class com.oracle.objectfile.elf.ELFRelocationSection$Entry implements com.oracle.objectfile.ObjectFile$RelocationRecord
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.oracle.objectfile.elf.ELFRelocationSection$Entry
super_class: java.lang.Object
{
final com.oracle.objectfile.elf.ELFObjectFile$ELFSection section;
descriptor: Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
flags: (0x0010) ACC_FINAL
final long offset;
descriptor: J
flags: (0x0010) ACC_FINAL
final com.oracle.objectfile.elf.ELFRelocationSection$ELFRelocationMethod t;
descriptor: Lcom/oracle/objectfile/elf/ELFRelocationSection$ELFRelocationMethod;
flags: (0x0010) ACC_FINAL
final com.oracle.objectfile.elf.ELFSymtab$Entry sym;
descriptor: Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
flags: (0x0010) ACC_FINAL
final long addend;
descriptor: J
flags: (0x0010) ACC_FINAL
void <init>(com.oracle.objectfile.elf.ELFObjectFile$ELFSection, long, com.oracle.objectfile.elf.ELFRelocationSection$ELFRelocationMethod, com.oracle.objectfile.elf.ELFSymtab$Entry, long);
descriptor: (Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;JLcom/oracle/objectfile/elf/ELFRelocationSection$ELFRelocationMethod;Lcom/oracle/objectfile/elf/ELFSymtab$Entry;J)V
flags: (0x0000)
Code:
stack=3, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 4 start local 5 start local 6 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.section:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
2: aload 0
lload 2
putfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.offset:J
3: aload 0
aload 4
putfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.t:Lcom/oracle/objectfile/elf/ELFRelocationSection$ELFRelocationMethod;
4: aload 0
aload 5
putfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.sym:Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
5: aload 0
lload 6
putfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.addend:J
6: return
end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/oracle/objectfile/elf/ELFRelocationSection$Entry;
0 7 1 section Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
0 7 2 offset J
0 7 4 t Lcom/oracle/objectfile/elf/ELFRelocationSection$ELFRelocationMethod;
0 7 5 sym Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
0 7 6 addend J
MethodParameters:
Name Flags
section
offset
t
sym
addend
public long getOffset();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.offset:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/elf/ELFRelocationSection$Entry;
public com.oracle.objectfile.ObjectFile$Symbol getReferencedSymbol();
descriptor: ()Lcom/oracle/objectfile/ObjectFile$Symbol;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.sym:Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/elf/ELFRelocationSection$Entry;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
ifnull 6
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpne 6
3: aload 1
checkcast com.oracle.objectfile.elf.ELFRelocationSection$Entry
astore 2
start local 2 4: aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.section:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
aload 2
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.section:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 5
aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.offset:J
aload 2
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.offset:J
lcmp
ifne 5
aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.t:Lcom/oracle/objectfile/elf/ELFRelocationSection$ELFRelocationMethod;
aload 2
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.t:Lcom/oracle/objectfile/elf/ELFRelocationSection$ELFRelocationMethod;
invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 5
aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.sym:Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
aload 2
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.sym:Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 5
aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.addend:J
aload 2
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.addend:J
lcmp
ifne 5
iconst_1
ireturn
StackMap locals: com.oracle.objectfile.elf.ELFRelocationSection$Entry
StackMap stack:
5: iconst_0
ireturn
end local 2 6: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/oracle/objectfile/elf/ELFRelocationSection$Entry;
0 7 1 obj Ljava/lang/Object;
4 6 2 other Lcom/oracle/objectfile/elf/ELFRelocationSection$Entry;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.section:Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
invokevirtual java.lang.Object.hashCode:()I
bipush 31
imul
aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.offset:J
invokestatic java.lang.Long.hashCode:(J)I
iadd
bipush 31
imul
aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.t:Lcom/oracle/objectfile/elf/ELFRelocationSection$ELFRelocationMethod;
invokevirtual java.lang.Object.hashCode:()I
iadd
bipush 31
imul
aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.sym:Lcom/oracle/objectfile/elf/ELFSymtab$Entry;
invokevirtual java.lang.Object.hashCode:()I
iadd
bipush 31
imul
aload 0
getfield com.oracle.objectfile.elf.ELFRelocationSection$Entry.addend:J
invokestatic java.lang.Long.hashCode:(J)I
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/elf/ELFRelocationSection$Entry;
}
SourceFile: "ELFRelocationSection.java"
NestHost: com.oracle.objectfile.elf.ELFRelocationSection
InnerClasses:
public abstract RelocationRecord = com.oracle.objectfile.ObjectFile$RelocationRecord of com.oracle.objectfile.ObjectFile
public abstract Symbol = com.oracle.objectfile.ObjectFile$Symbol of com.oracle.objectfile.ObjectFile
public abstract ELFSection = com.oracle.objectfile.elf.ELFObjectFile$ELFSection of com.oracle.objectfile.elf.ELFObjectFile
abstract ELFRelocationMethod = com.oracle.objectfile.elf.ELFRelocationSection$ELFRelocationMethod of com.oracle.objectfile.elf.ELFRelocationSection
private final Entry = com.oracle.objectfile.elf.ELFRelocationSection$Entry of com.oracle.objectfile.elf.ELFRelocationSection
final Entry = com.oracle.objectfile.elf.ELFSymtab$Entry of com.oracle.objectfile.elf.ELFSymtab