[edk2-devel] warning: Empty loadable segment detected

Andrew Fish via groups.io afish=apple.com at groups.io
Tue Jul 7 19:04:03 UTC 2020



> On Jul 7, 2020, at 11:02 AM, Laszlo Ersek <lersek at redhat.com> wrote:
> 
> On 07/06/20 11:43, Ard Biesheuvel wrote:
>> On 7/6/20 11:39 AM, Laszlo Ersek via groups.io wrote:
>>> Hi,
>>> 
>>> I've just noticed the following warning in the build log:
>>> 
>>>> objcopy: [...]: warning: Empty loadable segment detected, is this
>>>> intentional ?
>>> 
>>> The modules this is logged for are:
>>> 
>>> - CapsuleRuntimeDxe
>>> - CpuS3DataDxe
>>> - EnrollDefaultKeys
>>> - FaultTolerantWriteSmm
>>> - IncompatiblePciDeviceSupport
>>> - MonotonicCounterRuntimeDxe
>>> - RealTimeClockRuntimeDxe
>>> - XenIoPvhDxe
>>> 
>>> I can't tell if this is a new symptom, or the only "new" thing is my
>>> noticing of it.
>>> 
>>> The warning is familiar, from commit 26ecc55c027d ("BaseTools
>>> IA32/X64: prevent .eh_frame sections from being generated",
>>> 2015-08-13).
>>> 
>>> I get the warnings in NOOPT_GCC48 builds of OVMF (Ia32X64, X64, and
>>> Xen -- not in Ia32).
>>> 
>>> Does someone have an idea what the warnings could be due to?
>>> 
>> 
>> Could you share the output of 'readelf -a' for such a module?
>> 
> 
> I've compared two DXE_DRIVER modules;
> 
> - Build/Ovmf3264/NOOPT_GCC48/X64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll
>  (no warning)
> 
> vs.
> 
> - Build/Ovmf3264/NOOPT_GCC48/X64/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport/DEBUG/IncompatiblePciDeviceSupportDxe.dll
>  (warning)
> 
> The diff (for "readelf -a --wide"):
> 
>> --- AcpiTableDxe.readelf	2020-07-07 19:54:32.828397425 +0200
>> +++ IncompatiblePciDeviceSupportDxe.readelf	2020-07-07 19:54:17.998559725 +0200
>> @@ -1,1477 +1,643 @@
>> ELF Header:
>>   Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
>>   Class:                             ELF64
>>   Data:                              2's complement, little endian
>>   Version:                           1 (current)
>>   OS/ABI:                            UNIX - System V
>>   ABI Version:                       0
>>   Type:                              EXEC (Executable file)
>>   Machine:                           Advanced Micro Devices X86-64
>>   Version:                           0x1
>> -  Entry point address:               0x2d0c
>> +  Entry point address:               0x2565
>>   Start of program headers:          64 (bytes into file)
>> -  Start of section headers:          86560 (bytes into file)
>> +  Start of section headers:          32624 (bytes into file)
>>   Flags:                             0x0
>>   Size of this header:               64 (bytes)
>>   Size of program headers:           56 (bytes)
>> -  Number of program headers:         2
>> +  Number of program headers:         3
>>   Size of section headers:           64 (bytes)
>> -  Number of section headers:         11
>> -  Section header string table index: 10
>> +  Number of section headers:         9
>> +  Section header string table index: 8
>> 
>> Section Headers:
>>    [Nr] Name              Type            Address          Off    Size   ES Flg Lk Inf Al
>>    [ 0]                   NULL            0000000000000000 000000 000000 00      0   0  0
>> -  [ 1] .text             PROGBITS        0000000000000240 0000c0 00aa70 08  AX  0   0 32
>> -  [ 2] .rela.text        RELA            0000000000000000 00df28 0071d0 18   I  8   1  8

>> -  [ 3] .data             PROGBITS        000000000000acc0 00ab40 001518 00  WA  0   0 32
>> -  [ 4] .rela.data        RELA            0000000000000000 0150f8 0000d8 18   I  8   3  8

>> -  [ 5] .rela             RELA            000000000000c1e0 00c058 0000d8 18      0   0  8
>> -  [ 6] .build-id         PROGBITS        000000000000c2b8 00c130 000024 00      0   0  4
>> -  [ 7] .gnu_debuglink    PROGBITS        0000000000000000 00c154 000018 00      0   0  1
>> -  [ 8] .symtab           SYMTAB          0000000000000000 00c170 001080 18      9   6  8
>> -  [ 9] .strtab           STRTAB          0000000000000000 00d1f0 000d33 00      0   0  1
>> -  [10] .shstrtab         STRTAB          0000000000000000 0151d0 000050 00      0   0  1



>> +  [ 1] .text             PROGBITS        0000000000000240 000100 004270 08  AX  0   0 32
>> +  [ 2] .rela.text        RELA            0000000000000000 004f28 003000 18   I  6   1  8


>> +  [ 3] .data             NOBITS          00000000000044c0 004370 000041 00  WA  0   0 32

I’m not much on ELF but there is a new LOAD program header for offset 0x004370. So the .data NOBITS (zero data, AKA BSS). 

>> +  [ 4] .build-id         PROGBITS        0000000000004520 004370 000024 00      0   0  4

I would think you need a linker script to add in the build-id? 

>> +  [ 5] .gnu_debuglink    PROGBITS        0000000000000000 004394 00002c 00      0   0  1
>> +  [ 6] .symtab           SYMTAB          0000000000000000 0043c0 000660 18      7   5  8
>> +  [ 7] .strtab           STRTAB          0000000000000000 004a20 000505 00      0   0  1
>> +  [ 8] .shstrtab         STRTAB          0000000000000000 007f28 000045 00      0   0  1
>> Key to Flags:
>>   W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
>>   L (link order), O (extra OS processing required), G (group), T (TLS),
>>   C (compressed), x (unknown), o (OS specific), E (exclude),
>>   l (large), p (processor specific)
>> 
>> There are no section groups in this file.
>> 
>> Program Headers:
>>    Type           Offset   VirtAddr           PhysAddr           FileSiz  MemSiz   Flg Align
>> -  LOAD           0x0000c0 0x0000000000000240 0x0000000000000240 0x00bf98 0x00bf98 RWE 0x20

Kind of looks like .text and .data got smashed together in the working case. 00aa70 + 0071d0

>> +  LOAD           0x000100 0x0000000000000240 0x0000000000000240 0x004270 0x0042c1 RWE 0x20

This is just .text, but maybe padded for the .data BSS. 0x004270 + 000041

>> +  LOAD           0x004370 0x0000000000000000 0x0000000000000000 0x000000 0x000000 R   0x8

Seems like this is an error. The NOBITS seems to be like BSS, so zero fill. Thus this kind of looks like a bug. It looks like the .data got placed in .text by the LOAD command. I’m not sure if the .data went away. or if it got moved to .text earlier in the build process?

Kind of looks like the BSS (Zero fill) got placed in the .text section and the .data section is thus empty, but it ended up with a load command. It is also read only so that seems to imply constant zeros? That seems strange. 

But we should probably ask someone who actually knows about EFL, and that is not me. 

Thanks,

Andrew Fish

>>    GNU_STACK      0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RWE 0x8
>> 
>>  Section to Segment mapping:
>>   Segment Sections...
>>    00     .text .data
>>    01
>> +   02
>> 
>> There is no dynamic section in this file.
>> 
>> -Relocation section '.rela.text' at offset 0xdf28 contains 1214 entries:
>> +Relocation section '.rela.text' at offset 0x4f28 contains 512 entries:
>>     Offset             Info             Type               Symbol's Value  Symbol's Name + Addend
>> -0000000000000254  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000265  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 83ec
>> -0000000000000271  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 83fc
>> -0000000000000276  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000028b  0000008500000002 R_X86_64_PC32          00000000000007c1 InternalMathDivRemU64x32 - 4
>> -00000000000002ba  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000002cc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 844c
>> -00000000000002d8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -00000000000002dd  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000002e2  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000002f9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 84ac
>> -0000000000000305  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -000000000000030a  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000030f  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000327  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 84d4
>> -0000000000000333  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -0000000000000338  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000033e  0000000800000002 R_X86_64_PC32          000000000000ac2c _gPcd_FixedAtBuild_PcdMaximumLinkedListLength - 4
>> -0000000000000372  0000000800000002 R_X86_64_PC32          000000000000ac2c _gPcd_FixedAtBuild_PcdMaximumLinkedListLength - 4
>> -0000000000000380  0000000800000002 R_X86_64_PC32          000000000000ac2c _gPcd_FixedAtBuild_PcdMaximumLinkedListLength - 4
>> -00000000000003a7  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000003b4  0000001600000002 R_X86_64_PC32          00000000000002ad InternalBaseLibIsListValid - 4
>> -00000000000003bf  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 84f4
>> -00000000000003cb  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -00000000000003d0  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000003d5  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000003e7  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 851c
>> -00000000000003f3  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -00000000000003f8  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000419  0000000800000002 R_X86_64_PC32          000000000000ac2c _gPcd_FixedAtBuild_PcdMaximumLinkedListLength - 4
>> -0000000000000428  0000000800000002 R_X86_64_PC32          000000000000ac2c _gPcd_FixedAtBuild_PcdMaximumLinkedListLength - 4
>> -0000000000000470  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000482  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8538
>> -000000000000048e  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -0000000000000493  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000004c7  0000003100000002 R_X86_64_PC32          000000000000ac28 _gPcd_FixedAtBuild_PcdVerifyNodeInList - 4
>> -00000000000004d0  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000004e4  0000004800000002 R_X86_64_PC32          0000000000000396 IsNodeInList - 4
>> -00000000000004ef  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8554
>> -00000000000004fb  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -0000000000000500  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000507  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000514  0000001600000002 R_X86_64_PC32          00000000000002ad InternalBaseLibIsListValid - 4
>> -000000000000051f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 858c
>> -000000000000052b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -0000000000000530  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000057d  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000058a  0000001600000002 R_X86_64_PC32          00000000000002ad InternalBaseLibIsListValid - 4
>> -0000000000000595  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 858c
>> -00000000000005a1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -00000000000005a6  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000005c7  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000005d4  0000006400000002 R_X86_64_PC32          0000000000000570 IsListEmpty - 4
>> -00000000000005df  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8654
>> -00000000000005eb  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8464
>> -00000000000005f0  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000633  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000064a  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 866c
>> -0000000000000656  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8694
>> -000000000000065b  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000721  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000733  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8b54
>> -000000000000073f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8b6c
>> -0000000000000744  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000754  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -000000000000075d  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000767  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -0000000000000776  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8cbc
>> -0000000000000782  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8b6c
>> -0000000000000787  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000007b7  000000aa00000002 R_X86_64_PC32          0000000000000714 AsciiStrLen - 4
>> -0000000000000811  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000823  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8e0c
>> -000000000000082f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8e24
>> -0000000000000834  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000084e  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000860  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8e0c
>> -000000000000086c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8e24
>> -0000000000000871  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000008a2  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000008b4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8e6c
>> -00000000000008c0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8e84
>> -00000000000008c5  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000008ca  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000008e2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8edc
>> -00000000000008ee  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8e84
>> -00000000000008f3  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000903  0000009e00000002 R_X86_64_PC32          0000000000000b60 InternalMemZeroMem - 4
>> -0000000000000939  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000094b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8f14
>> -0000000000000957  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8f3c
>> -000000000000095c  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000961  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000973  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8f91
>> -000000000000097f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8f3c
>> -0000000000000984  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000989  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000009a8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8fb4
>> -00000000000009b4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8f3c
>> -00000000000009b9  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000009be  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000009dd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8ffc
>> -00000000000009e9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 8f3c
>> -00000000000009ee  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000a05  0000005700000002 R_X86_64_PC32          0000000000000b40 InternalMemCompareMem - 4
>> -0000000000000a2f  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000a4e  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 903c
>> -0000000000000a5a  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9074
>> -0000000000000a5f  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000a76  0000002400000002 R_X86_64_PC32          0000000000000b80 InternalMemSetMem - 4
>> -0000000000000aa1  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000ac0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 90cc
>> -0000000000000acc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9114
>> -0000000000000ad1  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000ad6  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000af5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 916c
>> -0000000000000b01  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9114
>> -0000000000000b06  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000b2d  0000003500000002 R_X86_64_PC32          0000000000000ba0 InternalMemCopyMem - 4
>> -0000000000000be2  0000001000000002 R_X86_64_PC32          000000000000ac38 _gPcd_FixedAtBuild_PcdDebugPrintErrorLevel - 4
>> -0000000000000c8a  0000008600000002 R_X86_64_PC32          0000000000000240 DivU64x32Remainder - 4
>> -0000000000000c9f  0000000d00000002 R_X86_64_PC32          00000000000093f0 mHexStr - 4
>> -0000000000000d0e  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000d23  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 95e3
>> -0000000000000d2f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 952c
>> -0000000000000d34  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000d68  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000d7d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 973c
>> -0000000000000d89  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 952c
>> -0000000000000d8e  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000db7  0000006300000002 R_X86_64_PC32          000000000000ac34 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> -0000000000000dc0  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000dca  0000006300000002 R_X86_64_PC32          000000000000ac34 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> -0000000000000ddc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 975c
>> -0000000000000de8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 952c
>> -0000000000000ded  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000df3  0000006300000002 R_X86_64_PC32          000000000000ac34 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> -0000000000000e17  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -0000000000000e20  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000e2a  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -0000000000000e3c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 95fc
>> -0000000000000e48  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 952c
>> -0000000000000e4d  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000e53  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -0000000000000e8a  0000006300000002 R_X86_64_PC32          000000000000ac34 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> -0000000000000e93  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000e9d  0000006300000002 R_X86_64_PC32          000000000000ac34 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> -0000000000000eb1  0000000700000002 R_X86_64_PC32          0000000000000622 StrnLenS - 4
>> -0000000000000eb7  0000006300000002 R_X86_64_PC32          000000000000ac34 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> -0000000000000ec5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 97a4
>> -0000000000000ed1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 952c
>> -0000000000000ed6  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000edc  0000006300000002 R_X86_64_PC32          000000000000ac34 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> -0000000000000ef0  0000000700000002 R_X86_64_PC32          0000000000000622 StrnLenS - 4
>> -0000000000000ef6  0000006300000002 R_X86_64_PC32          000000000000ac34 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> -0000000000000f22  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -0000000000000f2b  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000000f35  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -0000000000000f49  0000001200000002 R_X86_64_PC32          00000000000006b4 AsciiStrnLenS - 4
>> -0000000000000f4f  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -0000000000000f5d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9834
>> -0000000000000f69  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 952c
>> -0000000000000f6e  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000000f74  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -0000000000000f88  0000001200000002 R_X86_64_PC32          00000000000006b4 AsciiStrnLenS - 4
>> -0000000000000f8e  0000004d00000002 R_X86_64_PC32          000000000000ac30 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> -0000000000001182  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9938
>> -000000000000118f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9938
>> -00000000000013c8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9aec
>> -00000000000013d5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9aec
>> -00000000000015cf  0000003b00000002 R_X86_64_PC32          0000000000000c5a BasePrintLibValueToString - 4
>> -000000000000175b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 98b7
>> -0000000000001832  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 98c5
>> -0000000000001847  0000000600000002 R_X86_64_PC32          0000000000000841 ReadUnaligned32 - 4
>> -000000000000185d  0000005500000002 R_X86_64_PC32          0000000000000804 ReadUnaligned16 - 4
>> -0000000000001874  0000005500000002 R_X86_64_PC32          0000000000000804 ReadUnaligned16 - 4
>> -000000000000192b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 98d4
>> -000000000000193e  0000006000000002 R_X86_64_PC32          00000000000023c3 BasePrintLibSPrint - 4
>> -0000000000001998  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9905
>> -00000000000019fb  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9911
>> -0000000000001a0e  0000006000000002 R_X86_64_PC32          00000000000023c3 BasePrintLibSPrint - 4
>> -0000000000001ac6  0000001d00000002 R_X86_64_PC32          00000000000094a0 mErrorString - 4
>> -0000000000001b0a  0000004700000002 R_X86_64_PC32          0000000000009400 mWarningString - 4
>> -0000000000001b38  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 992b
>> -0000000000001b4b  0000006000000002 R_X86_64_PC32          00000000000023c3 BasePrintLibSPrint - 4
>> -0000000000001bb5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9930
>> -0000000000001bc5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9933
>> -0000000000001be3  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9930
>> -0000000000001cce  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9930
>> -0000000000001cde  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9933
>> -0000000000001cfc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9930
>> -0000000000001f1a  0000004500000002 R_X86_64_PC32          0000000000000be8 BasePrintLibFillBuffer - 4
>> -0000000000001f85  0000004500000002 R_X86_64_PC32          0000000000000be8 BasePrintLibFillBuffer - 4
>> -0000000000001ff7  0000004500000002 R_X86_64_PC32          0000000000000be8 BasePrintLibFillBuffer - 4
>> -0000000000002066  0000004500000002 R_X86_64_PC32          0000000000000be8 BasePrintLibFillBuffer - 4
>> -00000000000020c4  0000004500000002 R_X86_64_PC32          0000000000000be8 BasePrintLibFillBuffer - 4
>> -000000000000216b  0000004500000002 R_X86_64_PC32          0000000000000be8 BasePrintLibFillBuffer - 4
>> -0000000000002209  0000004500000002 R_X86_64_PC32          0000000000000be8 BasePrintLibFillBuffer - 4
>> -00000000000022bd  0000004500000002 R_X86_64_PC32          0000000000000be8 BasePrintLibFillBuffer - 4
>> -000000000000234a  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000235f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9514
>> -000000000000236b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 952c
>> -0000000000002370  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000239a  0000004500000002 R_X86_64_PC32          0000000000000be8 BasePrintLibFillBuffer - 4
>> -0000000000002403  0000009700000002 R_X86_64_PC32          0000000000000cba BasePrintLibSPrintMarker - 4
>> -0000000000002452  0000009700000002 R_X86_64_PC32          0000000000000cba BasePrintLibSPrintMarker - 4
>> -0000000000002473  0000002200000002 R_X86_64_PC32          000000000000c188 gNullVaList - 4
>> -0000000000002499  0000009700000002 R_X86_64_PC32          0000000000000cba BasePrintLibSPrintMarker - 4
>> -00000000000024db  0000008e00000002 R_X86_64_PC32          0000000000002417 AsciiVSPrint - 4
>> -0000000000002631  0000005c00000002 R_X86_64_PC32          000000000000ac3c _gPcd_FixedAtBuild_PcdDebugIoPort - 4
>> -000000000000263c  0000008d00000002 R_X86_64_PC32          00000000000024e9 IoRead8 - 4
>> -000000000000267a  000000a500000002 R_X86_64_PC32          000000000000277c DebugVPrint - 4
>> -00000000000026a8  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000026bd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9cac
>> -00000000000026c9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9cc4
>> -00000000000026ce  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000026d3  0000005300000002 R_X86_64_PC32          0000000000000bdc GetDebugPrintErrorLevel - 4
>> -00000000000026ea  0000006700000002 R_X86_64_PC32          00000000000028bf PlatformDebugLibIoPortFound - 4
>> -0000000000002724  0000008e00000002 R_X86_64_PC32          0000000000002417 AsciiVSPrint - 4
>> -0000000000002752  0000004900000002 R_X86_64_PC32          000000000000245a AsciiBSPrint - 4
>> -000000000000275d  0000005c00000002 R_X86_64_PC32          000000000000ac3c _gPcd_FixedAtBuild_PcdDebugIoPort - 4
>> -0000000000002776  000000a800000002 R_X86_64_PC32          00000000000025bb IoWriteFifo8 - 4
>> -00000000000027a3  0000006900000002 R_X86_64_PC32          0000000000002680 DebugPrintMarker - 4
>> -00000000000027e2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9d14
>> -00000000000027ef  0000009300000002 R_X86_64_PC32          00000000000024a1 AsciiSPrint - 4
>> -00000000000027f8  0000006700000002 R_X86_64_PC32          00000000000028bf PlatformDebugLibIoPortFound - 4
>> -0000000000002803  0000005c00000002 R_X86_64_PC32          000000000000ac3c _gPcd_FixedAtBuild_PcdDebugIoPort - 4
>> -000000000000281c  000000a800000002 R_X86_64_PC32          00000000000025bb IoWriteFifo8 - 4
>> -0000000000002823  0000009000000002 R_X86_64_PC32          000000000000ac3e _gPcd_FixedAtBuild_PcdDebugPropertyMask - 4
>> -0000000000002832  0000009100000002 R_X86_64_PC32          000000000000087d CpuBreakpoint - 4
>> -000000000000283b  0000009000000002 R_X86_64_PC32          000000000000ac3e _gPcd_FixedAtBuild_PcdDebugPropertyMask - 4
>> -000000000000284a  0000007200000002 R_X86_64_PC32          0000000000000291 CpuDeadLoop - 4
>> -0000000000002857  0000009000000002 R_X86_64_PC32          000000000000ac3e _gPcd_FixedAtBuild_PcdDebugPropertyMask - 4
>> -000000000000286f  0000009000000002 R_X86_64_PC32          000000000000ac3e _gPcd_FixedAtBuild_PcdDebugPropertyMask - 4
>> -0000000000002887  0000009000000002 R_X86_64_PC32          000000000000ac3e _gPcd_FixedAtBuild_PcdDebugPropertyMask - 4
>> -00000000000028a2  0000007d00000002 R_X86_64_PC32          000000000000ac40 _gPcd_FixedAtBuild_PcdFixedDebugPrintErrorLevel - 4
>> -00000000000028ca  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14cc
>> -00000000000028d3  0000007400000002 R_X86_64_PC32          0000000000002626 PlatformDebugLibIoPortDetect - 4
>> -00000000000028d9  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14cd
>> -00000000000028df  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14cb
>> -00000000000028e7  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14cd
>> -0000000000002904  0000003900000002 R_X86_64_PC32          000000000000c198 gImageHandle - 4
>> -0000000000002909  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002914  0000003900000002 R_X86_64_PC32          000000000000c198 gImageHandle - 4
>> -0000000000002920  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9d44
>> -000000000000292c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9d64
>> -0000000000002931  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000293c  0000005100000002 R_X86_64_PC32          000000000000c1a0 gST - 4
>> -0000000000002941  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000294c  0000005100000002 R_X86_64_PC32          000000000000c1a0 gST - 4
>> -0000000000002958  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9dc5
>> -0000000000002964  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9d64
>> -0000000000002969  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000002978  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -000000000000297d  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002988  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000002994  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9dd9
>> -00000000000029a0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9d64
>> -00000000000029a5  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000029c2  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000002a09  0000006500000002 R_X86_64_PC32          00000000000029b0 InternalAllocatePool - 4
>> -0000000000002a2d  0000006500000002 R_X86_64_PC32          00000000000029b0 InternalAllocatePool - 4
>> -0000000000002a48  0000004b00000002 R_X86_64_PC32          0000000000000884 ZeroMem - 4
>> -0000000000002a6a  0000003300000002 R_X86_64_PC32          0000000000002a11 InternalAllocateZeroPool - 4
>> -0000000000002a86  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002a98  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9ed1
>> -0000000000002aa4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9e04
>> -0000000000002aa9  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000002aae  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002ac6  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9eec
>> -0000000000002ad2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9e04
>> -0000000000002ad7  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000002ae8  0000006500000002 R_X86_64_PC32          00000000000029b0 InternalAllocatePool - 4
>> -0000000000002b0a  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000002b37  0000003f00000002 R_X86_64_PC32          0000000000002a72 InternalAllocateCopyPool - 4
>> -0000000000002b4e  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000002b61  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002b73  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000002b81  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000002b93  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9e64
>> -0000000000002b9d  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000002ba4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9e85
>> -0000000000002bb0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9e04
>> -0000000000002bb5  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000002bd6  0000001300000002 R_X86_64_PC32          000000000000c1b0 gRT - 4
>> -0000000000002bdb  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002be6  0000001300000002 R_X86_64_PC32          000000000000c1b0 gRT - 4
>> -0000000000002bf2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9f2c
>> -0000000000002bfe  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9f44
>> -0000000000002c03  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000002c21  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000002c2f  0000002100000002 R_X86_64_PC32          000000000000c1b8 mDevicePathLibDevicePathUtilities - 4
>> -0000000000002c3b  0000005b00000002 R_X86_64_PC32          000000000000ac90 gEfiDevicePathUtilitiesProtocolGuid - 4
>> -0000000000002c46  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002c58  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000002c66  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000002c78  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9fac
>> -0000000000002c82  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000002c89  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9fcd
>> -0000000000002c95  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9fe4
>> -0000000000002c9a  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000002c9f  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002caa  0000002100000002 R_X86_64_PC32          000000000000c1b8 mDevicePathLibDevicePathUtilities - 4
>> -0000000000002cb6  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a04c
>> -0000000000002cc2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 9fe4
>> -0000000000002cc7  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000002ce2  0000001100000002 R_X86_64_PC32          000000000000861e ProcessModuleUnloadList - 4
>> -0000000000002cf6  0000005100000002 R_X86_64_PC32          000000000000c1a0 gST - 4
>> -0000000000002d02  0000008200000002 R_X86_64_PC32          00000000000085ee ProcessLibraryDestructorList - 4
>> -0000000000002d1e  0000006d00000002 R_X86_64_PC32          000000000000ac44 _gUefiDriverRevision - 4
>> -0000000000002d2f  0000006d00000002 R_X86_64_PC32          000000000000ac44 _gUefiDriverRevision - 4
>> -0000000000002d52  0000004400000002 R_X86_64_PC32          00000000000083c6 ProcessLibraryConstructorList - 4
>> -0000000000002d59  0000003400000002 R_X86_64_PC32          000000000000ac48 _gDriverUnloadImageCount - 4
>> -0000000000002d68  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000002d7d  0000006200000002 R_X86_64_PC32          000000000000aca0 gEfiLoadedImageProtocolGuid - 4
>> -0000000000002d8c  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002d9e  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000002dac  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000002dbe  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a114
>> -0000000000002dc8  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000002dcf  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a135
>> -0000000000002ddb  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a14c
>> -0000000000002de0  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000002deb  0000006800000002 R_X86_64_PC32          0000000000002cd1 _DriverUnloadHandler - 4
>> -0000000000002dff  0000002800000002 R_X86_64_PC32          00000000000085fc ProcessModuleEntryPointList - 4
>> -0000000000002e1c  0000008200000002 R_X86_64_PC32          00000000000085ee ProcessLibraryDestructorList - 4
>> -0000000000002ecc  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000002ed5  0000004e00000002 R_X86_64_PC32          0000000000004898 ChecksumCommonTables - 4
>> -0000000000002ee6  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000002efc  0000009900000002 R_X86_64_PC32          000000000000ac50 gEfiAcpi10TableGuid - 4
>> -0000000000002f28  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000002f3e  0000004100000002 R_X86_64_PC32          000000000000ac60 gEfiAcpiTableGuid - 4
>> -0000000000002fb2  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000002fba  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000002fda  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1a4
>> -0000000000002fe6  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -0000000000002feb  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000300f  0000009c00000002 R_X86_64_PC32          0000000000002b18 AllocateCopyPool - 4
>> -0000000000003042  0000001400000002 R_X86_64_PC32          0000000000003446 AddTableToList - 4
>> -000000000000305e  0000006e00000002 R_X86_64_PC32          0000000000002e39 PublishTables - 4
>> -000000000000306e  0000004a00000002 R_X86_64_PC32          0000000000002b3f FreePool - 4
>> -0000000000003075  0000002d00000002 R_X86_64_PC32          000000000000ac05 _gPcd_FixedAtBuild_PcdInstallAcpiSdtProtocol - 4
>> -000000000000309a  0000008700000002 R_X86_64_PC32          0000000000005320 SdtNotifyAcpiList - 4
>> -00000000000030bd  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000030dd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1a4
>> -00000000000030e9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -00000000000030ee  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000003108  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000003120  0000009a00000002 R_X86_64_PC32          0000000000004777 RemoveTableFromList - 4
>> -000000000000313c  0000006e00000002 R_X86_64_PC32          0000000000002e39 PublishTables - 4
>> -0000000000003190  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000003197  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -00000000000031b5  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -00000000000031dc  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -000000000000320f  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14fc
>> -0000000000003256  0000004b00000002 R_X86_64_PC32          0000000000000884 ZeroMem - 4
>> -000000000000326b  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -00000000000032b6  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000003325  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -000000000000332b  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000003339  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -0000000000003362  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000003369  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -0000000000003392  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000003399  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -00000000000033be  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -00000000000033c5  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -00000000000033d7  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -00000000000033e5  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -00000000000033f8  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -000000000000343b  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -0000000000003467  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000003479  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a217
>> -0000000000003485  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -000000000000348a  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000348f  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000034a1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a229
>> -00000000000034ad  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -00000000000034b2  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000034b7  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000034c9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a22f
>> -00000000000034d5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -00000000000034da  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000034e8  000000a700000002 R_X86_64_PC32          00000000000029f5 AllocatePool - 4
>> -00000000000034f1  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000003503  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a236
>> -000000000000350f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -0000000000003514  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000003577  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000357e  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -00000000000035b1  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -00000000000035cb  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14fc
>> -00000000000035ec  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -000000000000363f  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -00000000000036d7  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -00000000000036f4  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -000000000000377a  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -00000000000037a0  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -00000000000037c6  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -000000000000383d  0000004b00000002 R_X86_64_PC32          0000000000000884 ZeroMem - 4
>> -000000000000386c  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -00000000000038f2  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000003918  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -000000000000391e  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -000000000000394b  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000003971  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -00000000000039ad  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -00000000000039d3  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000003a14  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000003a53  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000003a70  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000003aef  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000003b61  0000004b00000002 R_X86_64_PC32          0000000000000884 ZeroMem - 4
>> -0000000000003b90  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000003bc4  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000003c03  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000003c20  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000003c9f  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000003d45  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000003d6a  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000003d95  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000003dc4  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000003ddf  0000008a00000002 R_X86_64_PC32          00000000000004b4 InsertTailList - 4
>> -0000000000003e06  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -0000000000003e17  0000003200000002 R_X86_64_PC32          0000000000003166 ReallocateAcpiTableBuffer - 4
>> -0000000000003e20  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000003e32  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000003e40  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000003e52  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a24c
>> -0000000000003e5c  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000003e63  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a26d
>> -0000000000003e6f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -0000000000003e74  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000003ef7  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -0000000000003f08  0000003200000002 R_X86_64_PC32          0000000000003166 ReallocateAcpiTableBuffer - 4
>> -0000000000003f11  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000003f23  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000003f31  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000003f43  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a24c
>> -0000000000003f4d  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000003f54  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a26d
>> -0000000000003f60  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -0000000000003f65  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000003f6b  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000003ffb  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004034  0000004e00000002 R_X86_64_PC32          0000000000004898 ChecksumCommonTables - 4
>> -000000000000405c  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000406e  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a229
>> -000000000000407a  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -000000000000407f  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000004091  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000040ad  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1a4
>> -00000000000040b9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -00000000000040be  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000412e  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000004140  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a229
>> -000000000000414c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -0000000000004151  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000004156  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000004168  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a281
>> -0000000000004174  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -0000000000004179  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000417e  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000004197  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a296
>> -00000000000041a3  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -00000000000041a8  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000004215  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004294  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -00000000000042d6  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004345  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000004369  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -000000000000439a  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000043ac  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a217
>> -00000000000043b8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -00000000000043bd  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000043c2  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000043d4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a229
>> -00000000000043e0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -00000000000043e5  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000043ee  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000004406  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a2a3
>> -0000000000004412  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -0000000000004417  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000044d0  0000003000000002 R_X86_64_PC32          0000000000004115 RemoveTableFromRsdt - 4
>> -0000000000004523  0000003000000002 R_X86_64_PC32          0000000000004115 RemoveTableFromRsdt - 4
>> -00000000000045d8  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000004625  0000004b00000002 R_X86_64_PC32          0000000000000884 ZeroMem - 4
>> -000000000000464a  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -00000000000046ab  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -00000000000046f8  0000004b00000002 R_X86_64_PC32          0000000000000884 ZeroMem - 4
>> -000000000000471d  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000004732  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000004758  0000001e00000002 R_X86_64_PC32          00000000000005ba RemoveEntryList - 4
>> -000000000000475f  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000004793  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000047a5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a217
>> -00000000000047b1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -00000000000047b6  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000047d1  000000a900000002 R_X86_64_PC32          0000000000004047 FindTableByHandle - 4
>> -00000000000047ff  0000009800000002 R_X86_64_PC32          0000000000004386 DeleteTable - 4
>> -00000000000048a6  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -00000000000048c7  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -00000000000048e1  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -00000000000048fb  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000004901  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -000000000000492d  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000004952  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -0000000000004977  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -000000000000498f  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000049a1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a217
>> -00000000000049ad  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a1bc
>> -00000000000049b2  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000049b8  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -00000000000049c5  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14f8
>> -00000000000049d1  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14f8
>> -00000000000049e5  0000000e00000002 R_X86_64_PC32          0000000000000463 InitializeListHead - 4
>> -00000000000049ff  0000009b00000002 R_X86_64_PC32          0000000000002f6a InstallAcpiTable - 4
>> -0000000000004a11  0000005f00000002 R_X86_64_PC32          00000000000030aa UninstallAcpiTable - 4
>> -0000000000004a1f  0000002d00000002 R_X86_64_PC32          000000000000ac05 _gPcd_FixedAtBuild_PcdInstallAcpiSdtProtocol - 4
>> -0000000000004a2f  0000007000000002 R_X86_64_PC32          00000000000061cd SdtAcpiTableAcpiSdtConstructor - 4
>> -0000000000004a3d  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000004a59  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000004a8c  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14fc
>> -0000000000004ad3  0000004b00000002 R_X86_64_PC32          0000000000000884 ZeroMem - 4
>> -0000000000004ae5  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000004b04  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -0000000000004b16  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000004b24  0000004f00000002 R_X86_64_PC32          000000000000acc0 mEfiAcpiMaxNumTables - 4
>> -0000000000004b40  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000004b73  0000000200000002 R_X86_64_PC32          000000000000acc0 .data + 14fc
>> -0000000000004b9a  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000004bfa  0000004b00000002 R_X86_64_PC32          0000000000000884 ZeroMem - 4
>> -0000000000004c0c  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000004c3b  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000004c6a  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004c83  0000007300000002 R_X86_64_PC32          000000000000ac06 _gPcd_FixedAtBuild_PcdAcpiDefaultOemId - 4
>> -0000000000004c8b  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004cd2  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004ceb  0000007300000002 R_X86_64_PC32          000000000000ac06 _gPcd_FixedAtBuild_PcdAcpiDefaultOemId - 4
>> -0000000000004cf3  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004d14  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000004d58  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004d77  0000008100000002 R_X86_64_PC32          0000000000000a0b SetMem - 4
>> -0000000000004d7d  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000004dca  0000007300000002 R_X86_64_PC32          000000000000ac06 _gPcd_FixedAtBuild_PcdAcpiDefaultOemId - 4
>> -0000000000004dd2  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004dd9  0000002b00000002 R_X86_64_PC32          000000000000ac10 _gPcd_FixedAtBuild_PcdAcpiDefaultOemTableId - 4
>> -0000000000004dfb  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004e09  000000af00000002 R_X86_64_PC32          000000000000ac18 _gPcd_FixedAtBuild_PcdAcpiDefaultOemRevision - 4
>> -0000000000004e1a  0000004600000002 R_X86_64_PC32          000000000000ac1c _gPcd_FixedAtBuild_PcdAcpiDefaultCreatorId - 4
>> -0000000000004e2b  0000008300000002 R_X86_64_PC32          000000000000ac20 _gPcd_FixedAtBuild_PcdAcpiDefaultCreatorRevision - 4
>> -0000000000004e95  0000007300000002 R_X86_64_PC32          000000000000ac06 _gPcd_FixedAtBuild_PcdAcpiDefaultOemId - 4
>> -0000000000004e9d  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004ea4  0000002b00000002 R_X86_64_PC32          000000000000ac10 _gPcd_FixedAtBuild_PcdAcpiDefaultOemTableId - 4
>> -0000000000004ec6  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004ed4  000000af00000002 R_X86_64_PC32          000000000000ac18 _gPcd_FixedAtBuild_PcdAcpiDefaultOemRevision - 4
>> -0000000000004ee5  0000004600000002 R_X86_64_PC32          000000000000ac1c _gPcd_FixedAtBuild_PcdAcpiDefaultCreatorId - 4
>> -0000000000004ef6  0000008300000002 R_X86_64_PC32          000000000000ac20 _gPcd_FixedAtBuild_PcdAcpiDefaultCreatorRevision - 4
>> -0000000000004f60  0000007300000002 R_X86_64_PC32          000000000000ac06 _gPcd_FixedAtBuild_PcdAcpiDefaultOemId - 4
>> -0000000000004f68  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004f6f  0000002b00000002 R_X86_64_PC32          000000000000ac10 _gPcd_FixedAtBuild_PcdAcpiDefaultOemTableId - 4
>> -0000000000004f91  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000004f9f  000000af00000002 R_X86_64_PC32          000000000000ac18 _gPcd_FixedAtBuild_PcdAcpiDefaultOemRevision - 4
>> -0000000000004fb0  0000004600000002 R_X86_64_PC32          000000000000ac1c _gPcd_FixedAtBuild_PcdAcpiDefaultCreatorId - 4
>> -0000000000004fc1  0000008300000002 R_X86_64_PC32          000000000000ac20 _gPcd_FixedAtBuild_PcdAcpiDefaultCreatorRevision - 4
>> -0000000000004fe9  0000004e00000002 R_X86_64_PC32          0000000000004898 ChecksumCommonTables - 4
>> -000000000000500c  0000009d00000002 R_X86_64_PC32          0000000000002a56 AllocateZeroPool - 4
>> -0000000000005015  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005027  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a2c4
>> -0000000000005033  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a2d4
>> -0000000000005038  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000504f  0000007500000002 R_X86_64_PC32          0000000000004982 AcpiTableAcpiTableConstructor - 4
>> -0000000000005063  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000005086  0000002d00000002 R_X86_64_PC32          000000000000ac05 _gPcd_FixedAtBuild_PcdInstallAcpiSdtProtocol - 4
>> -0000000000005095  0000000c00000002 R_X86_64_PC32          000000000000c1d0 mPrivateData - 4
>> -000000000000509c  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -00000000000050aa  0000000c00000002 R_X86_64_PC32          000000000000c1d0 mPrivateData - 4
>> -00000000000050d1  0000002500000002 R_X86_64_PC32          000000000000ac80 gEfiAcpiSdtProtocolGuid - 4
>> -00000000000050db  0000004200000002 R_X86_64_PC32          000000000000ac70 gEfiAcpiTableProtocolGuid - 4
>> -00000000000050e2  0000009400000002 R_X86_64_PC32          000000000000c1c8 mHandle - 4
>> -00000000000050f1  0000007b00000002 R_X86_64_PC32          000000000000c1a8 gBS - 4
>> -0000000000005113  0000004200000002 R_X86_64_PC32          000000000000ac70 gEfiAcpiTableProtocolGuid - 4
>> -000000000000511a  0000009400000002 R_X86_64_PC32          000000000000c1c8 mHandle - 4
>> -0000000000005125  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005137  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000005145  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000005157  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a32c
>> -0000000000005161  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000005168  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a34d
>> -0000000000005174  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a2d4
>> -0000000000005179  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005190  0000000c00000002 R_X86_64_PC32          000000000000c1d0 mPrivateData - 4
>> -00000000000051a3  0000009600000002 R_X86_64_PC32          0000000000005189 SdtGetAcpiTableInstance - 4
>> -00000000000051c8  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000051e4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a364
>> -00000000000051f0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -00000000000051f5  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005276  0000005800000002 R_X86_64_PC32          0000000000005196 FindTableByBuffer - 4
>> -00000000000052b2  0000000f00000002 R_X86_64_PC32          0000000000004823 AcpiPlatformChecksum - 4
>> -00000000000052d5  0000005800000002 R_X86_64_PC32          0000000000005196 FindTableByBuffer - 4
>> -000000000000534a  000000a900000002 R_X86_64_PC32          0000000000004047 FindTableByHandle - 4
>> -0000000000005353  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005365  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000005373  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000005385  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a3d4
>> -000000000000538f  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000005396  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a3f5
>> -00000000000053a2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -00000000000053a7  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000053c7  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000053e3  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a364
>> -00000000000053ef  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -00000000000053f4  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005459  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000546b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a409
>> -0000000000005477  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -000000000000547c  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005481  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005493  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a41f
>> -000000000000549f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -00000000000054a4  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000054a9  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000054bb  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a437
>> -00000000000054c7  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -00000000000054cc  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000054d1  0000009600000002 R_X86_64_PC32          0000000000005189 SdtGetAcpiTableInstance - 4
>> -0000000000005541  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000555d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a364
>> -0000000000005569  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -000000000000556e  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000055c9  0000009600000002 R_X86_64_PC32          0000000000005189 SdtGetAcpiTableInstance - 4
>> -00000000000055d7  000000a700000002 R_X86_64_PC32          00000000000029f5 AllocatePool - 4
>> -00000000000055e0  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000055f2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a454
>> -00000000000055fe  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -0000000000005603  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005633  0000008a00000002 R_X86_64_PC32          00000000000004b4 InsertTailList - 4
>> -0000000000005647  0000009600000002 R_X86_64_PC32          0000000000005189 SdtGetAcpiTableInstance - 4
>> -000000000000566e  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000568a  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a364
>> -0000000000005696  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -000000000000569b  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000056cb  0000001e00000002 R_X86_64_PC32          00000000000005ba RemoveEntryList - 4
>> -00000000000056d7  0000004a00000002 R_X86_64_PC32          0000000000002b3f FreePool - 4
>> -0000000000005737  0000007a00000002 R_X86_64_PC32          00000000000055bc SdtRegisterNotify - 4
>> -000000000000574a  0000005400000002 R_X86_64_PC32          000000000000563a SdtUnregisterNotify - 4
>> -0000000000005763  0000009600000002 R_X86_64_PC32          0000000000005189 SdtGetAcpiTableInstance - 4
>> -0000000000005782  000000a900000002 R_X86_64_PC32          0000000000004047 FindTableByHandle - 4
>> -00000000000057a8  000000a700000002 R_X86_64_PC32          00000000000029f5 AllocatePool - 4
>> -00000000000057b1  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000057c3  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a476
>> -00000000000057cf  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -00000000000057d4  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005865  0000001700000002 R_X86_64_PC32          0000000000005752 SdtOpenSdtTable - 4
>> -0000000000005889  0000008900000002 R_X86_64_PC32          000000000000621d AmlSearchByOpByte - 4
>> -00000000000058ca  000000a700000002 R_X86_64_PC32          00000000000029f5 AllocatePool - 4
>> -00000000000058d3  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000058e5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a476
>> -00000000000058f1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -00000000000058f6  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005937  0000002600000002 R_X86_64_PC32          0000000000007369 AmlGetObjectSize - 4
>> -0000000000005958  0000004a00000002 R_X86_64_PC32          0000000000002b3f FreePool - 4
>> -00000000000059ba  0000006c00000002 R_X86_64_PC32          00000000000052bd SdtGetMaxAmlBufferSize - 4
>> -00000000000059e7  0000008000000002 R_X86_64_PC32          000000000000586d SdtOpenEx - 4
>> -0000000000005a5a  0000008f00000002 R_X86_64_PC32          0000000000005262 SdtUpdateAmlChecksum - 4
>> -0000000000005a7f  0000004a00000002 R_X86_64_PC32          0000000000002b3f FreePool - 4
>> -0000000000005aab  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005abd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a490
>> -0000000000005ac9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -0000000000005ace  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005ad3  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005ae5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a4a9
>> -0000000000005af1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -0000000000005af6  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005afb  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005b0d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a4be
>> -0000000000005b19  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -0000000000005b1e  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005ba3  0000004c00000002 R_X86_64_PC32          0000000000007570 AmlParseOptionHandleCommon - 4
>> -0000000000005be8  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005bfa  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a4a9
>> -0000000000005c06  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -0000000000005c0b  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005c91  0000004c00000002 R_X86_64_PC32          0000000000007570 AmlParseOptionHandleCommon - 4
>> -0000000000005cea  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000005d16  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005d28  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a4d7
>> -0000000000005d34  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -0000000000005d39  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005da9  0000007c00000002 R_X86_64_PC32          00000000000076a0 AmlGetChildFromRoot - 4
>> -0000000000005dd3  000000a300000002 R_X86_64_PC32          00000000000078ac AmlGetChildFromNonRoot - 4
>> -0000000000005e48  0000008000000002 R_X86_64_PC32          000000000000586d SdtOpenEx - 4
>> -0000000000005e8d  0000005a00000002 R_X86_64_PC32          000000000000819c AmlFindPath - 4
>> -0000000000005ef4  0000008000000002 R_X86_64_PC32          000000000000586d SdtOpenEx - 4
>> -0000000000005f0c  000000a700000002 R_X86_64_PC32          00000000000029f5 AllocatePool - 4
>> -0000000000005f15  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000005f27  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a4ee
>> -0000000000005f33  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a37c
>> -0000000000005f38  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000005f4e  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -0000000000005f84  0000001b00000002 R_X86_64_PC32          0000000000006491 AmlIsRootPath - 4
>> -0000000000005f94  0000008b00000002 R_X86_64_PC32          0000000000005efa SdtDuplicateHandle - 4
>> -0000000000005fbd  000000a000000002 R_X86_64_PC32          0000000000005d03 GetChild - 4
>> -0000000000006018  0000005a00000002 R_X86_64_PC32          000000000000819c AmlFindPath - 4
>> -000000000000606d  0000008000000002 R_X86_64_PC32          000000000000586d SdtOpenEx - 4
>> -00000000000060c8  0000004300000002 R_X86_64_PC32          00000000000069e0 AmlNameFromAslName - 4
>> -00000000000060e7  000000ab00000002 R_X86_64_PC32          0000000000002880 DebugCodeEnabled - 4
>> -00000000000060f0  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -00000000000060fe  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000006109  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a50b
>> -0000000000006113  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -000000000000611f  0000005600000002 R_X86_64_PC32          0000000000006d09 AmlPrintNameString - 4
>> -0000000000006124  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000006132  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -000000000000613d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a520
>> -0000000000006147  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000006176  0000006a00000002 R_X86_64_PC32          0000000000005f58 SdtFindPathFromRoot - 4
>> -000000000000619d  0000007e00000002 R_X86_64_PC32          0000000000005e54 SdtFindPathFromNonRoot - 4
>> -00000000000061bd  0000004a00000002 R_X86_64_PC32          0000000000002b3f FreePool - 4
>> -00000000000061e7  0000000e00000002 R_X86_64_PC32          0000000000000463 InitializeListHead - 4
>> -00000000000061fe  0000006600000002 R_X86_64_PC32          000000000000ace0 mAcpiSdtProtocolTemplate - 4
>> -0000000000006206  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -000000000000620c  0000008c00000002 R_X86_64_PC32          000000000000ac24 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions - 4
>> -0000000000006269  0000000b00000002 R_X86_64_PC32          000000000000ad40 mAmlByteEncoding - 4
>> -000000000000628b  0000000b00000002 R_X86_64_PC32          000000000000ad40 mAmlByteEncoding - 4
>> -00000000000062ae  0000000b00000002 R_X86_64_PC32          000000000000ad40 mAmlByteEncoding - 4
>> -00000000000062df  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000062ea  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a524
>> -00000000000062f6  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a53c
>> -00000000000062fb  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000006314  0000002f00000002 R_X86_64_PC32          000000000000c160 mAmlTypeToAcpiType - 4
>> -000000000000645d  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000006468  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a589
>> -0000000000006474  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a53c
>> -0000000000006479  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000006506  0000005e00000002 R_X86_64_PC32          00000000000064c5 AmlIsLeadName - 4
>> -0000000000006541  0000005e00000002 R_X86_64_PC32          00000000000064c5 AmlIsLeadName - 4
>> -000000000000656e  0000002c00000002 R_X86_64_PC32          00000000000064f2 AmlIsName - 4
>> -000000000000668d  0000002e00000002 R_X86_64_PC32          0000000000006528 AmlIsNameSeg - 4
>> -00000000000066e0  0000005e00000002 R_X86_64_PC32          00000000000064c5 AmlIsLeadName - 4
>> -0000000000006716  0000007100000002 R_X86_64_PC32          00000000000066cc AmlIsAslLeadName - 4
>> -000000000000676e  0000007100000002 R_X86_64_PC32          00000000000066cc AmlIsAslLeadName - 4
>> -00000000000067b3  0000005900000002 R_X86_64_PC32          0000000000006702 AmlIsAslName - 4
>> -0000000000006891  0000001800000002 R_X86_64_PC32          0000000000006738 AmlGetAslNameSegLength - 4
>> -0000000000006a00  0000005000000002 R_X86_64_PC32          00000000000067f4 AmlGetAslNameStringSize - 4
>> -0000000000006a21  000000a700000002 R_X86_64_PC32          00000000000029f5 AllocatePool - 4
>> -0000000000006a2a  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000006a3c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a58c
>> -0000000000006a48  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a5a4
>> -0000000000006a4d  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000006a99  0000008100000002 R_X86_64_PC32          0000000000000a0b SetMem - 4
>> -0000000000006afe  0000001800000002 R_X86_64_PC32          0000000000006738 AmlGetAslNameSegLength - 4
>> -0000000000006b07  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000006b20  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a5fc
>> -0000000000006b2c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a5a4
>> -0000000000006b31  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000006b48  000000ac00000002 R_X86_64_PC32          0000000000006952 AmlUpperCaseCopyMem - 4
>> -0000000000006b6a  0000008100000002 R_X86_64_PC32          0000000000000a0b SetMem - 4
>> -0000000000006bc1  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000006bcf  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000006be7  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a623
>> -0000000000006bf1  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000006c28  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000006c36  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000006c52  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a623
>> -0000000000006c5c  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000006c84  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000006c92  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000006cae  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a623
>> -0000000000006cb8  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000006cce  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000006cdc  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000006cf8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a623
>> -0000000000006d02  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000006d26  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000006d34  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000006d3f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a626
>> -0000000000006d49  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000006d60  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000006d6e  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000006d79  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a628
>> -0000000000006d83  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000006de2  0000002300000002 R_X86_64_PC32          0000000000006bb4 AmlPrintNameSeg - 4
>> -0000000000006df2  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000006e00  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000006e0b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a62a
>> -0000000000006e15  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000006e21  0000002300000002 R_X86_64_PC32          0000000000006bb4 AmlPrintNameSeg - 4
>> -0000000000006e7f  0000006100000002 R_X86_64_PC32          00000000000062cd AmlTypeToAcpiType - 4
>> -0000000000006ec1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a758
>> -0000000000006ece  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a758
>> -0000000000006f1f  0000007700000002 R_X86_64_PC32          00000000000007a6 AsciiStrSize - 4
>> -0000000000006f3b  0000002000000002 R_X86_64_PC32          0000000000006590 AmlGetNameStringSize - 4
>> -0000000000006f68  0000008900000002 R_X86_64_PC32          000000000000621d AmlSearchByOpByte - 4
>> -0000000000006fa1  0000006100000002 R_X86_64_PC32          00000000000062cd AmlTypeToAcpiType - 4
>> -0000000000006fb7  0000002000000002 R_X86_64_PC32          0000000000006590 AmlGetNameStringSize - 4
>> -0000000000006fec  0000002600000002 R_X86_64_PC32          0000000000007369 AmlGetObjectSize - 4
>> -0000000000007012  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000701d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a62c
>> -0000000000007029  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a644
>> -000000000000702e  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000707e  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000709b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a69c
>> -00000000000070a7  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a644
>> -00000000000070ac  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000070df  0000002000000002 R_X86_64_PC32          0000000000006590 AmlGetNameStringSize - 4
>> -00000000000071be  0000009500000002 R_X86_64_PC32          000000000000631d AmlGetPkgLength - 4
>> -0000000000007251  0000001900000002 R_X86_64_PC32          0000000000006e46 AmlParseOptionTerm - 4
>> -0000000000007308  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000007319  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a6ec
>> -0000000000007325  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a644
>> -000000000000732a  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000073a6  000000ad00000002 R_X86_64_PC32          000000000000705e AmlParseOptionCommon - 4
>> -00000000000073dd  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000073f8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a70c
>> -0000000000007404  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a644
>> -0000000000007409  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000007445  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000007456  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a738
>> -0000000000007462  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a644
>> -0000000000007467  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000007485  0000004c00000002 R_X86_64_PC32          0000000000007570 AmlParseOptionHandleCommon - 4
>> -000000000000749e  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000074b1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a747
>> -00000000000074bd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a644
>> -00000000000074c2  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000074ff  0000004c00000002 R_X86_64_PC32          0000000000007570 AmlParseOptionHandleCommon - 4
>> -0000000000007555  0000009500000002 R_X86_64_PC32          000000000000631d AmlGetPkgLength - 4
>> -00000000000075ba  000000ad00000002 R_X86_64_PC32          000000000000705e AmlParseOptionCommon - 4
>> -00000000000075e1  0000008900000002 R_X86_64_PC32          000000000000621d AmlSearchByOpByte - 4
>> -000000000000764b  0000002600000002 R_X86_64_PC32          0000000000007369 AmlGetObjectSize - 4
>> -00000000000076f3  0000003c00000002 R_X86_64_PC32          00000000000075c0 AmlGetChildFromObjectBuffer - 4
>> -000000000000773e  0000004c00000002 R_X86_64_PC32          0000000000007570 AmlParseOptionHandleCommon - 4
>> -0000000000007802  0000000900000002 R_X86_64_PC32          00000000000074cc AmlGetOffsetAfterLastOption - 4
>> -00000000000078a6  0000003c00000002 R_X86_64_PC32          00000000000075c0 AmlGetChildFromObjectBuffer - 4
>> -00000000000078e2  0000002900000002 R_X86_64_PC32          00000000000076f9 AmlGetChildFromOptionList - 4
>> -0000000000007925  0000003e00000002 R_X86_64_PC32          00000000000077b0 AmlGetChildFromObjectChildList - 4
>> -0000000000007945  000000a700000002 R_X86_64_PC32          00000000000029f5 AllocatePool - 4
>> -000000000000794e  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000007960  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a77c
>> -000000000000796c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a79c
>> -0000000000007971  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000007995  000000a100000002 R_X86_64_PC32          0000000000000a7c CopyMem - 4
>> -00000000000079bd  0000000e00000002 R_X86_64_PC32          0000000000000463 InitializeListHead - 4
>> -00000000000079cd  0000000e00000002 R_X86_64_PC32          0000000000000463 InitializeListHead - 4
>> -0000000000007a1e  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000007a3a  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a7f2
>> -0000000000007a46  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a79c
>> -0000000000007a4b  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000007a77  0000007800000002 R_X86_64_PC32          0000000000000909 CompareMem - 4
>> -0000000000007abc  0000008400000002 R_X86_64_PC32          000000000000792b AmlCreateNode - 4
>> -0000000000007ad8  0000008a00000002 R_X86_64_PC32          00000000000004b4 InsertTailList - 4
>> -0000000000007b4c  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000007b61  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a80c
>> -0000000000007b6d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a79c
>> -0000000000007b72  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000007bd3  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000007be8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a80c
>> -0000000000007bf4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a79c
>> -0000000000007bf9  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000007c1e  0000007900000002 R_X86_64_PC32          00000000000079ef AmlFindNodeInThis - 4
>> -0000000000007c8b  000000ae00000002 R_X86_64_PC32          0000000000007ae2 AmlFindNodeInTheTree - 4
>> -0000000000007c94  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000007ca6  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a77c
>> -0000000000007cb2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a79c
>> -0000000000007cb7  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000007d04  0000008900000002 R_X86_64_PC32          000000000000621d AmlSearchByOpByte - 4
>> -0000000000007d2e  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000007d3c  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000007d4e  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a832
>> -0000000000007d58  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000007d5d  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000007d6b  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000007d81  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a84e
>> -0000000000007d8b  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000007d90  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000007d9e  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000007db0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a867
>> -0000000000007dba  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000007e34  0000000900000002 R_X86_64_PC32          00000000000074cc AmlGetOffsetAfterLastOption - 4
>> -0000000000007e7a  0000008000000002 R_X86_64_PC32          000000000000586d SdtOpenEx - 4
>> -0000000000007ea0  0000005200000002 R_X86_64_PC32          0000000000007ef1 AmlConstructNodeList - 4
>> -0000000000007ece  0000005d00000002 R_X86_64_PC32          00000000000059f3 Close - 4
>> -0000000000007f2b  0000004000000002 R_X86_64_PC32          00000000000073c4 AmlGetObjectName - 4
>> -0000000000007f69  0000001500000002 R_X86_64_PC32          0000000000007c5a AmlInsertNodeToTree - 4
>> -0000000000007f72  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000007f84  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a77c
>> -0000000000007f90  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a79c
>> -0000000000007f95  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000007fac  0000007600000002 R_X86_64_PC32          0000000000007dc5 AmlConstructNodeListForChild - 4
>> -0000000000007fd8  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000007ff4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a7f2
>> -0000000000008000  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a79c
>> -0000000000008005  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000008032  0000001e00000002 R_X86_64_PC32          00000000000005ba RemoveEntryList - 4
>> -000000000000803e  0000009f00000002 R_X86_64_PC32          0000000000007fb2 AmlDestructNodeList - 4
>> -0000000000008054  0000004a00000002 R_X86_64_PC32          0000000000002b3f FreePool - 4
>> -000000000000807f  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -000000000000808d  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000008098  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a87d
>> -00000000000080a2  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -00000000000080b3  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -00000000000080c1  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -00000000000080cc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a87f
>> -00000000000080d6  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -00000000000080f5  0000002300000002 R_X86_64_PC32          0000000000006bb4 AmlPrintNameSeg - 4
>> -00000000000080fa  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000008108  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000008113  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a884
>> -000000000000811d  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000008126  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000008142  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a7f2
>> -000000000000814e  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a79c
>> -0000000000008153  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000817c  000000a200000002 R_X86_64_PC32          000000000000805b AmlDumpNodeInfo - 4
>> -00000000000081d2  0000008400000002 R_X86_64_PC32          000000000000792b AmlCreateNode - 4
>> -00000000000081ed  0000005200000002 R_X86_64_PC32          0000000000007ef1 AmlConstructNodeList - 4
>> -000000000000820e  000000ab00000002 R_X86_64_PC32          0000000000002880 DebugCodeEnabled - 4
>> -0000000000008217  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000008225  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000008230  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a886
>> -000000000000823a  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -000000000000824b  000000a200000002 R_X86_64_PC32          000000000000805b AmlDumpNodeInfo - 4
>> -0000000000008288  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000082a4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a7f2
>> -00000000000082b0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a79c
>> -00000000000082b5  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000082e1  000000ab00000002 R_X86_64_PC32          0000000000002880 DebugCodeEnabled - 4
>> -00000000000082ea  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -00000000000082f8  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000008303  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a89b
>> -000000000000830d  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -000000000000831d  0000002300000002 R_X86_64_PC32          0000000000006bb4 AmlPrintNameSeg - 4
>> -0000000000008322  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000008330  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -000000000000833b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a884
>> -0000000000008345  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -000000000000836c  000000ae00000002 R_X86_64_PC32          0000000000007ae2 AmlFindNodeInTheTree - 4
>> -00000000000083bc  0000009f00000002 R_X86_64_PC32          0000000000007fb2 AmlDestructNodeList - 4
>> -00000000000083d7  000000a600000002 R_X86_64_PC32          00000000000028b4 PlatformDebugLibIoPortConstructor - 4
>> -00000000000083e0  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000083f2  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000008400  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000008412  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a8c4
>> -000000000000841c  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000008423  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a8e8
>> -000000000000842f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a904
>> -0000000000008434  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000008444  0000008800000002 R_X86_64_PC32          00000000000028ed UefiBootServicesTableLibConstructor - 4
>> -000000000000844d  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -000000000000845f  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -000000000000846d  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -000000000000847f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a98c
>> -0000000000008489  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -0000000000008490  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a9ad
>> -000000000000849c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a904
>> -00000000000084a1  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -00000000000084b1  0000003800000002 R_X86_64_PC32          0000000000002bbb UefiRuntimeServicesTableLibConstructor - 4
>> -00000000000084ba  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000084cc  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -00000000000084da  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -00000000000084ec  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a98c
>> -00000000000084f6  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -00000000000084fd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a9ad
>> -0000000000008509  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a904
>> -000000000000850e  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000851e  0000006f00000002 R_X86_64_PC32          0000000000002c0e DevicePathLibConstructor - 4
>> -0000000000008527  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -0000000000008539  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -0000000000008547  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -0000000000008559  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a98c
>> -0000000000008563  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -000000000000856a  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a9ad
>> -0000000000008576  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a904
>> -000000000000857b  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -000000000000858b  0000000a00000002 R_X86_64_PC32          0000000000002e26 UefiLibConstructor - 4
>> -0000000000008594  0000009200000002 R_X86_64_PC32          0000000000002850 DebugAssertEnabled - 4
>> -00000000000085a6  0000003a00000002 R_X86_64_PC32          0000000000002868 DebugPrintEnabled - 4
>> -00000000000085b4  0000003600000002 R_X86_64_PC32          0000000000002898 DebugPrintLevelEnabled - 4
>> -00000000000085c6  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a98c
>> -00000000000085d0  0000006b00000002 R_X86_64_PC32          0000000000002647 DebugPrint - 4
>> -00000000000085d7  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a9ad
>> -00000000000085e3  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a904
>> -00000000000085e8  0000003d00000002 R_X86_64_PC32          00000000000027ab DebugAssert - 4
>> -0000000000008618  0000001a00000002 R_X86_64_PC32          0000000000004ff4 InitializeAcpiTableDxe - 4
>> -0000000000009b7c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 113d
>> -0000000000009b80  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1157
>> -0000000000009b84  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 115b
>> -0000000000009b88  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 115f
>> -0000000000009b8c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1163
>> -0000000000009b90  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1167
>> -0000000000009b94  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 116b
>> -0000000000009b98  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 116f
>> -0000000000009b9c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1173
>> -0000000000009ba0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1177
>> -0000000000009ba4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 117b
>> -0000000000009ba8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 117f
>> -0000000000009bac  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1183
>> -0000000000009bb0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1187
>> -0000000000009bb4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 118b
>> -0000000000009bb8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 118f
>> -0000000000009bbc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1193
>> -0000000000009bc0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1197
>> -0000000000009bc4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 119b
>> -0000000000009bc8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 119f
>> -0000000000009bcc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11a3
>> -0000000000009bd0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11a7
>> -0000000000009bd4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11ab
>> -0000000000009bd8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11af
>> -0000000000009bdc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11b3
>> -0000000000009be0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11b7
>> -0000000000009be4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11bb
>> -0000000000009be8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11bf
>> -0000000000009bec  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11c3
>> -0000000000009bf0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11c7
>> -0000000000009bf4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11cb
>> -0000000000009bf8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11cf
>> -0000000000009bfc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1002
>> -0000000000009c00  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11d7
>> -0000000000009c04  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11db
>> -0000000000009c08  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11df
>> -0000000000009c0c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11e3
>> -0000000000009c10  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11e7
>> -0000000000009c14  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11eb
>> -0000000000009c18  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11ef
>> -0000000000009c1c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11f3
>> -0000000000009c20  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11f7
>> -0000000000009c24  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1051
>> -0000000000009c28  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1021
>> -0000000000009c2c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 103f
>> -0000000000009c30  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 101c
>> -0000000000009c34  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1010
>> -0000000000009c38  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 120f
>> -0000000000009c3c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 110c
>> -0000000000009c40  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1129
>> -0000000000009c44  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 112d
>> -0000000000009c48  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1131
>> -0000000000009c4c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1135
>> -0000000000009c50  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1139
>> -0000000000009c54  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 113d
>> -0000000000009c58  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1141
>> -0000000000009c5c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1145
>> -0000000000009c60  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1149
>> -0000000000009c64  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 123b
>> -0000000000009c68  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 123f
>> -0000000000009c6c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1243
>> -0000000000009c70  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1247
>> -0000000000009c74  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 124b
>> -0000000000009c78  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 124f
>> -0000000000009c7c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1253
>> -0000000000009c80  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1257
>> -0000000000009c84  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 125b
>> -0000000000009c88  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 125f
>> -0000000000009c8c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1263
>> -0000000000009c90  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1267
>> -0000000000009c94  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 126b
>> -0000000000009c98  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 126f
>> -0000000000009c9c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1273
>> -0000000000009ca0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1277
>> -0000000000009ca4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 127b
>> -0000000000009ca8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 127f
>> -0000000000009cac  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 10cc
>> -0000000000009cb0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1287
>> -0000000000009cb4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 128b
>> -0000000000009cb8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 128f
>> -0000000000009cbc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1293
>> -0000000000009cc0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1297
>> -0000000000009cc4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 129b
>> -0000000000009cc8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 129f
>> -0000000000009ccc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12a3
>> -0000000000009cd0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12a7
>> -0000000000009cd4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12ab
>> -0000000000009cd8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12af
>> -0000000000009cdc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12b3
>> -0000000000009ce0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12b7
>> -0000000000009ce4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12bb
>> -0000000000009ce8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12bf
>> -0000000000009cec  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12c3
>> -0000000000009cf0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12c7
>> -0000000000009cf4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12cb
>> -0000000000009cf8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12cf
>> -0000000000009cfc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12d3
>> -0000000000009d00  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12d7
>> -0000000000009d04  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12db
>> -0000000000009d08  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12df
>> -0000000000009d0c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12e3
>> -0000000000009d10  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12e7
>> -0000000000009d14  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12eb
>> -0000000000009d18  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12ef
>> -0000000000009d1c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12f3
>> -0000000000009d20  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12f7
>> -0000000000009d24  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12fb
>> -0000000000009d28  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12ff
>> -0000000000009d2c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 114c
>> -0000000000009d30  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 19a0
>> -0000000000009d34  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a1a
>> -0000000000009d38  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a1e
>> -0000000000009d3c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1925
>> -0000000000009d40  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a26
>> -0000000000009d44  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a2a
>> -0000000000009d48  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a2e
>> -0000000000009d4c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a32
>> -0000000000009d50  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a36
>> -0000000000009d54  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a3a
>> -0000000000009d58  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a3e
>> -0000000000009d5c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a42
>> -0000000000009d60  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a46
>> -0000000000009d64  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a4a
>> -0000000000009d68  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a4e
>> -0000000000009d6c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a52
>> -0000000000009d70  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a56
>> -0000000000009d74  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a5a
>> -0000000000009d78  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a5e
>> -0000000000009d7c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a62
>> -0000000000009d80  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a66
>> -0000000000009d84  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a6a
>> -0000000000009d88  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a6e
>> -0000000000009d8c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a72
>> -0000000000009d90  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a76
>> -0000000000009d94  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a7a
>> -0000000000009d98  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a7e
>> -0000000000009d9c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a82
>> -0000000000009da0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a86
>> -0000000000009da4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a8a
>> -0000000000009da8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a8e
>> -0000000000009dac  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a92
>> -0000000000009db0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a96
>> -0000000000009db4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a9a
>> -0000000000009db8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1a9e
>> -0000000000009dbc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1aa2
>> -0000000000009dc0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1aa6
>> -0000000000009dc4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1aaa
>> -0000000000009dc8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1aae
>> -0000000000009dcc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ab2
>> -0000000000009dd0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ab6
>> -0000000000009dd4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1aba
>> -0000000000009dd8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1abe
>> -0000000000009ddc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ac2
>> -0000000000009de0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ac6
>> -0000000000009de4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1aca
>> -0000000000009de8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ace
>> -0000000000009dec  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ad2
>> -0000000000009df0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ad6
>> -0000000000009df4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ada
>> -0000000000009df8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ade
>> -0000000000009dfc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ae2
>> -0000000000009e00  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ae6
>> -0000000000009e04  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1aea
>> -0000000000009e08  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1aee
>> -0000000000009e0c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1af2
>> -0000000000009e10  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1af6
>> -0000000000009e14  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1afa
>> -0000000000009e18  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1afe
>> -0000000000009e1c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b02
>> -0000000000009e20  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b06
>> -0000000000009e24  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b0a
>> -0000000000009e28  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b0e
>> -0000000000009e2c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b12
>> -0000000000009e30  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b16
>> -0000000000009e34  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b1a
>> -0000000000009e38  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b1e
>> -0000000000009e3c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b22
>> -0000000000009e40  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b26
>> -0000000000009e44  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b2a
>> -0000000000009e48  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b2e
>> -0000000000009e4c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b32
>> -0000000000009e50  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b36
>> -0000000000009e54  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15e3
>> -0000000000009e58  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b3e
>> -0000000000009e5c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b42
>> -0000000000009e60  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b46
>> -0000000000009e64  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b4a
>> -0000000000009e68  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 12e6
>> -0000000000009e6c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b52
>> -0000000000009e70  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b56
>> -0000000000009e74  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b5a
>> -0000000000009e78  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b5e
>> -0000000000009e7c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b62
>> -0000000000009e80  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b66
>> -0000000000009e84  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b6a
>> -0000000000009e88  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b6e
>> -0000000000009e8c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1626
>> -0000000000009e90  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b76
>> -0000000000009e94  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 16aa
>> -0000000000009e98  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 134d
>> -0000000000009e9c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b82
>> -0000000000009ea0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b86
>> -0000000000009ea4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1720
>> -0000000000009ea8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b8e
>> -0000000000009eac  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b92
>> -0000000000009eb0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b96
>> -0000000000009eb4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b9a
>> -0000000000009eb8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1b9e
>> -0000000000009ebc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ba2
>> -0000000000009ec0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1ba6
>> -0000000000009ec4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1baa
>> -0000000000009ec8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1336
>> -0000000000009ecc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1bb2
>> -0000000000009ed0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1982
>> -0000000000009ed4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1663
>> -0000000000009ed8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 18ba
>> -0000000000009edc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 136d
>> -0000000000009ee0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1bc6
>> -0000000000009ee4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1bca
>> -0000000000009ee8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 136e
>> -000000000000a99c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 6dd1
>> -000000000000a9a0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 6dd5
>> -000000000000a9a4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 6c9f
>> -000000000000a9a8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 6cb3
>> -000000000000a9ac  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 6cc7
>> -000000000000a9b0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 6cdb
>> -000000000000a9b4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 6d07
>> -000000000000a9b8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 6cf3
>> -000000000000a9bc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 6d40
>> -
>> -Relocation section '.rela.data' at offset 0x150f8 contains 9 entries:
>> -    Offset             Info             Type               Symbol's Value  Symbol's Name + Addend
>> -000000000000ace8  0000001f00000001 R_X86_64_64            000000000000543e GetAcpiTable2 + 0
>> -000000000000acf0  000000a400000001 R_X86_64_64            0000000000005707 RegisterNotify + 0
>> -000000000000acf8  0000002700000001 R_X86_64_64            000000000000597a Open + 0
>> -000000000000ad00  0000002a00000001 R_X86_64_64            0000000000005838 OpenSdt + 0
>> -000000000000ad08  0000005d00000001 R_X86_64_64            00000000000059f3 Close + 0
>> -000000000000ad10  000000a000000001 R_X86_64_64            0000000000005d03 GetChild + 0
>> -000000000000ad18  0000001c00000001 R_X86_64_64            0000000000005a90 GetOption + 0
>> -000000000000ad20  0000007f00000001 R_X86_64_64            0000000000005bcd SetOption + 0
>> -000000000000ad28  0000003700000001 R_X86_64_64            000000000000608c FindPath + 0
>> -
>> -Relocation section '.rela' at offset 0xc058 contains 9 entries:
>> -    Offset             Info             Type               Symbol's Value  Symbol's Name + Addend
>> -000000000000ace8  0000000000000008 R_X86_64_RELATIVE                         543e
>> -000000000000acf0  0000000000000008 R_X86_64_RELATIVE                         5707
>> -000000000000acf8  0000000000000008 R_X86_64_RELATIVE                         597a
>> -000000000000ad00  0000000000000008 R_X86_64_RELATIVE                         5838
>> -000000000000ad08  0000000000000008 R_X86_64_RELATIVE                         59f3
>> -000000000000ad10  0000000000000008 R_X86_64_RELATIVE                         5d03
>> -000000000000ad18  0000000000000008 R_X86_64_RELATIVE                         5a90
>> -000000000000ad20  0000000000000008 R_X86_64_RELATIVE                         5bcd
>> -000000000000ad28  0000000000000008 R_X86_64_RELATIVE                         608c
>> +0000000000000265  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000000284  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 28f4
>> +0000000000000290  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 293c
>> +0000000000000295  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +000000000000029a  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000002b9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2994
>> +00000000000002c5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 293c
>> +00000000000002ca  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000002f1  0000001100000002 R_X86_64_PC32          0000000000000300 InternalMemCopyMem - 4
>> +0000000000000350  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000000361  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 29d4
>> +000000000000036d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 29e4
>> +0000000000000372  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000000387  0000003300000002 R_X86_64_PC32          000000000000049b InternalMathDivRemU64x32 - 4
>> +00000000000003ba  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000003d1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2a34
>> +00000000000003dd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2a5c
>> +00000000000003e2  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000004eb  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000004fd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2f1c
>> +0000000000000509  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2f34
>> +000000000000050e  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000000528  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +000000000000053a  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2f1c
>> +0000000000000546  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2f34
>> +000000000000054b  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000000569  0000002b00000002 R_X86_64_PC32          00000000000044c0 mPcd - 4
>> +0000000000000579  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +0000000000000587  0000002b00000002 R_X86_64_PC32          00000000000044c0 mPcd - 4
>> +0000000000000593  0000004300000002 R_X86_64_PC32          0000000000004490 gPcdProtocolGuid - 4
>> +000000000000059e  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000005b0  0000001400000002 R_X86_64_PC32          00000000000022e8 DebugPrintEnabled - 4
>> +00000000000005be  0000001000000002 R_X86_64_PC32          0000000000002300 DebugPrintLevelEnabled - 4
>> +00000000000005d0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2f7c
>> +00000000000005da  0000002900000002 R_X86_64_PC32          00000000000020c7 DebugPrint - 4
>> +00000000000005e1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2f9d
>> +00000000000005ed  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2fb4
>> +00000000000005f2  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000005f7  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000000602  0000002b00000002 R_X86_64_PC32          00000000000044c0 mPcd - 4
>> +000000000000060e  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 300e
>> +000000000000061a  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 2fb4
>> +000000000000061f  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000000626  0000002b00000002 R_X86_64_PC32          00000000000044c0 mPcd - 4
>> +0000000000000639  0000001200000002 R_X86_64_PC32          000000000000055e GetPcdProtocol - 4
>> +0000000000000656  0000001200000002 R_X86_64_PC32          000000000000055e GetPcdProtocol - 4
>> +000000000000066c  0000000800000002 R_X86_64_PC32          0000000000004450 _gPcd_FixedAtBuild_PcdDebugPrintErrorLevel - 4
>> +0000000000000714  0000003500000002 R_X86_64_PC32          000000000000033c DivU64x32Remainder - 4
>> +0000000000000729  0000000700000002 R_X86_64_PC32          00000000000033a0 mHexStr - 4
>> +0000000000000798  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000007ad  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 35a3
>> +00000000000007b9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 34ec
>> +00000000000007be  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000007f2  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000000807  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 36fc
>> +0000000000000813  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 34ec
>> +0000000000000818  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000000841  0000002400000002 R_X86_64_PC32          000000000000444c _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> +000000000000084a  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000000854  0000002400000002 R_X86_64_PC32          000000000000444c _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> +0000000000000866  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 371c
>> +0000000000000872  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 34ec
>> +0000000000000877  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +000000000000087d  0000002400000002 R_X86_64_PC32          000000000000444c _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> +00000000000008a1  0000001c00000002 R_X86_64_PC32          0000000000004448 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> +00000000000008aa  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000008b4  0000001c00000002 R_X86_64_PC32          0000000000004448 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> +00000000000008c6  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 35bc
>> +00000000000008d2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 34ec
>> +00000000000008d7  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000008dd  0000001c00000002 R_X86_64_PC32          0000000000004448 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> +0000000000000914  0000002400000002 R_X86_64_PC32          000000000000444c _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> +000000000000091d  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000000927  0000002400000002 R_X86_64_PC32          000000000000444c _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> +000000000000093b  0000000600000002 R_X86_64_PC32          00000000000003a9 StrnLenS - 4
>> +0000000000000941  0000002400000002 R_X86_64_PC32          000000000000444c _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> +000000000000094f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3764
>> +000000000000095b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 34ec
>> +0000000000000960  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000000966  0000002400000002 R_X86_64_PC32          000000000000444c _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> +000000000000097a  0000000600000002 R_X86_64_PC32          00000000000003a9 StrnLenS - 4
>> +0000000000000980  0000002400000002 R_X86_64_PC32          000000000000444c _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength - 4
>> +00000000000009ac  0000001c00000002 R_X86_64_PC32          0000000000004448 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> +00000000000009b5  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000009bf  0000001c00000002 R_X86_64_PC32          0000000000004448 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> +00000000000009d3  0000000a00000002 R_X86_64_PC32          000000000000043b AsciiStrnLenS - 4
>> +00000000000009d9  0000001c00000002 R_X86_64_PC32          0000000000004448 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> +00000000000009e7  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 37f4
>> +00000000000009f3  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 34ec
>> +00000000000009f8  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000009fe  0000001c00000002 R_X86_64_PC32          0000000000004448 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> +0000000000000a12  0000000a00000002 R_X86_64_PC32          000000000000043b AsciiStrnLenS - 4
>> +0000000000000a18  0000001c00000002 R_X86_64_PC32          0000000000004448 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength - 4
>> +0000000000000c0c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38f8
>> +0000000000000c19  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38f8
>> +0000000000000e52  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3aac
>> +0000000000000e5f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3aac
>> +0000000000001059  0000001500000002 R_X86_64_PC32          00000000000006e4 BasePrintLibValueToString - 4
>> +00000000000011e5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3877
>> +00000000000012bc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3885
>> +00000000000012d1  0000000500000002 R_X86_64_PC32          000000000000051b ReadUnaligned32 - 4
>> +00000000000012e7  0000001f00000002 R_X86_64_PC32          00000000000004de ReadUnaligned16 - 4
>> +00000000000012fe  0000001f00000002 R_X86_64_PC32          00000000000004de ReadUnaligned16 - 4
>> +00000000000013b5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3894
>> +00000000000013c8  0000002100000002 R_X86_64_PC32          0000000000001e4d BasePrintLibSPrint - 4
>> +0000000000001422  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38c5
>> +0000000000001485  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38d1
>> +0000000000001498  0000002100000002 R_X86_64_PC32          0000000000001e4d BasePrintLibSPrint - 4
>> +0000000000001550  0000000c00000002 R_X86_64_PC32          0000000000003460 mErrorString - 4
>> +0000000000001594  0000001a00000002 R_X86_64_PC32          00000000000033c0 mWarningString - 4
>> +00000000000015c2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38eb
>> +00000000000015d5  0000002100000002 R_X86_64_PC32          0000000000001e4d BasePrintLibSPrint - 4
>> +000000000000163f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38f0
>> +000000000000164f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38f3
>> +000000000000166d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38f0
>> +0000000000001758  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38f0
>> +0000000000001768  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38f3
>> +0000000000001786  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 38f0
>> +00000000000019a4  0000001900000002 R_X86_64_PC32          0000000000000672 BasePrintLibFillBuffer - 4
>> +0000000000001a0f  0000001900000002 R_X86_64_PC32          0000000000000672 BasePrintLibFillBuffer - 4
>> +0000000000001a81  0000001900000002 R_X86_64_PC32          0000000000000672 BasePrintLibFillBuffer - 4
>> +0000000000001af0  0000001900000002 R_X86_64_PC32          0000000000000672 BasePrintLibFillBuffer - 4
>> +0000000000001b4e  0000001900000002 R_X86_64_PC32          0000000000000672 BasePrintLibFillBuffer - 4
>> +0000000000001bf5  0000001900000002 R_X86_64_PC32          0000000000000672 BasePrintLibFillBuffer - 4
>> +0000000000001c93  0000001900000002 R_X86_64_PC32          0000000000000672 BasePrintLibFillBuffer - 4
>> +0000000000001d47  0000001900000002 R_X86_64_PC32          0000000000000672 BasePrintLibFillBuffer - 4
>> +0000000000001dd4  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000001de9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 34d4
>> +0000000000001df5  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 34ec
>> +0000000000001dfa  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000001e24  0000001900000002 R_X86_64_PC32          0000000000000672 BasePrintLibFillBuffer - 4
>> +0000000000001e8d  0000003d00000002 R_X86_64_PC32          0000000000000744 BasePrintLibSPrintMarker - 4
>> +0000000000001edc  0000003d00000002 R_X86_64_PC32          0000000000000744 BasePrintLibSPrintMarker - 4
>> +0000000000001efd  0000000d00000002 R_X86_64_PC32          00000000000044c8 gNullVaList - 4
>> +0000000000001f23  0000003d00000002 R_X86_64_PC32          0000000000000744 BasePrintLibSPrintMarker - 4
>> +0000000000001f65  0000003800000002 R_X86_64_PC32          0000000000001ea1 AsciiVSPrint - 4
>> +00000000000020b1  0000002000000002 R_X86_64_PC32          0000000000004454 _gPcd_FixedAtBuild_PcdDebugIoPort - 4
>> +00000000000020bc  0000003700000002 R_X86_64_PC32          0000000000001f73 IoRead8 - 4
>> +00000000000020fa  0000004000000002 R_X86_64_PC32          00000000000021fc DebugVPrint - 4
>> +0000000000002128  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +000000000000213d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3c6c
>> +0000000000002149  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3c84
>> +000000000000214e  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000002153  0000001e00000002 R_X86_64_PC32          0000000000000666 GetDebugPrintErrorLevel - 4
>> +000000000000216a  0000002600000002 R_X86_64_PC32          0000000000002327 PlatformDebugLibIoPortFound - 4
>> +00000000000021a4  0000003800000002 R_X86_64_PC32          0000000000001ea1 AsciiVSPrint - 4
>> +00000000000021d2  0000001b00000002 R_X86_64_PC32          0000000000001ee4 AsciiBSPrint - 4
>> +00000000000021dd  0000002000000002 R_X86_64_PC32          0000000000004454 _gPcd_FixedAtBuild_PcdDebugIoPort - 4
>> +00000000000021f6  0000004200000002 R_X86_64_PC32          000000000000203b IoWriteFifo8 - 4
>> +0000000000002223  0000002800000002 R_X86_64_PC32          0000000000002100 DebugPrintMarker - 4
>> +0000000000002262  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3cd4
>> +000000000000226f  0000003c00000002 R_X86_64_PC32          0000000000001f2b AsciiSPrint - 4
>> +0000000000002278  0000002600000002 R_X86_64_PC32          0000000000002327 PlatformDebugLibIoPortFound - 4
>> +0000000000002283  0000002000000002 R_X86_64_PC32          0000000000004454 _gPcd_FixedAtBuild_PcdDebugIoPort - 4
>> +000000000000229c  0000004200000002 R_X86_64_PC32          000000000000203b IoWriteFifo8 - 4
>> +00000000000022a3  0000003900000002 R_X86_64_PC32          0000000000004456 _gPcd_FixedAtBuild_PcdDebugPropertyMask - 4
>> +00000000000022b2  0000003a00000002 R_X86_64_PC32          0000000000000557 CpuBreakpoint - 4
>> +00000000000022bb  0000003900000002 R_X86_64_PC32          0000000000004456 _gPcd_FixedAtBuild_PcdDebugPropertyMask - 4
>> +00000000000022ca  0000002c00000002 R_X86_64_PC32          000000000000038d CpuDeadLoop - 4
>> +00000000000022d7  0000003900000002 R_X86_64_PC32          0000000000004456 _gPcd_FixedAtBuild_PcdDebugPropertyMask - 4
>> +00000000000022ef  0000003900000002 R_X86_64_PC32          0000000000004456 _gPcd_FixedAtBuild_PcdDebugPropertyMask - 4
>> +000000000000230a  0000002f00000002 R_X86_64_PC32          0000000000004458 _gPcd_FixedAtBuild_PcdFixedDebugPrintErrorLevel - 4
>> +0000000000002332  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + c
>> +000000000000233b  0000002d00000002 R_X86_64_PC32          00000000000020a6 PlatformDebugLibIoPortDetect - 4
>> +0000000000002341  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + d
>> +0000000000002347  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + b
>> +000000000000234f  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + d
>> +000000000000236c  0000001300000002 R_X86_64_PC32          00000000000044d8 gImageHandle - 4
>> +0000000000002371  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +000000000000237c  0000001300000002 R_X86_64_PC32          00000000000044d8 gImageHandle - 4
>> +0000000000002388  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3d04
>> +0000000000002394  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3d24
>> +0000000000002399  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000023a4  0000001d00000002 R_X86_64_PC32          00000000000044e0 gST - 4
>> +00000000000023a9  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000023b4  0000001d00000002 R_X86_64_PC32          00000000000044e0 gST - 4
>> +00000000000023c0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3d85
>> +00000000000023cc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3d24
>> +00000000000023d1  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000023e0  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +00000000000023e5  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000023f0  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +00000000000023fc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3d99
>> +0000000000002408  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3d24
>> +000000000000240d  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +000000000000242a  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +0000000000002471  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000002483  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3e91
>> +000000000000248f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3dc4
>> +0000000000002494  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000002499  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000024b1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3eac
>> +00000000000024bd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3dc4
>> +00000000000024c2  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000024d3  0000002500000002 R_X86_64_PC32          0000000000002418 InternalAllocatePool - 4
>> +00000000000024f5  0000003f00000002 R_X86_64_PC32          0000000000000240 CopyMem - 4
>> +0000000000002522  0000001700000002 R_X86_64_PC32          000000000000245d InternalAllocateCopyPool - 4
>> +000000000000253b  0000000900000002 R_X86_64_PC32          0000000000002b24 ProcessModuleUnloadList - 4
>> +000000000000254f  0000001d00000002 R_X86_64_PC32          00000000000044e0 gST - 4
>> +000000000000255b  0000003100000002 R_X86_64_PC32          0000000000002af4 ProcessLibraryDestructorList - 4
>> +0000000000002577  0000002a00000002 R_X86_64_PC32          000000000000445c _gUefiDriverRevision - 4
>> +0000000000002588  0000002a00000002 R_X86_64_PC32          000000000000445c _gUefiDriverRevision - 4
>> +00000000000025ab  0000001800000002 R_X86_64_PC32          0000000000002a13 ProcessLibraryConstructorList - 4
>> +00000000000025b2  0000000f00000002 R_X86_64_PC32          0000000000004460 _gDriverUnloadImageCount - 4
>> +00000000000025c1  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +00000000000025d6  0000002200000002 R_X86_64_PC32          00000000000044a0 gEfiLoadedImageProtocolGuid - 4
>> +00000000000025e5  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000025f7  0000001400000002 R_X86_64_PC32          00000000000022e8 DebugPrintEnabled - 4
>> +0000000000002605  0000001000000002 R_X86_64_PC32          0000000000002300 DebugPrintLevelEnabled - 4
>> +0000000000002617  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3eec
>> +0000000000002621  0000002900000002 R_X86_64_PC32          00000000000020c7 DebugPrint - 4
>> +0000000000002628  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3f0d
>> +0000000000002634  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3f24
>> +0000000000002639  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000002644  0000002700000002 R_X86_64_PC32          000000000000252a _DriverUnloadHandler - 4
>> +0000000000002658  0000000e00000002 R_X86_64_PC32          0000000000002b02 ProcessModuleEntryPointList - 4
>> +0000000000002675  0000003100000002 R_X86_64_PC32          0000000000002af4 ProcessLibraryDestructorList - 4
>> +0000000000002690  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +000000000000269b  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + 3c
>> +00000000000026a6  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3fac
>> +00000000000026b2  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3fc4
>> +00000000000026b7  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +00000000000026be  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +00000000000026d8  0000000b00000002 R_X86_64_PC32          0000000000004480 gEfiLegacyBiosProtocolGuid - 4
>> +00000000000026ed  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + 2b
>> +00000000000026f5  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +0000000000002708  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +000000000000271a  0000001400000002 R_X86_64_PC32          00000000000022e8 DebugPrintEnabled - 4
>> +0000000000002728  0000001000000002 R_X86_64_PC32          0000000000002300 DebugPrintLevelEnabled - 4
>> +000000000000273a  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 402c
>> +0000000000002744  0000002900000002 R_X86_64_PC32          00000000000020c7 DebugPrint - 4
>> +000000000000274b  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 404d
>> +0000000000002757  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3fc4
>> +000000000000275c  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +000000000000277c  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + 3b
>> +0000000000002784  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + 2c
>> +00000000000027a1  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3f7c
>> +00000000000027ab  0000003e00000002 R_X86_64_PC32          0000000000002503 AllocateCopyPool - 4
>> +00000000000027c3  0000001400000002 R_X86_64_PC32          00000000000022e8 DebugPrintEnabled - 4
>> +00000000000027d1  0000001000000002 R_X86_64_PC32          0000000000002300 DebugPrintLevelEnabled - 4
>> +00000000000027f6  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 40c2
>> +00000000000027fd  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 4064
>> +0000000000002807  0000002900000002 R_X86_64_PC32          00000000000020c7 DebugPrint - 4
>> +0000000000002834  0000002300000002 R_X86_64_PC32          0000000000000649 LibPcdGetBool - 4
>> +0000000000002842  0000003000000002 R_X86_64_PC32          000000000000062c LibPcdGet64 - 4
>> +000000000000285d  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +0000000000002877  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 243b
>> +00000000000028a0  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +00000000000028b9  0000000b00000002 R_X86_64_PC32          0000000000004480 gEfiLegacyBiosProtocolGuid - 4
>> +00000000000028d4  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +00000000000028ea  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000028fc  0000001400000002 R_X86_64_PC32          00000000000022e8 DebugPrintEnabled - 4
>> +000000000000290a  0000001000000002 R_X86_64_PC32          0000000000002300 DebugPrintLevelEnabled - 4
>> +000000000000291c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 402c
>> +0000000000002926  0000002900000002 R_X86_64_PC32          00000000000020c7 DebugPrint - 4
>> +000000000000292d  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 404d
>> +0000000000002939  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3fc4
>> +000000000000293e  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000002945  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 251e
>> +000000000000294c  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + 34
>> +0000000000002953  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +0000000000002967  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + 34
>> +000000000000296e  0000003400000002 R_X86_64_PC32          0000000000004470 gEfiIncompatiblePciDeviceSupportProtocolGuid - 4
>> +0000000000002994  0000000200000002 R_X86_64_PC32          00000000000044c0 .data + 2c
>> +000000000000299f  0000002e00000002 R_X86_64_PC32          00000000000044e8 gBS - 4
>> +00000000000029b5  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +00000000000029c7  0000001400000002 R_X86_64_PC32          00000000000022e8 DebugPrintEnabled - 4
>> +00000000000029d5  0000001000000002 R_X86_64_PC32          0000000000002300 DebugPrintLevelEnabled - 4
>> +00000000000029e7  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 402c
>> +00000000000029f1  0000002900000002 R_X86_64_PC32          00000000000020c7 DebugPrint - 4
>> +00000000000029f8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 40a9
>> +0000000000002a04  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 3fc4
>> +0000000000002a09  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000002a24  0000004100000002 R_X86_64_PC32          000000000000231c PlatformDebugLibIoPortConstructor - 4
>> +0000000000002a2d  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000002a3f  0000001400000002 R_X86_64_PC32          00000000000022e8 DebugPrintEnabled - 4
>> +0000000000002a4d  0000001000000002 R_X86_64_PC32          0000000000002300 DebugPrintLevelEnabled - 4
>> +0000000000002a5f  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 40f4
>> +0000000000002a69  0000002900000002 R_X86_64_PC32          00000000000020c7 DebugPrint - 4
>> +0000000000002a70  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 4118
>> +0000000000002a7c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 4134
>> +0000000000002a81  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000002a91  0000003600000002 R_X86_64_PC32          0000000000002355 UefiBootServicesTableLibConstructor - 4
>> +0000000000002a9a  0000003b00000002 R_X86_64_PC32          00000000000022d0 DebugAssertEnabled - 4
>> +0000000000002aac  0000001400000002 R_X86_64_PC32          00000000000022e8 DebugPrintEnabled - 4
>> +0000000000002aba  0000001000000002 R_X86_64_PC32          0000000000002300 DebugPrintLevelEnabled - 4
>> +0000000000002acc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 41cc
>> +0000000000002ad6  0000002900000002 R_X86_64_PC32          00000000000020c7 DebugPrint - 4
>> +0000000000002add  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 41ed
>> +0000000000002ae9  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 4134
>> +0000000000002aee  0000001600000002 R_X86_64_PC32          000000000000222b DebugAssert - 4
>> +0000000000002b1e  0000003200000002 R_X86_64_PC32          000000000000281e DriverInitialize - 4
>> +0000000000003b3c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bc7
>> +0000000000003b40  0000000100000002 R_X86_64_PC32          0000000000000240 .text + be1
>> +0000000000003b44  0000000100000002 R_X86_64_PC32          0000000000000240 .text + be5
>> +0000000000003b48  0000000100000002 R_X86_64_PC32          0000000000000240 .text + be9
>> +0000000000003b4c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bed
>> +0000000000003b50  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bf1
>> +0000000000003b54  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bf5
>> +0000000000003b58  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bf9
>> +0000000000003b5c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bfd
>> +0000000000003b60  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c01
>> +0000000000003b64  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c05
>> +0000000000003b68  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c09
>> +0000000000003b6c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c0d
>> +0000000000003b70  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c11
>> +0000000000003b74  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c15
>> +0000000000003b78  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c19
>> +0000000000003b7c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c1d
>> +0000000000003b80  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c21
>> +0000000000003b84  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c25
>> +0000000000003b88  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c29
>> +0000000000003b8c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c2d
>> +0000000000003b90  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c31
>> +0000000000003b94  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c35
>> +0000000000003b98  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c39
>> +0000000000003b9c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c3d
>> +0000000000003ba0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c41
>> +0000000000003ba4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c45
>> +0000000000003ba8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c49
>> +0000000000003bac  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c4d
>> +0000000000003bb0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c51
>> +0000000000003bb4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c55
>> +0000000000003bb8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c59
>> +0000000000003bbc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a8c
>> +0000000000003bc0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c61
>> +0000000000003bc4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c65
>> +0000000000003bc8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c69
>> +0000000000003bcc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c6d
>> +0000000000003bd0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c71
>> +0000000000003bd4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c75
>> +0000000000003bd8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c79
>> +0000000000003bdc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c7d
>> +0000000000003be0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c81
>> +0000000000003be4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + adb
>> +0000000000003be8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + aab
>> +0000000000003bec  0000000100000002 R_X86_64_PC32          0000000000000240 .text + ac9
>> +0000000000003bf0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + aa6
>> +0000000000003bf4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + a9a
>> +0000000000003bf8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + c99
>> +0000000000003bfc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + b96
>> +0000000000003c00  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bb3
>> +0000000000003c04  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bb7
>> +0000000000003c08  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bbb
>> +0000000000003c0c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bbf
>> +0000000000003c10  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bc3
>> +0000000000003c14  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bc7
>> +0000000000003c18  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bcb
>> +0000000000003c1c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bcf
>> +0000000000003c20  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bd3
>> +0000000000003c24  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cc5
>> +0000000000003c28  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cc9
>> +0000000000003c2c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + ccd
>> +0000000000003c30  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cd1
>> +0000000000003c34  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cd5
>> +0000000000003c38  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cd9
>> +0000000000003c3c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cdd
>> +0000000000003c40  0000000100000002 R_X86_64_PC32          0000000000000240 .text + ce1
>> +0000000000003c44  0000000100000002 R_X86_64_PC32          0000000000000240 .text + ce5
>> +0000000000003c48  0000000100000002 R_X86_64_PC32          0000000000000240 .text + ce9
>> +0000000000003c4c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + ced
>> +0000000000003c50  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cf1
>> +0000000000003c54  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cf5
>> +0000000000003c58  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cf9
>> +0000000000003c5c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + cfd
>> +0000000000003c60  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d01
>> +0000000000003c64  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d05
>> +0000000000003c68  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d09
>> +0000000000003c6c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + b56
>> +0000000000003c70  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d11
>> +0000000000003c74  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d15
>> +0000000000003c78  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d19
>> +0000000000003c7c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d1d
>> +0000000000003c80  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d21
>> +0000000000003c84  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d25
>> +0000000000003c88  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d29
>> +0000000000003c8c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d2d
>> +0000000000003c90  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d31
>> +0000000000003c94  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d35
>> +0000000000003c98  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d39
>> +0000000000003c9c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d3d
>> +0000000000003ca0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d41
>> +0000000000003ca4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d45
>> +0000000000003ca8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d49
>> +0000000000003cac  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d4d
>> +0000000000003cb0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d51
>> +0000000000003cb4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d55
>> +0000000000003cb8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d59
>> +0000000000003cbc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d5d
>> +0000000000003cc0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d61
>> +0000000000003cc4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d65
>> +0000000000003cc8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d69
>> +0000000000003ccc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d6d
>> +0000000000003cd0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d71
>> +0000000000003cd4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d75
>> +0000000000003cd8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d79
>> +0000000000003cdc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d7d
>> +0000000000003ce0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d81
>> +0000000000003ce4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d85
>> +0000000000003ce8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d89
>> +0000000000003cec  0000000100000002 R_X86_64_PC32          0000000000000240 .text + bd6
>> +0000000000003cf0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 142a
>> +0000000000003cf4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14a4
>> +0000000000003cf8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14a8
>> +0000000000003cfc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 13af
>> +0000000000003d00  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14b0
>> +0000000000003d04  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14b4
>> +0000000000003d08  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14b8
>> +0000000000003d0c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14bc
>> +0000000000003d10  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14c0
>> +0000000000003d14  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14c4
>> +0000000000003d18  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14c8
>> +0000000000003d1c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14cc
>> +0000000000003d20  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14d0
>> +0000000000003d24  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14d4
>> +0000000000003d28  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14d8
>> +0000000000003d2c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14dc
>> +0000000000003d30  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14e0
>> +0000000000003d34  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14e4
>> +0000000000003d38  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14e8
>> +0000000000003d3c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14ec
>> +0000000000003d40  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14f0
>> +0000000000003d44  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14f4
>> +0000000000003d48  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14f8
>> +0000000000003d4c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 14fc
>> +0000000000003d50  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1500
>> +0000000000003d54  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1504
>> +0000000000003d58  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1508
>> +0000000000003d5c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 150c
>> +0000000000003d60  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1510
>> +0000000000003d64  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1514
>> +0000000000003d68  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1518
>> +0000000000003d6c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 151c
>> +0000000000003d70  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1520
>> +0000000000003d74  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1524
>> +0000000000003d78  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1528
>> +0000000000003d7c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 152c
>> +0000000000003d80  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1530
>> +0000000000003d84  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1534
>> +0000000000003d88  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1538
>> +0000000000003d8c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 153c
>> +0000000000003d90  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1540
>> +0000000000003d94  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1544
>> +0000000000003d98  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1548
>> +0000000000003d9c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 154c
>> +0000000000003da0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1550
>> +0000000000003da4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1554
>> +0000000000003da8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1558
>> +0000000000003dac  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 155c
>> +0000000000003db0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1560
>> +0000000000003db4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1564
>> +0000000000003db8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1568
>> +0000000000003dbc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 156c
>> +0000000000003dc0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1570
>> +0000000000003dc4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1574
>> +0000000000003dc8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1578
>> +0000000000003dcc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 157c
>> +0000000000003dd0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1580
>> +0000000000003dd4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1584
>> +0000000000003dd8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1588
>> +0000000000003ddc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 158c
>> +0000000000003de0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1590
>> +0000000000003de4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1594
>> +0000000000003de8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1598
>> +0000000000003dec  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 159c
>> +0000000000003df0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15a0
>> +0000000000003df4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15a4
>> +0000000000003df8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15a8
>> +0000000000003dfc  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15ac
>> +0000000000003e00  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15b0
>> +0000000000003e04  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15b4
>> +0000000000003e08  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15b8
>> +0000000000003e0c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15bc
>> +0000000000003e10  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15c0
>> +0000000000003e14  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 106d
>> +0000000000003e18  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15c8
>> +0000000000003e1c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15cc
>> +0000000000003e20  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15d0
>> +0000000000003e24  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15d4
>> +0000000000003e28  0000000100000002 R_X86_64_PC32          0000000000000240 .text + d70
>> +0000000000003e2c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15dc
>> +0000000000003e30  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15e0
>> +0000000000003e34  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15e4
>> +0000000000003e38  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15e8
>> +0000000000003e3c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15ec
>> +0000000000003e40  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15f0
>> +0000000000003e44  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15f4
>> +0000000000003e48  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 15f8
>> +0000000000003e4c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 10b0
>> +0000000000003e50  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1600
>> +0000000000003e54  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1134
>> +0000000000003e58  0000000100000002 R_X86_64_PC32          0000000000000240 .text + dd7
>> +0000000000003e5c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 160c
>> +0000000000003e60  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1610
>> +0000000000003e64  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 11aa
>> +0000000000003e68  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1618
>> +0000000000003e6c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 161c
>> +0000000000003e70  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1620
>> +0000000000003e74  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1624
>> +0000000000003e78  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1628
>> +0000000000003e7c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 162c
>> +0000000000003e80  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1630
>> +0000000000003e84  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1634
>> +0000000000003e88  0000000100000002 R_X86_64_PC32          0000000000000240 .text + dc0
>> +0000000000003e8c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 163c
>> +0000000000003e90  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 140c
>> +0000000000003e94  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 10ed
>> +0000000000003e98  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1344
>> +0000000000003e9c  0000000100000002 R_X86_64_PC32          0000000000000240 .text + df7
>> +0000000000003ea0  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1650
>> +0000000000003ea4  0000000100000002 R_X86_64_PC32          0000000000000240 .text + 1654
>> +0000000000003ea8  0000000100000002 R_X86_64_PC32          0000000000000240 .text + df8
>> 
>> The decoding of unwind sections for machine type Advanced Micro Devices X86-64 is not currently supported.
>> 
>> -Symbol table '.symtab' contains 176 entries:
>> +Symbol table '.symtab' contains 68 entries:
>>    Num:    Value          Size Type    Bind   Vis      Ndx Name
>>      0: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT  UND
>>      1: 0000000000000240     0 SECTION LOCAL  DEFAULT    1
>> -     2: 000000000000acc0     0 SECTION LOCAL  DEFAULT    3
>> -     3: 000000000000c1e0     0 SECTION LOCAL  DEFAULT    5
>> -     4: 000000000000c2b8     0 SECTION LOCAL  DEFAULT    6
>> -     5: 0000000000000000     0 SECTION LOCAL  DEFAULT    7
>> -     6: 0000000000000841    60 FUNC    GLOBAL HIDDEN     1 ReadUnaligned32
>> -     7: 0000000000000622   146 FUNC    GLOBAL HIDDEN     1 StrnLenS
>> -     8: 000000000000ac2c     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdMaximumLinkedListLength
>> -     9: 00000000000074cc   164 FUNC    GLOBAL HIDDEN     1 AmlGetOffsetAfterLastOption
>> -    10: 0000000000002e26    19 FUNC    GLOBAL HIDDEN     1 UefiLibConstructor
>> -    11: 000000000000ad40  5148 OBJECT  GLOBAL HIDDEN     3 mAmlByteEncoding
>> -    12: 000000000000c1d0     8 OBJECT  GLOBAL HIDDEN     3 mPrivateData
>> -    13: 00000000000093f0    16 OBJECT  GLOBAL HIDDEN     1 mHexStr
>> -    14: 0000000000000463    81 FUNC    GLOBAL HIDDEN     1 InitializeListHead
>> -    15: 0000000000004823   117 FUNC    GLOBAL HIDDEN     1 AcpiPlatformChecksum
>> -    16: 000000000000ac38     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdDebugPrintErrorLevel
>> -    17: 000000000000861e    15 FUNC    GLOBAL HIDDEN     1 ProcessModuleUnloadList
>> -    18: 00000000000006b4    96 FUNC    GLOBAL HIDDEN     1 AsciiStrnLenS
>> -    19: 000000000000c1b0     8 OBJECT  GLOBAL HIDDEN     3 gRT
>> -    20: 0000000000003446  3073 FUNC    GLOBAL HIDDEN     1 AddTableToList
>> -    21: 0000000000007c5a   363 FUNC    GLOBAL HIDDEN     1 AmlInsertNodeToTree
>> -    22: 00000000000002ad   233 FUNC    GLOBAL HIDDEN     1 InternalBaseLibIsListValid
>> -    23: 0000000000005752   230 FUNC    GLOBAL HIDDEN     1 SdtOpenSdtTable
>> -    24: 0000000000006738   188 FUNC    GLOBAL HIDDEN     1 AmlGetAslNameSegLength
>> -    25: 0000000000006e46   536 FUNC    GLOBAL HIDDEN     1 AmlParseOptionTerm
>> -    26: 0000000000004ff4   405 FUNC    GLOBAL HIDDEN     1 InitializeAcpiTableDxe
>> -    27: 0000000000006491    52 FUNC    GLOBAL HIDDEN     1 AmlIsRootPath
>> -    28: 0000000000005a90   317 FUNC    GLOBAL HIDDEN     1 GetOption
>> -    29: 00000000000094a0   693 OBJECT  GLOBAL HIDDEN     1 mErrorString
>> -    30: 00000000000005ba   104 FUNC    GLOBAL HIDDEN     1 RemoveEntryList
>> -    31: 000000000000543e   382 FUNC    GLOBAL HIDDEN     1 GetAcpiTable2
>> -    32: 0000000000006590   316 FUNC    GLOBAL HIDDEN     1 AmlGetNameStringSize
>> -    33: 000000000000c1b8     8 OBJECT  GLOBAL HIDDEN     3 mDevicePathLibDevicePathUtilities
>> -    34: 000000000000c188     8 OBJECT  GLOBAL HIDDEN     3 gNullVaList
>> -    35: 0000000000006bb4   341 FUNC    GLOBAL HIDDEN     1 AmlPrintNameSeg
>> -    36: 0000000000000b80     0 NOTYPE  GLOBAL HIDDEN     1 InternalMemSetMem
>> -    37: 000000000000ac80    16 OBJECT  GLOBAL HIDDEN     1 gEfiAcpiSdtProtocolGuid
>> -    38: 0000000000007369    91 FUNC    GLOBAL HIDDEN     1 AmlGetObjectSize
>> -    39: 000000000000597a   121 FUNC    GLOBAL HIDDEN     1 Open
>> -    40: 00000000000085fc    34 FUNC    GLOBAL HIDDEN     1 ProcessModuleEntryPointList
>> -    41: 00000000000076f9   183 FUNC    GLOBAL HIDDEN     1 AmlGetChildFromOptionList
>> -    42: 0000000000005838    53 FUNC    GLOBAL HIDDEN     1 OpenSdt
>> -    43: 000000000000ac10     8 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdAcpiDefaultOemTableId
>> -    44: 00000000000064f2    54 FUNC    GLOBAL HIDDEN     1 AmlIsName
>> -    45: 000000000000ac05     1 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdInstallAcpiSdtProtocol
>> -    46: 0000000000006528   104 FUNC    GLOBAL HIDDEN     1 AmlIsNameSeg
>> -    47: 000000000000c160    36 OBJECT  GLOBAL HIDDEN     3 mAmlTypeToAcpiType
>> -    48: 0000000000004115   625 FUNC    GLOBAL HIDDEN     1 RemoveTableFromRsdt
>> -    49: 000000000000ac28     1 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdVerifyNodeInList
>> -    50: 0000000000003166   736 FUNC    GLOBAL HIDDEN     1 ReallocateAcpiTableBuffer
>> -    51: 0000000000002a11    69 FUNC    GLOBAL HIDDEN     1 InternalAllocateZeroPool
>> -    52: 000000000000ac48     1 OBJECT  GLOBAL HIDDEN     1 _gDriverUnloadImageCount
>> -    53: 0000000000000ba0     0 NOTYPE  GLOBAL HIDDEN     1 InternalMemCopyMem
>> -    54: 0000000000002898    28 FUNC    GLOBAL HIDDEN     1 DebugPrintLevelEnabled
>> -    55: 000000000000608c   321 FUNC    GLOBAL HIDDEN     1 FindPath
>> -    56: 0000000000002bbb    83 FUNC    GLOBAL HIDDEN     1 UefiRuntimeServicesTableLibConstructor
>> -    57: 000000000000c198     8 OBJECT  GLOBAL HIDDEN     3 gImageHandle
>> -    58: 0000000000002868    24 FUNC    GLOBAL HIDDEN     1 DebugPrintEnabled
>> -    59: 0000000000000c5a    96 FUNC    GLOBAL HIDDEN     1 BasePrintLibValueToString
>> -    60: 00000000000075c0   224 FUNC    GLOBAL HIDDEN     1 AmlGetChildFromObjectBuffer
>> -    61: 00000000000027ab   165 FUNC    GLOBAL HIDDEN     1 DebugAssert
>> -    62: 00000000000077b0   252 FUNC    GLOBAL HIDDEN     1 AmlGetChildFromObjectChildList
>> -    63: 0000000000002a72   166 FUNC    GLOBAL HIDDEN     1 InternalAllocateCopyPool
>> -    64: 00000000000073c4   264 FUNC    GLOBAL HIDDEN     1 AmlGetObjectName
>> -    65: 000000000000ac60    16 OBJECT  GLOBAL HIDDEN     1 gEfiAcpiTableGuid
>> -    66: 000000000000ac70    16 OBJECT  GLOBAL HIDDEN     1 gEfiAcpiTableProtocolGuid
>> -    67: 00000000000069e0   468 FUNC    GLOBAL HIDDEN     1 AmlNameFromAslName
>> -    68: 00000000000083c6   552 FUNC    GLOBAL HIDDEN     1 ProcessLibraryConstructorList
>> -    69: 0000000000000be8   114 FUNC    GLOBAL HIDDEN     1 BasePrintLibFillBuffer
>> -    70: 000000000000ac1c     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdAcpiDefaultCreatorId
>> -    71: 0000000000009400   150 OBJECT  GLOBAL HIDDEN     1 mWarningString
>> -    72: 0000000000000396   205 FUNC    GLOBAL HIDDEN     1 IsNodeInList
>> -    73: 000000000000245a    71 FUNC    GLOBAL HIDDEN     1 AsciiBSPrint
>> -    74: 0000000000002b3f   124 FUNC    GLOBAL HIDDEN     1 FreePool
>> -    75: 0000000000000884   133 FUNC    GLOBAL HIDDEN     1 ZeroMem
>> -    76: 0000000000007570    80 FUNC    GLOBAL HIDDEN     1 AmlParseOptionHandleCommon
>> -    77: 000000000000ac30     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength
>> -    78: 0000000000004898   234 FUNC    GLOBAL HIDDEN     1 ChecksumCommonTables
>> -    79: 000000000000acc0     8 OBJECT  GLOBAL HIDDEN     3 mEfiAcpiMaxNumTables
>> -    80: 00000000000067f4   350 FUNC    GLOBAL HIDDEN     1 AmlGetAslNameStringSize
>> -    81: 000000000000c1a0     8 OBJECT  GLOBAL HIDDEN     3 gST
>> -    82: 0000000000007ef1   193 FUNC    GLOBAL HIDDEN     1 AmlConstructNodeList
>> -    83: 0000000000000bdc    12 FUNC    GLOBAL HIDDEN     1 GetDebugPrintErrorLevel
>> -    84: 000000000000563a   205 FUNC    GLOBAL HIDDEN     1 SdtUnregisterNotify
>> -    85: 0000000000000804    61 FUNC    GLOBAL HIDDEN     1 ReadUnaligned16
>> -    86: 0000000000006d09   317 FUNC    GLOBAL HIDDEN     1 AmlPrintNameString
>> -    87: 0000000000000b40     0 NOTYPE  GLOBAL HIDDEN     1 InternalMemCompareMem
>> -    88: 0000000000005196   204 FUNC    GLOBAL HIDDEN     1 FindTableByBuffer
>> -    89: 0000000000006702    54 FUNC    GLOBAL HIDDEN     1 AmlIsAslName
>> -    90: 000000000000819c   554 FUNC    GLOBAL HIDDEN     1 AmlFindPath
>> -    91: 000000000000ac90    16 OBJECT  GLOBAL HIDDEN     1 gEfiDevicePathUtilitiesProtocolGuid
>> -    92: 000000000000ac3c     2 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdDebugIoPort
>> -    93: 00000000000059f3   157 FUNC    GLOBAL HIDDEN     1 Close
>> -    94: 00000000000064c5    45 FUNC    GLOBAL HIDDEN     1 AmlIsLeadName
>> -    95: 00000000000030aa   188 FUNC    GLOBAL HIDDEN     1 UninstallAcpiTable
>> -    96: 00000000000023c3    84 FUNC    GLOBAL HIDDEN     1 BasePrintLibSPrint
>> -    97: 00000000000062cd    80 FUNC    GLOBAL HIDDEN     1 AmlTypeToAcpiType
>> -    98: 000000000000aca0    16 OBJECT  GLOBAL HIDDEN     1 gEfiLoadedImageProtocolGuid
>> -    99: 000000000000ac34     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength
>> -   100: 0000000000000570    74 FUNC    GLOBAL HIDDEN     1 IsListEmpty
>> -   101: 00000000000029b0    69 FUNC    GLOBAL HIDDEN     1 InternalAllocatePool
>> -   102: 000000000000ace0    80 OBJECT  GLOBAL HIDDEN     3 mAcpiSdtProtocolTemplate
>> -   103: 00000000000028bf    46 FUNC    GLOBAL HIDDEN     1 PlatformDebugLibIoPortFound
>> -   104: 0000000000002cd1    59 FUNC    GLOBAL HIDDEN     1 _DriverUnloadHandler
>> -   105: 0000000000002680   252 FUNC    GLOBAL HIDDEN     1 DebugPrintMarker
>> -   106: 0000000000005f58   308 FUNC    GLOBAL HIDDEN     1 SdtFindPathFromRoot
>> -   107: 0000000000002647    57 FUNC    GLOBAL HIDDEN     1 DebugPrint
>> -   108: 00000000000052bd    99 FUNC    GLOBAL HIDDEN     1 SdtGetMaxAmlBufferSize
>> -   109: 000000000000ac44     4 OBJECT  GLOBAL HIDDEN     1 _gUefiDriverRevision
>> -   110: 0000000000002e39   305 FUNC    GLOBAL HIDDEN     1 PublishTables
>> -   111: 0000000000002c0e   195 FUNC    GLOBAL HIDDEN     1 DevicePathLibConstructor
>> -   112: 00000000000061cd    80 FUNC    GLOBAL HIDDEN     1 SdtAcpiTableAcpiSdtConstructor
>> -   113: 00000000000066cc    54 FUNC    GLOBAL HIDDEN     1 AmlIsAslLeadName
>> -   114: 0000000000000291    28 FUNC    GLOBAL HIDDEN     1 CpuDeadLoop
>> -   115: 000000000000ac06     7 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdAcpiDefaultOemId
>> -   116: 0000000000002626    33 FUNC    GLOBAL HIDDEN     1 PlatformDebugLibIoPortDetect
>> -   117: 0000000000004982  1650 FUNC    GLOBAL HIDDEN     1 AcpiTableAcpiTableConstructor
>> -   118: 0000000000007dc5   300 FUNC    GLOBAL HIDDEN     1 AmlConstructNodeListForChild
>> -   119: 00000000000007a6    27 FUNC    GLOBAL HIDDEN     1 AsciiStrSize
>> -   120: 0000000000000909   258 FUNC    GLOBAL HIDDEN     1 CompareMem
>> -   121: 00000000000079ef   243 FUNC    GLOBAL HIDDEN     1 AmlFindNodeInThis
>> -   122: 00000000000055bc   126 FUNC    GLOBAL HIDDEN     1 SdtRegisterNotify
>> -   123: 000000000000c1a8     8 OBJECT  GLOBAL HIDDEN     3 gBS
>> -   124: 00000000000076a0    89 FUNC    GLOBAL HIDDEN     1 AmlGetChildFromRoot
>> -   125: 000000000000ac40     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdFixedDebugPrintErrorLevel
>> -   126: 0000000000005e54   166 FUNC    GLOBAL HIDDEN     1 SdtFindPathFromNonRoot
>> -   127: 0000000000005bcd   310 FUNC    GLOBAL HIDDEN     1 SetOption
>> -   128: 000000000000586d   269 FUNC    GLOBAL HIDDEN     1 SdtOpenEx
>> -   129: 0000000000000a0b   113 FUNC    GLOBAL HIDDEN     1 SetMem
>> -   130: 00000000000085ee    14 FUNC    GLOBAL HIDDEN     1 ProcessLibraryDestructorList
>> -   131: 000000000000ac20     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdAcpiDefaultCreatorRevision
>> -   132: 000000000000792b   196 FUNC    GLOBAL HIDDEN     1 AmlCreateNode
>> -   133: 00000000000007c1    67 FUNC    GLOBAL HIDDEN     1 InternalMathDivRemU64x32
>> -   134: 0000000000000240    81 FUNC    GLOBAL HIDDEN     1 DivU64x32Remainder
>> -   135: 0000000000005320   286 FUNC    GLOBAL HIDDEN     1 SdtNotifyAcpiList
>> -   136: 00000000000028ed   195 FUNC    GLOBAL HIDDEN     1 UefiBootServicesTableLibConstructor
>> -   137: 000000000000621d   176 FUNC    GLOBAL HIDDEN     1 AmlSearchByOpByte
>> -   138: 00000000000004b4   188 FUNC    GLOBAL HIDDEN     1 InsertTailList
>> -   139: 0000000000005efa    94 FUNC    GLOBAL HIDDEN     1 SdtDuplicateHandle
>> -   140: 000000000000ac24     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdAcpiExposedTableVersions
>> -   141: 00000000000024e9    28 FUNC    GLOBAL HIDDEN     1 IoRead8
>> -   142: 0000000000002417    67 FUNC    GLOBAL HIDDEN     1 AsciiVSPrint
>> -   143: 0000000000005262    91 FUNC    GLOBAL HIDDEN     1 SdtUpdateAmlChecksum
>> -   144: 000000000000ac3e     1 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdDebugPropertyMask
>> -   145: 000000000000087d     7 FUNC    GLOBAL HIDDEN     1 CpuBreakpoint
>> -   146: 0000000000002850    24 FUNC    GLOBAL HIDDEN     1 DebugAssertEnabled
>> -   147: 00000000000024a1    72 FUNC    GLOBAL HIDDEN     1 AsciiSPrint
>> -   148: 000000000000c1c8     8 OBJECT  GLOBAL HIDDEN     3 mHandle
>> -   149: 000000000000631d   372 FUNC    GLOBAL HIDDEN     1 AmlGetPkgLength
>> -   150: 0000000000005189    13 FUNC    GLOBAL HIDDEN     1 SdtGetAcpiTableInstance
>> -   151: 0000000000000cba  5897 FUNC    GLOBAL HIDDEN     1 BasePrintLibSPrintMarker
>> -   152: 0000000000004386  1009 FUNC    GLOBAL HIDDEN     1 DeleteTable
>> -   153: 000000000000ac50    16 OBJECT  GLOBAL HIDDEN     1 gEfiAcpi10TableGuid
>> -   154: 0000000000004777   172 FUNC    GLOBAL HIDDEN     1 RemoveTableFromList
>> -   155: 0000000000002f6a   320 FUNC    GLOBAL HIDDEN     1 InstallAcpiTable
>> -   156: 0000000000002b18    39 FUNC    GLOBAL HIDDEN     1 AllocateCopyPool
>> -   157: 0000000000002a56    28 FUNC    GLOBAL HIDDEN     1 AllocateZeroPool
>> -   158: 0000000000000b60     0 NOTYPE  GLOBAL HIDDEN     1 InternalMemZeroMem
>> -   159: 0000000000007fb2   169 FUNC    GLOBAL HIDDEN     1 AmlDestructNodeList
>> -   160: 0000000000005d03   337 FUNC    GLOBAL HIDDEN     1 GetChild
>> -   161: 0000000000000a7c   183 FUNC    GLOBAL HIDDEN     1 CopyMem
>> -   162: 000000000000805b   321 FUNC    GLOBAL HIDDEN     1 AmlDumpNodeInfo
>> -   163: 00000000000078ac   127 FUNC    GLOBAL HIDDEN     1 AmlGetChildFromNonRoot
>> -   164: 0000000000005707    75 FUNC    GLOBAL HIDDEN     1 RegisterNotify
>> -   165: 000000000000277c    47 FUNC    GLOBAL HIDDEN     1 DebugVPrint
>> -   166: 00000000000028b4    11 FUNC    GLOBAL HIDDEN     1 PlatformDebugLibIoPortConstructor
>> -   167: 00000000000029f5    28 FUNC    GLOBAL HIDDEN     1 AllocatePool
>> -   168: 00000000000025bb     0 NOTYPE  GLOBAL HIDDEN     1 IoWriteFifo8
>> -   169: 0000000000004047   206 FUNC    GLOBAL HIDDEN     1 FindTableByHandle
>> -   170: 0000000000000714   146 FUNC    GLOBAL HIDDEN     1 AsciiStrLen
>> -   171: 0000000000002880    24 FUNC    GLOBAL HIDDEN     1 DebugCodeEnabled
>> -   172: 0000000000006952   142 FUNC    GLOBAL HIDDEN     1 AmlUpperCaseCopyMem
>> -   173: 000000000000705e   779 FUNC    GLOBAL HIDDEN     1 AmlParseOptionCommon
>> -   174: 0000000000007ae2   376 FUNC    GLOBAL HIDDEN     1 AmlFindNodeInTheTree
>> -   175: 000000000000ac18     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdAcpiDefaultOemRevision
>> +     2: 00000000000044c0     0 SECTION LOCAL  DEFAULT    3
>> +     3: 0000000000004520     0 SECTION LOCAL  DEFAULT    4
>> +     4: 0000000000000000     0 SECTION LOCAL  DEFAULT    5
>> +     5: 000000000000051b    60 FUNC    GLOBAL HIDDEN     1 ReadUnaligned32
>> +     6: 00000000000003a9   146 FUNC    GLOBAL HIDDEN     1 StrnLenS
>> +     7: 00000000000033a0    16 OBJECT  GLOBAL HIDDEN     1 mHexStr
>> +     8: 0000000000004450     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdDebugPrintErrorLevel
>> +     9: 0000000000002b24    15 FUNC    GLOBAL HIDDEN     1 ProcessModuleUnloadList
>> +    10: 000000000000043b    96 FUNC    GLOBAL HIDDEN     1 AsciiStrnLenS
>> +    11: 0000000000004480    16 OBJECT  GLOBAL HIDDEN     1 gEfiLegacyBiosProtocolGuid
>> +    12: 0000000000003460   693 OBJECT  GLOBAL HIDDEN     1 mErrorString
>> +    13: 00000000000044c8     8 OBJECT  GLOBAL HIDDEN     3 gNullVaList
>> +    14: 0000000000002b02    34 FUNC    GLOBAL HIDDEN     1 ProcessModuleEntryPointList
>> +    15: 0000000000004460     1 OBJECT  GLOBAL HIDDEN     1 _gDriverUnloadImageCount
>> +    16: 0000000000002300    28 FUNC    GLOBAL HIDDEN     1 DebugPrintLevelEnabled
>> +    17: 0000000000000300     0 NOTYPE  GLOBAL HIDDEN     1 InternalMemCopyMem
>> +    18: 000000000000055e   206 FUNC    GLOBAL HIDDEN     1 GetPcdProtocol
>> +    19: 00000000000044d8     8 OBJECT  GLOBAL HIDDEN     3 gImageHandle
>> +    20: 00000000000022e8    24 FUNC    GLOBAL HIDDEN     1 DebugPrintEnabled
>> +    21: 00000000000006e4    96 FUNC    GLOBAL HIDDEN     1 BasePrintLibValueToString
>> +    22: 000000000000222b   165 FUNC    GLOBAL HIDDEN     1 DebugAssert
>> +    23: 000000000000245d   166 FUNC    GLOBAL HIDDEN     1 InternalAllocateCopyPool
>> +    24: 0000000000002a13   225 FUNC    GLOBAL HIDDEN     1 ProcessLibraryConstructorList
>> +    25: 0000000000000672   114 FUNC    GLOBAL HIDDEN     1 BasePrintLibFillBuffer
>> +    26: 00000000000033c0   150 OBJECT  GLOBAL HIDDEN     1 mWarningString
>> +    27: 0000000000001ee4    71 FUNC    GLOBAL HIDDEN     1 AsciiBSPrint
>> +    28: 0000000000004448     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdMaximumAsciiStringLength
>> +    29: 00000000000044e0     8 OBJECT  GLOBAL HIDDEN     3 gST
>> +    30: 0000000000000666    12 FUNC    GLOBAL HIDDEN     1 GetDebugPrintErrorLevel
>> +    31: 00000000000004de    61 FUNC    GLOBAL HIDDEN     1 ReadUnaligned16
>> +    32: 0000000000004454     2 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdDebugIoPort
>> +    33: 0000000000001e4d    84 FUNC    GLOBAL HIDDEN     1 BasePrintLibSPrint
>> +    34: 00000000000044a0    16 OBJECT  GLOBAL HIDDEN     1 gEfiLoadedImageProtocolGuid
>> +    35: 0000000000000649    29 FUNC    GLOBAL HIDDEN     1 LibPcdGetBool
>> +    36: 000000000000444c     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdMaximumUnicodeStringLength
>> +    37: 0000000000002418    69 FUNC    GLOBAL HIDDEN     1 InternalAllocatePool
>> +    38: 0000000000002327    46 FUNC    GLOBAL HIDDEN     1 PlatformDebugLibIoPortFound
>> +    39: 000000000000252a    59 FUNC    GLOBAL HIDDEN     1 _DriverUnloadHandler
>> +    40: 0000000000002100   252 FUNC    GLOBAL HIDDEN     1 DebugPrintMarker
>> +    41: 00000000000020c7    57 FUNC    GLOBAL HIDDEN     1 DebugPrint
>> +    42: 000000000000445c     4 OBJECT  GLOBAL HIDDEN     1 _gUefiDriverRevision
>> +    43: 00000000000044c0     8 OBJECT  GLOBAL HIDDEN     3 mPcd
>> +    44: 000000000000038d    28 FUNC    GLOBAL HIDDEN     1 CpuDeadLoop
>> +    45: 00000000000020a6    33 FUNC    GLOBAL HIDDEN     1 PlatformDebugLibIoPortDetect
>> +    46: 00000000000044e8     8 OBJECT  GLOBAL HIDDEN     3 gBS
>> +    47: 0000000000004458     4 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdFixedDebugPrintErrorLevel
>> +    48: 000000000000062c    29 FUNC    GLOBAL HIDDEN     1 LibPcdGet64
>> +    49: 0000000000002af4    14 FUNC    GLOBAL HIDDEN     1 ProcessLibraryDestructorList
>> +    50: 000000000000281e   501 FUNC    GLOBAL HIDDEN     1 DriverInitialize
>> +    51: 000000000000049b    67 FUNC    GLOBAL HIDDEN     1 InternalMathDivRemU64x32
>> +    52: 0000000000004470    16 OBJECT  GLOBAL HIDDEN     1 gEfiIncompatiblePciDeviceSupportProtocolGuid
>> +    53: 000000000000033c    81 FUNC    GLOBAL HIDDEN     1 DivU64x32Remainder
>> +    54: 0000000000002355   195 FUNC    GLOBAL HIDDEN     1 UefiBootServicesTableLibConstructor
>> +    55: 0000000000001f73    28 FUNC    GLOBAL HIDDEN     1 IoRead8
>> +    56: 0000000000001ea1    67 FUNC    GLOBAL HIDDEN     1 AsciiVSPrint
>> +    57: 0000000000004456     1 OBJECT  GLOBAL HIDDEN     1 _gPcd_FixedAtBuild_PcdDebugPropertyMask
>> +    58: 0000000000000557     7 FUNC    GLOBAL HIDDEN     1 CpuBreakpoint
>> +    59: 00000000000022d0    24 FUNC    GLOBAL HIDDEN     1 DebugAssertEnabled
>> +    60: 0000000000001f2b    72 FUNC    GLOBAL HIDDEN     1 AsciiSPrint
>> +    61: 0000000000000744  5897 FUNC    GLOBAL HIDDEN     1 BasePrintLibSPrintMarker
>> +    62: 0000000000002503    39 FUNC    GLOBAL HIDDEN     1 AllocateCopyPool
>> +    63: 0000000000000240   183 FUNC    GLOBAL HIDDEN     1 CopyMem
>> +    64: 00000000000021fc    47 FUNC    GLOBAL HIDDEN     1 DebugVPrint
>> +    65: 000000000000231c    11 FUNC    GLOBAL HIDDEN     1 PlatformDebugLibIoPortConstructor
>> +    66: 000000000000203b     0 NOTYPE  GLOBAL HIDDEN     1 IoWriteFifo8
>> +    67: 0000000000004490    16 OBJECT  GLOBAL HIDDEN     1 gPcdProtocolGuid
>> 
>> No version information found in this file.
> 
> Thanks!
> Laszlo
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#62172): https://edk2.groups.io/g/devel/message/62172
Mute This Topic: https://groups.io/mt/75329612/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/edk2-devel-archive/attachments/20200707/0a374b6e/attachment.htm>


More information about the edk2-devel-archive mailing list