final class jdk.tools.jaotc.binformat.pecoff.PECoffSymbol extends jdk.tools.jaotc.binformat.NativeSymbol
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: jdk.tools.jaotc.binformat.pecoff.PECoffSymbol
super_class: jdk.tools.jaotc.binformat.NativeSymbol
{
private final java.nio.ByteBuffer sym;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(int, int, byte, byte, byte, long);
descriptor: (IIBBBJ)V
flags: (0x0000)
Code:
stack=4, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
iload 1
invokespecial jdk.tools.jaotc.binformat.NativeSymbol.<init>:(I)V
1: aload 0
getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.totalsize:I
invokestatic jdk.tools.jaotc.binformat.pecoff.PECoffByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
putfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
2: aload 0
getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.Short:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
iconst_0
invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
pop
3: aload 0
getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.Long:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
iload 2
invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
pop
4: aload 0
getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.Value:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
lload 6
l2i
invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
pop
5: aload 0
getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.SectionNumber:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
iload 5
iconst_1
iadd
i2c
invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
pop
6: aload 0
getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.Type:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
iload 3
i2c
invokevirtual java.nio.ByteBuffer.putChar:(IC)Ljava/nio/ByteBuffer;
pop
7: aload 0
getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.StorageClass:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
iload 4
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
8: aload 0
getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
getstatic jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.NumberOfAuxSymbols:Ljdk/tools/jaotc/binformat/pecoff/PECoff$IMAGE_SYMBOL;
getfield jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL.off:I
iconst_0
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
9: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljdk/tools/jaotc/binformat/pecoff/PECoffSymbol;
0 10 1 symbolindex I
0 10 2 strindex I
0 10 3 type B
0 10 4 storageclass B
0 10 5 sectindex B
0 10 6 offset J
MethodParameters:
Name Flags
symbolindex
strindex
type
storageclass
sectindex
offset
byte[] getArray();
descriptor: ()[B
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.tools.jaotc.binformat.pecoff.PECoffSymbol.sym:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.array:()[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/tools/jaotc/binformat/pecoff/PECoffSymbol;
}
SourceFile: "PECoffSymbol.java"
InnerClasses:
final IMAGE_SYMBOL = jdk.tools.jaotc.binformat.pecoff.PECoff$IMAGE_SYMBOL of jdk.tools.jaotc.binformat.pecoff.PECoff