Colin Cross | 8673b5b | 2018-03-01 11:20:25 -0800 | [diff] [blame] | 1 | // Copyright 2018 Google Inc. All rights reserved. |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
Dan Willemsen | 2249dc8 | 2018-10-15 00:35:59 -0700 | [diff] [blame] | 15 | package symbol_inject |
Colin Cross | 8673b5b | 2018-03-01 11:20:25 -0800 | [diff] [blame] | 16 | |
| 17 | import ( |
| 18 | "debug/pe" |
| 19 | ) |
| 20 | |
| 21 | /* |
| 22 | Generated from: prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/bin/x86_64-w64-mingw32-g++ -o a.exe test.c |
| 23 | |
| 24 | #include <unistd.h> |
| 25 | |
| 26 | char soong_build_number[128] = "PLACEHOLDER"; |
| 27 | |
| 28 | int main() { |
| 29 | write(STDOUT_FILENO, soong_build_number, sizeof(soong_build_number)); |
| 30 | */ |
| 31 | |
| 32 | var peSymbolTable1 = &pe.File{ |
| 33 | FileHeader: pe.FileHeader{ |
| 34 | Machine: pe.IMAGE_FILE_MACHINE_AMD64, |
| 35 | }, |
| 36 | Sections: []*pe.Section{ |
| 37 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".text", VirtualSize: 0x1cc0, VirtualAddress: 0x1000, Size: 0x1e00, Offset: 0x600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x60500020}}, |
| 38 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".data", VirtualSize: 0x120, VirtualAddress: 0x3000, Size: 0x200, Offset: 0x2400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0600040}}, |
| 39 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".rdata", VirtualSize: 0x5e0, VirtualAddress: 0x4000, Size: 0x600, Offset: 0x2600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x40500040}}, |
| 40 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".pdata", VirtualSize: 0x234, VirtualAddress: 0x5000, Size: 0x400, Offset: 0x2c00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x40300040}}, |
| 41 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".xdata", VirtualSize: 0x200, VirtualAddress: 0x6000, Size: 0x200, Offset: 0x3000, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x40300040}}, |
| 42 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".bss", VirtualSize: 0x9b0, VirtualAddress: 0x7000, Size: 0x0, Offset: 0x0, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0600080}}, |
| 43 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".idata", VirtualSize: 0x7c8, VirtualAddress: 0x8000, Size: 0x800, Offset: 0x3200, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0300040}}, |
| 44 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".CRT", VirtualSize: 0x68, VirtualAddress: 0x9000, Size: 0x200, Offset: 0x3a00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0400040}}, |
| 45 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".tls", VirtualSize: 0x68, VirtualAddress: 0xa000, Size: 0x200, Offset: 0x3c00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0600040}}, |
| 46 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_aranges", VirtualSize: 0x420, VirtualAddress: 0xb000, Size: 0x600, Offset: 0x3e00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42500040}}, |
| 47 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_info", VirtualSize: 0xc125, VirtualAddress: 0xc000, Size: 0xc200, Offset: 0x4400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 48 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_abbrev", VirtualSize: 0x1a80, VirtualAddress: 0x19000, Size: 0x1c00, Offset: 0x10600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 49 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_line", VirtualSize: 0x2182, VirtualAddress: 0x1b000, Size: 0x2200, Offset: 0x12200, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 50 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_frame", VirtualSize: 0xb28, VirtualAddress: 0x1e000, Size: 0xc00, Offset: 0x14400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42400040}}, |
| 51 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_str", VirtualSize: 0x300, VirtualAddress: 0x1f000, Size: 0x400, Offset: 0x15000, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 52 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_loc", VirtualSize: 0x2b76, VirtualAddress: 0x20000, Size: 0x2c00, Offset: 0x15400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 53 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_ranges", VirtualSize: 0x4f0, VirtualAddress: 0x23000, Size: 0x600, Offset: 0x18000, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 54 | }, |
| 55 | Symbols: []*pe.Symbol{ |
| 56 | &pe.Symbol{Name: ".file", Value: 0x35, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 57 | &pe.Symbol{Name: "__mingw_invalidParameterHandler", Value: 0x0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 58 | &pe.Symbol{Name: "pre_c_init", Value: 0x10, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 59 | &pe.Symbol{Name: "managedapp", Value: 0x8, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 60 | &pe.Symbol{Name: "pre_cpp_init", Value: 0x130, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 61 | &pe.Symbol{Name: "envp", Value: 0x18, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 62 | &pe.Symbol{Name: "argv", Value: 0x20, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 63 | &pe.Symbol{Name: "argc", Value: 0x28, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 64 | &pe.Symbol{Name: "startinfo", Value: 0x0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 65 | &pe.Symbol{Name: "argret", Value: 0x10, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 66 | &pe.Symbol{Name: "__tmainCRTStartup", Value: 0x180, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 67 | &pe.Symbol{Name: "has_cctor", Value: 0x4, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 68 | &pe.Symbol{Name: "mainret", Value: 0xc, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 69 | &pe.Symbol{Name: "WinMainCRTStartup", Value: 0x4b0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 70 | &pe.Symbol{Name: ".l_startw", Value: 0x4b4, SectionNumber: 1, Type: 0x0, StorageClass: 0x6}, |
| 71 | &pe.Symbol{Name: ".l_endw", Value: 0x4c9, SectionNumber: 1, Type: 0x0, StorageClass: 0x6}, |
| 72 | &pe.Symbol{Name: "mainCRTStartup", Value: 0x4d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 73 | &pe.Symbol{Name: ".l_start", Value: 0x4d4, SectionNumber: 1, Type: 0x0, StorageClass: 0x6}, |
| 74 | &pe.Symbol{Name: ".l_end", Value: 0x4e9, SectionNumber: 1, Type: 0x0, StorageClass: 0x6}, |
| 75 | &pe.Symbol{Name: ".text", Value: 0x0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 76 | &pe.Symbol{Name: ".data", Value: 0x0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 77 | &pe.Symbol{Name: ".bss", Value: 0x0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 78 | &pe.Symbol{Name: ".xdata", Value: 0x0, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 79 | &pe.Symbol{Name: ".pdata", Value: 0x0, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 80 | &pe.Symbol{Name: ".CRT$XCAA", Value: 0x8, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 81 | &pe.Symbol{Name: ".CRT$XIAA", Value: 0x20, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 82 | &pe.Symbol{Name: ".debug_info", Value: 0x0, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 83 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x0, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 84 | &pe.Symbol{Name: ".debug_loc", Value: 0x0, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 85 | &pe.Symbol{Name: ".debug_aranges", Value: 0x0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 86 | &pe.Symbol{Name: ".debug_ranges", Value: 0x0, SectionNumber: 17, Type: 0x0, StorageClass: 0x3}, |
| 87 | &pe.Symbol{Name: ".debug_line", Value: 0x0, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 88 | &pe.Symbol{Name: ".debug_str", Value: 0x0, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 89 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x280, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 90 | &pe.Symbol{Name: ".debug_frame", Value: 0x0, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 91 | &pe.Symbol{Name: ".file", Value: 0x3f, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 92 | &pe.Symbol{Name: ".text", Value: 0x4f0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 93 | &pe.Symbol{Name: ".data", Value: 0x10, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 94 | &pe.Symbol{Name: ".bss", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 95 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x2a0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 96 | &pe.Symbol{Name: ".file", Value: 0x4f, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 97 | &pe.Symbol{Name: "main", Value: 0x4f0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 98 | &pe.Symbol{Name: ".text", Value: 0x4f0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 99 | &pe.Symbol{Name: ".data", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 100 | &pe.Symbol{Name: ".bss", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 101 | &pe.Symbol{Name: ".xdata", Value: 0x68, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 102 | &pe.Symbol{Name: ".pdata", Value: 0x48, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 103 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x2c0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 104 | &pe.Symbol{Name: ".file", Value: 0x6c, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 105 | &pe.Symbol{Name: "mingw_onexit", Value: 0x520, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 106 | &pe.Symbol{Name: "atexit", Value: 0x5d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 107 | &pe.Symbol{Name: ".text", Value: 0x520, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 108 | &pe.Symbol{Name: ".data", Value: 0xa0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 109 | &pe.Symbol{Name: ".bss", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 110 | &pe.Symbol{Name: ".xdata", Value: 0x74, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 111 | &pe.Symbol{Name: ".pdata", Value: 0x54, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 112 | &pe.Symbol{Name: ".debug_info", Value: 0x27d0, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 113 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x433, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 114 | &pe.Symbol{Name: ".debug_loc", Value: 0x510, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 115 | &pe.Symbol{Name: ".debug_aranges", Value: 0x30, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 116 | &pe.Symbol{Name: ".debug_line", Value: 0x3de, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 117 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x2e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 118 | &pe.Symbol{Name: ".debug_frame", Value: 0x120, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 119 | &pe.Symbol{Name: ".file", Value: 0x8c, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 120 | &pe.Symbol{Name: "__do_global_dtors", Value: 0x5f0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 121 | &pe.Symbol{Name: "p.68721", Value: 0xa0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 122 | &pe.Symbol{Name: "__do_global_ctors", Value: 0x630, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 123 | &pe.Symbol{Name: "__main", Value: 0x690, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 124 | &pe.Symbol{Name: "initialized", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 125 | &pe.Symbol{Name: ".text", Value: 0x5f0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 126 | &pe.Symbol{Name: ".data", Value: 0xa0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 127 | &pe.Symbol{Name: ".bss", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 128 | &pe.Symbol{Name: ".xdata", Value: 0x84, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 129 | &pe.Symbol{Name: ".pdata", Value: 0x6c, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 130 | &pe.Symbol{Name: ".debug_info", Value: 0x2ed5, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 131 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x5ae, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 132 | &pe.Symbol{Name: ".debug_loc", Value: 0x607, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 133 | &pe.Symbol{Name: ".debug_aranges", Value: 0x60, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 134 | &pe.Symbol{Name: ".debug_line", Value: 0x5a3, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 135 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x300, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 136 | &pe.Symbol{Name: ".debug_frame", Value: 0x190, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 137 | &pe.Symbol{Name: ".file", Value: 0xa0, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 138 | &pe.Symbol{Name: ".text", Value: 0x6b0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 139 | &pe.Symbol{Name: ".data", Value: 0xb0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 140 | &pe.Symbol{Name: ".bss", Value: 0x40, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 141 | &pe.Symbol{Name: ".debug_info", Value: 0x34aa, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 142 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x6c2, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 143 | &pe.Symbol{Name: ".debug_aranges", Value: 0x90, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 144 | &pe.Symbol{Name: ".debug_line", Value: 0x710, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 145 | &pe.Symbol{Name: ".debug_str", Value: 0x21f, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 146 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x320, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 147 | &pe.Symbol{Name: ".file", Value: 0xb2, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 148 | &pe.Symbol{Name: ".text", Value: 0x6b0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 149 | &pe.Symbol{Name: ".data", Value: 0xc0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 150 | &pe.Symbol{Name: ".bss", Value: 0x40, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 151 | &pe.Symbol{Name: ".debug_info", Value: 0x3a06, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 152 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x744, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 153 | &pe.Symbol{Name: ".debug_aranges", Value: 0xb0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 154 | &pe.Symbol{Name: ".debug_line", Value: 0x894, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 155 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x340, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 156 | &pe.Symbol{Name: ".file", Value: 0xce, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 157 | &pe.Symbol{Name: "my_lconv_init", Value: 0x6b0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 158 | &pe.Symbol{Name: ".text", Value: 0x6b0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 159 | &pe.Symbol{Name: ".data", Value: 0xc0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 160 | &pe.Symbol{Name: ".bss", Value: 0x50, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 161 | &pe.Symbol{Name: ".xdata", Value: 0x9c, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 162 | &pe.Symbol{Name: ".pdata", Value: 0x90, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 163 | &pe.Symbol{Name: ".CRT$XIC", Value: 0x28, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 164 | &pe.Symbol{Name: ".debug_info", Value: 0x3ae7, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 165 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x76e, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 166 | &pe.Symbol{Name: ".debug_aranges", Value: 0xd0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 167 | &pe.Symbol{Name: ".debug_line", Value: 0x91f, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 168 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x360, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 169 | &pe.Symbol{Name: ".debug_frame", Value: 0x218, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 170 | &pe.Symbol{Name: ".file", Value: 0xe8, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 171 | &pe.Symbol{Name: "_setargv", Value: 0x6c0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 172 | &pe.Symbol{Name: ".text", Value: 0x6c0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 173 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 174 | &pe.Symbol{Name: ".bss", Value: 0x60, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 175 | &pe.Symbol{Name: ".xdata", Value: 0xa0, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 176 | &pe.Symbol{Name: ".pdata", Value: 0x9c, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 177 | &pe.Symbol{Name: ".debug_info", Value: 0x3ffe, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 178 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x808, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 179 | &pe.Symbol{Name: ".debug_aranges", Value: 0x100, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 180 | &pe.Symbol{Name: ".debug_line", Value: 0xab8, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 181 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x380, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 182 | &pe.Symbol{Name: ".debug_frame", Value: 0x248, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 183 | &pe.Symbol{Name: ".file", Value: 0x110, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 184 | &pe.Symbol{Name: "__security_init_cookie", Value: 0x6d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 185 | &pe.Symbol{Name: ".data$__security_cookie", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 186 | &pe.Symbol{Name: ".data$__security_cookie_complement", Value: 0x110, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 187 | &pe.Symbol{Name: "__report_gsfailure", Value: 0x7a0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 188 | &pe.Symbol{Name: "GS_ContextRecord", Value: 0x60, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 189 | &pe.Symbol{Name: "GS_ExceptionRecord", Value: 0x540, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 190 | &pe.Symbol{Name: "GS_ExceptionPointers", Value: 0x0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 191 | &pe.Symbol{Name: ".text", Value: 0x6d0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 192 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 193 | &pe.Symbol{Name: ".bss", Value: 0x60, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 194 | &pe.Symbol{Name: ".xdata", Value: 0xa4, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 195 | &pe.Symbol{Name: ".pdata", Value: 0xa8, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 196 | &pe.Symbol{Name: ".rdata", Value: 0x0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 197 | &pe.Symbol{Name: ".debug_info", Value: 0x41c8, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 198 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x83f, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 199 | &pe.Symbol{Name: ".debug_loc", Value: 0x6ae, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 200 | &pe.Symbol{Name: ".debug_aranges", Value: 0x130, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 201 | &pe.Symbol{Name: ".debug_line", Value: 0xb56, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 202 | &pe.Symbol{Name: ".debug_str", Value: 0x237, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 203 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x3a0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 204 | &pe.Symbol{Name: ".debug_frame", Value: 0x278, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 205 | &pe.Symbol{Name: ".file", Value: 0x122, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 206 | &pe.Symbol{Name: ".text", Value: 0x8a0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 207 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 208 | &pe.Symbol{Name: ".bss", Value: 0x5e0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 209 | &pe.Symbol{Name: ".debug_info", Value: 0x506e, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 210 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xa10, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 211 | &pe.Symbol{Name: ".debug_aranges", Value: 0x160, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 212 | &pe.Symbol{Name: ".debug_line", Value: 0xcde, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 213 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x3c0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 214 | &pe.Symbol{Name: ".file", Value: 0x158, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 215 | &pe.Symbol{Name: "__dyn_tls_dtor", Value: 0x8a0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 216 | &pe.Symbol{Name: "__dyn_tls_init", Value: 0x8d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 217 | &pe.Symbol{Name: "__xd_a", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 218 | &pe.Symbol{Name: "__xd_z", Value: 0x60, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 219 | &pe.Symbol{Name: "__tlregdtor", Value: 0x940, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 220 | &pe.Symbol{Name: ".text", Value: 0x8a0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 221 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 222 | &pe.Symbol{Name: ".bss", Value: 0x5f0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 223 | &pe.Symbol{Name: ".xdata", Value: 0xc4, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 224 | &pe.Symbol{Name: ".pdata", Value: 0xc0, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 225 | &pe.Symbol{Name: ".CRT$XLD", Value: 0x48, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 226 | &pe.Symbol{Name: ".CRT$XLC", Value: 0x40, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 227 | &pe.Symbol{Name: ".rdata", Value: 0x10, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 228 | &pe.Symbol{Name: ".CRT$XDZ", Value: 0x60, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 229 | &pe.Symbol{Name: ".CRT$XDA", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 230 | &pe.Symbol{Name: ".tls", Value: 0x20, SectionNumber: 9, Type: 0x0, StorageClass: 0x3}, |
| 231 | &pe.Symbol{Name: ".CRT$XLZ", Value: 0x50, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 232 | &pe.Symbol{Name: ".CRT$XLA", Value: 0x38, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 233 | &pe.Symbol{Name: ".tls$ZZZ", Value: 0x60, SectionNumber: 9, Type: 0x0, StorageClass: 0x3}, |
| 234 | &pe.Symbol{Name: ".tls$AAA", Value: 0x0, SectionNumber: 9, Type: 0x0, StorageClass: 0x3}, |
| 235 | &pe.Symbol{Name: ".debug_info", Value: 0x514c, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 236 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xa3a, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 237 | &pe.Symbol{Name: ".debug_loc", Value: 0x816, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 238 | &pe.Symbol{Name: ".debug_aranges", Value: 0x180, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 239 | &pe.Symbol{Name: ".debug_line", Value: 0xd69, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 240 | &pe.Symbol{Name: ".debug_str", Value: 0x250, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 241 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x3e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 242 | &pe.Symbol{Name: ".debug_frame", Value: 0x330, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 243 | &pe.Symbol{Name: ".file", Value: 0x172, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 244 | &pe.Symbol{Name: ".text", Value: 0x950, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 245 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 246 | &pe.Symbol{Name: ".bss", Value: 0x600, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 247 | &pe.Symbol{Name: ".CRT$XCZ", Value: 0x10, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 248 | &pe.Symbol{Name: ".CRT$XCA", Value: 0x0, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 249 | &pe.Symbol{Name: ".CRT$XIZ", Value: 0x30, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 250 | &pe.Symbol{Name: ".CRT$XIA", Value: 0x18, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 251 | &pe.Symbol{Name: ".debug_info", Value: 0x5854, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 252 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xbce, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 253 | &pe.Symbol{Name: ".debug_aranges", Value: 0x1b0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 254 | &pe.Symbol{Name: ".debug_line", Value: 0xec8, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 255 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x400, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 256 | &pe.Symbol{Name: ".file", Value: 0x193, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 257 | &pe.Symbol{Name: "__mingw_raise_matherr", Value: 0x950, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 258 | &pe.Symbol{Name: "stUserMathErr", Value: 0x600, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 259 | &pe.Symbol{Name: "__mingw_setusermatherr", Value: 0x9a0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 260 | &pe.Symbol{Name: "_matherr", Value: 0x9b0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 261 | &pe.Symbol{Name: ".text", Value: 0x950, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 262 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 263 | &pe.Symbol{Name: ".bss", Value: 0x600, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 264 | &pe.Symbol{Name: ".xdata", Value: 0xdc, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 265 | &pe.Symbol{Name: ".pdata", Value: 0xe4, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 266 | &pe.Symbol{Name: ".rdata", Value: 0x20, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 267 | &pe.Symbol{Name: ".debug_info", Value: 0x5a33, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 268 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xc27, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 269 | &pe.Symbol{Name: ".debug_loc", Value: 0xb6f, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 270 | &pe.Symbol{Name: ".debug_aranges", Value: 0x1d0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 271 | &pe.Symbol{Name: ".debug_line", Value: 0xf53, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 272 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x420, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 273 | &pe.Symbol{Name: ".debug_frame", Value: 0x3d0, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 274 | &pe.Symbol{Name: ".file", Value: 0x1ae, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 275 | &pe.Symbol{Name: "_fpreset", Value: 0xab0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 276 | &pe.Symbol{Name: "fpreset", Value: 0xab0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 277 | &pe.Symbol{Name: ".text", Value: 0xab0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 278 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 279 | &pe.Symbol{Name: ".bss", Value: 0x610, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 280 | &pe.Symbol{Name: ".xdata", Value: 0x100, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 281 | &pe.Symbol{Name: ".pdata", Value: 0x108, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 282 | &pe.Symbol{Name: ".debug_info", Value: 0x61bd, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 283 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xda1, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 284 | &pe.Symbol{Name: ".debug_aranges", Value: 0x200, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 285 | &pe.Symbol{Name: ".debug_line", Value: 0x1129, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 286 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x440, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 287 | &pe.Symbol{Name: ".debug_frame", Value: 0x460, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 288 | &pe.Symbol{Name: ".file", Value: 0x1c9, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 289 | &pe.Symbol{Name: "_decode_pointer", Value: 0xac0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 290 | &pe.Symbol{Name: "_encode_pointer", Value: 0xad0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 291 | &pe.Symbol{Name: ".text", Value: 0xac0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 292 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 293 | &pe.Symbol{Name: ".bss", Value: 0x610, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 294 | &pe.Symbol{Name: ".xdata", Value: 0x104, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 295 | &pe.Symbol{Name: ".pdata", Value: 0x114, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 296 | &pe.Symbol{Name: ".debug_info", Value: 0x62a8, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 297 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xdcb, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 298 | &pe.Symbol{Name: ".debug_aranges", Value: 0x230, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 299 | &pe.Symbol{Name: ".debug_line", Value: 0x11c8, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 300 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x460, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 301 | &pe.Symbol{Name: ".debug_frame", Value: 0x490, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 302 | &pe.Symbol{Name: ".file", Value: 0x1f0, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 303 | &pe.Symbol{Name: "__report_error", Value: 0xae0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 304 | &pe.Symbol{Name: "__write_memory.part.0", Value: 0xb50, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 305 | &pe.Symbol{Name: "maxSections", Value: 0x624, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 306 | &pe.Symbol{Name: "the_secs", Value: 0x628, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 307 | &pe.Symbol{Name: "_pei386_runtime_relocator", Value: 0xcd0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 308 | &pe.Symbol{Name: "was_init.70054", Value: 0x620, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 309 | &pe.Symbol{Name: ".text", Value: 0xae0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 310 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 311 | &pe.Symbol{Name: ".bss", Value: 0x620, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 312 | &pe.Symbol{Name: ".rdata", Value: 0x160, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 313 | &pe.Symbol{Name: ".xdata", Value: 0x10c, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 314 | &pe.Symbol{Name: ".pdata", Value: 0x12c, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 315 | &pe.Symbol{Name: ".debug_info", Value: 0x67b9, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 316 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xe52, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 317 | &pe.Symbol{Name: ".debug_loc", Value: 0xda1, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 318 | &pe.Symbol{Name: ".debug_aranges", Value: 0x260, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 319 | &pe.Symbol{Name: ".debug_ranges", Value: 0xe0, SectionNumber: 17, Type: 0x0, StorageClass: 0x3}, |
| 320 | &pe.Symbol{Name: ".debug_line", Value: 0x12f7, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 321 | &pe.Symbol{Name: ".debug_str", Value: 0x26f, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 322 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x480, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 323 | &pe.Symbol{Name: ".debug_frame", Value: 0x4d8, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 324 | &pe.Symbol{Name: ".file", Value: 0x202, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 325 | &pe.Symbol{Name: ".text", Value: 0xff0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 326 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 327 | &pe.Symbol{Name: ".bss", Value: 0x630, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 328 | &pe.Symbol{Name: ".debug_info", Value: 0x79a7, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 329 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1174, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 330 | &pe.Symbol{Name: ".debug_aranges", Value: 0x290, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 331 | &pe.Symbol{Name: ".debug_line", Value: 0x157b, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 332 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x4a0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 333 | &pe.Symbol{Name: ".file", Value: 0x227, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 334 | &pe.Symbol{Name: "__mingw_SEH_error_handler", Value: 0xff0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 335 | &pe.Symbol{Name: "__mingw_init_ehandler", Value: 0x11b0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 336 | &pe.Symbol{Name: "was_here.69886", Value: 0x648, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 337 | &pe.Symbol{Name: "emu_pdata", Value: 0x760, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 338 | &pe.Symbol{Name: "emu_xdata", Value: 0x660, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 339 | &pe.Symbol{Name: "_gnu_exception_handler", Value: 0x12a0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 340 | &pe.Symbol{Name: ".text", Value: 0xff0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 341 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 342 | &pe.Symbol{Name: ".bss", Value: 0x640, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 343 | &pe.Symbol{Name: ".xdata", Value: 0x144, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 344 | &pe.Symbol{Name: ".pdata", Value: 0x150, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 345 | &pe.Symbol{Name: ".rdata", Value: 0x270, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 346 | &pe.Symbol{Name: ".debug_info", Value: 0x7a83, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 347 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x119e, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 348 | &pe.Symbol{Name: ".debug_loc", Value: 0x161e, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 349 | &pe.Symbol{Name: ".debug_aranges", Value: 0x2b0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 350 | &pe.Symbol{Name: ".debug_line", Value: 0x1606, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 351 | &pe.Symbol{Name: ".debug_str", Value: 0x278, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 352 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x4c0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 353 | &pe.Symbol{Name: ".debug_frame", Value: 0x5d0, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 354 | &pe.Symbol{Name: ".file", Value: 0x24b, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 355 | &pe.Symbol{Name: "__mingwthr_run_key_dtors.part.0", Value: 0x1450, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 356 | &pe.Symbol{Name: "__mingwthr_cs", Value: 0x900, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 357 | &pe.Symbol{Name: "key_dtor_list", Value: 0x8e0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 358 | &pe.Symbol{Name: "___w64_mingwthr_add_key_dtor", Value: 0x14c0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 359 | &pe.Symbol{Name: "__mingwthr_cs_init", Value: 0x8e8, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 360 | &pe.Symbol{Name: "___w64_mingwthr_remove_key_dtor", Value: 0x1540, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 361 | &pe.Symbol{Name: "__mingw_TLScallback", Value: 0x15e0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 362 | &pe.Symbol{Name: ".text", Value: 0x1450, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 363 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 364 | &pe.Symbol{Name: ".bss", Value: 0x8e0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 365 | &pe.Symbol{Name: ".xdata", Value: 0x168, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 366 | &pe.Symbol{Name: ".pdata", Value: 0x174, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 367 | &pe.Symbol{Name: ".debug_info", Value: 0x8f89, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 368 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1402, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 369 | &pe.Symbol{Name: ".debug_loc", Value: 0x1f13, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 370 | &pe.Symbol{Name: ".debug_aranges", Value: 0x2e0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 371 | &pe.Symbol{Name: ".debug_ranges", Value: 0x330, SectionNumber: 17, Type: 0x0, StorageClass: 0x3}, |
| 372 | &pe.Symbol{Name: ".debug_line", Value: 0x185b, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 373 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x4e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 374 | &pe.Symbol{Name: ".debug_frame", Value: 0x6d8, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 375 | &pe.Symbol{Name: ".file", Value: 0x25d, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 376 | &pe.Symbol{Name: ".text", Value: 0x16d0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 377 | &pe.Symbol{Name: ".data", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 378 | &pe.Symbol{Name: ".bss", Value: 0x940, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 379 | &pe.Symbol{Name: ".debug_info", Value: 0x98ad, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 380 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x15e4, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 381 | &pe.Symbol{Name: ".debug_aranges", Value: 0x310, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 382 | &pe.Symbol{Name: ".debug_line", Value: 0x1a30, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 383 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x500, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 384 | &pe.Symbol{Name: ".file", Value: 0x26f, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 385 | &pe.Symbol{Name: ".text", Value: 0x16d0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 386 | &pe.Symbol{Name: ".data", Value: 0xe0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 387 | &pe.Symbol{Name: ".bss", Value: 0x940, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 388 | &pe.Symbol{Name: ".debug_info", Value: 0x9989, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 389 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x160e, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 390 | &pe.Symbol{Name: ".debug_aranges", Value: 0x330, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 391 | &pe.Symbol{Name: ".debug_line", Value: 0x1aba, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 392 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x520, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 393 | &pe.Symbol{Name: ".file", Value: 0x298, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 394 | &pe.Symbol{Name: "_ValidateImageBase.part.0", Value: 0x16d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 395 | &pe.Symbol{Name: "_ValidateImageBase", Value: 0x16f0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 396 | &pe.Symbol{Name: "_FindPESection", Value: 0x1710, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 397 | &pe.Symbol{Name: "_FindPESectionByName", Value: 0x1760, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 398 | &pe.Symbol{Name: "__mingw_GetSectionForAddress", Value: 0x1810, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 399 | &pe.Symbol{Name: "__mingw_GetSectionCount", Value: 0x1860, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 400 | &pe.Symbol{Name: "_FindPESectionExec", Value: 0x18b0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 401 | &pe.Symbol{Name: "_GetPEImageBase", Value: 0x1950, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 402 | &pe.Symbol{Name: "_IsNonwritableInCurrentImage", Value: 0x19a0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 403 | &pe.Symbol{Name: "__mingw_enum_import_library_names", Value: 0x1a00, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 404 | &pe.Symbol{Name: ".text", Value: 0x16d0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 405 | &pe.Symbol{Name: ".data", Value: 0xe0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 406 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 407 | &pe.Symbol{Name: ".xdata", Value: 0x198, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 408 | &pe.Symbol{Name: ".pdata", Value: 0x1a4, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 409 | &pe.Symbol{Name: ".debug_info", Value: 0x9ab9, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 410 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1638, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 411 | &pe.Symbol{Name: ".debug_loc", Value: 0x25ce, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 412 | &pe.Symbol{Name: ".debug_aranges", Value: 0x350, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 413 | &pe.Symbol{Name: ".debug_ranges", Value: 0x360, SectionNumber: 17, Type: 0x0, StorageClass: 0x3}, |
| 414 | &pe.Symbol{Name: ".debug_line", Value: 0x1b4e, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 415 | &pe.Symbol{Name: ".debug_str", Value: 0x2ac, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 416 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x540, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 417 | &pe.Symbol{Name: ".debug_frame", Value: 0x808, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 418 | &pe.Symbol{Name: ".file", Value: 0x2aa, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 419 | &pe.Symbol{Name: ".debug_info", Value: 0xad5d, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 420 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x18a1, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 421 | &pe.Symbol{Name: ".debug_line", Value: 0x1d87, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 422 | &pe.Symbol{Name: ".text", Value: 0x1ab0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 423 | &pe.Symbol{Name: ".data", Value: 0xe0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 424 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 425 | &pe.Symbol{Name: ".debug_aranges", Value: 0x380, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 426 | &pe.Symbol{Name: ".debug_frame", Value: 0xa98, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 427 | &pe.Symbol{Name: ".file", Value: 0x2bc, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 428 | &pe.Symbol{Name: ".text", Value: 0x1af0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 429 | &pe.Symbol{Name: ".data", Value: 0xe0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 430 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 431 | &pe.Symbol{Name: ".debug_info", Value: 0xae44, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 432 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x18b5, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 433 | &pe.Symbol{Name: ".debug_aranges", Value: 0x3b0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 434 | &pe.Symbol{Name: ".debug_line", Value: 0x1e2a, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 435 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x560, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 436 | &pe.Symbol{Name: ".file", Value: 0x399, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 437 | &pe.Symbol{Name: ".text", Value: 0x1af0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 438 | &pe.Symbol{Name: ".data", Value: 0xe0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 439 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 440 | &pe.Symbol{Name: ".debug_info", Value: 0xb9a0, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 441 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1928, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 442 | &pe.Symbol{Name: ".debug_aranges", Value: 0x3d0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 443 | &pe.Symbol{Name: ".debug_line", Value: 0x1f18, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 444 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x580, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 445 | &pe.Symbol{Name: ".text", Value: 0x1af0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 446 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 447 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 448 | &pe.Symbol{Name: ".idata$7", Value: 0x7b8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 449 | &pe.Symbol{Name: ".idata$5", Value: 0x38c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 450 | &pe.Symbol{Name: ".idata$4", Value: 0x1dc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 451 | &pe.Symbol{Name: ".idata$6", Value: 0x6d2, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 452 | &pe.Symbol{Name: ".text", Value: 0x1af8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 453 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 454 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 455 | &pe.Symbol{Name: ".idata$7", Value: 0x7b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 456 | &pe.Symbol{Name: ".idata$5", Value: 0x384, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 457 | &pe.Symbol{Name: ".idata$4", Value: 0x1d4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 458 | &pe.Symbol{Name: ".idata$6", Value: 0x6c6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 459 | &pe.Symbol{Name: ".text", Value: 0x1b00, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 460 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 461 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 462 | &pe.Symbol{Name: ".idata$7", Value: 0x7b0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 463 | &pe.Symbol{Name: ".idata$5", Value: 0x37c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 464 | &pe.Symbol{Name: ".idata$4", Value: 0x1cc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 465 | &pe.Symbol{Name: ".idata$6", Value: 0x6bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 466 | &pe.Symbol{Name: ".text", Value: 0x1b08, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 467 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 468 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 469 | &pe.Symbol{Name: ".idata$7", Value: 0x7ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 470 | &pe.Symbol{Name: ".idata$5", Value: 0x374, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 471 | &pe.Symbol{Name: ".idata$4", Value: 0x1c4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 472 | &pe.Symbol{Name: ".idata$6", Value: 0x6b2, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 473 | &pe.Symbol{Name: ".text", Value: 0x1b10, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 474 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 475 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 476 | &pe.Symbol{Name: ".idata$7", Value: 0x7a8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 477 | &pe.Symbol{Name: ".idata$5", Value: 0x36c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 478 | &pe.Symbol{Name: ".idata$4", Value: 0x1bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 479 | &pe.Symbol{Name: ".idata$6", Value: 0x6a8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 480 | &pe.Symbol{Name: ".text", Value: 0x1b18, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 481 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 482 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 483 | &pe.Symbol{Name: ".idata$7", Value: 0x7a4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 484 | &pe.Symbol{Name: ".idata$5", Value: 0x364, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 485 | &pe.Symbol{Name: ".idata$4", Value: 0x1b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 486 | &pe.Symbol{Name: ".idata$6", Value: 0x69e, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 487 | &pe.Symbol{Name: ".text", Value: 0x1b20, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 488 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 489 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 490 | &pe.Symbol{Name: ".idata$7", Value: 0x7a0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 491 | &pe.Symbol{Name: ".idata$5", Value: 0x35c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 492 | &pe.Symbol{Name: ".idata$4", Value: 0x1ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 493 | &pe.Symbol{Name: ".idata$6", Value: 0x694, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 494 | &pe.Symbol{Name: ".text", Value: 0x1b28, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 495 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 496 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 497 | &pe.Symbol{Name: ".idata$7", Value: 0x79c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 498 | &pe.Symbol{Name: ".idata$5", Value: 0x354, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 499 | &pe.Symbol{Name: ".idata$4", Value: 0x1a4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 500 | &pe.Symbol{Name: ".idata$6", Value: 0x68a, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 501 | &pe.Symbol{Name: ".text", Value: 0x1b30, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 502 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 503 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 504 | &pe.Symbol{Name: ".idata$7", Value: 0x798, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 505 | &pe.Symbol{Name: ".idata$5", Value: 0x34c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 506 | &pe.Symbol{Name: ".idata$4", Value: 0x19c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 507 | &pe.Symbol{Name: ".idata$6", Value: 0x682, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 508 | &pe.Symbol{Name: ".text", Value: 0x1b38, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 509 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 510 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 511 | &pe.Symbol{Name: ".idata$7", Value: 0x794, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 512 | &pe.Symbol{Name: ".idata$5", Value: 0x344, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 513 | &pe.Symbol{Name: ".idata$4", Value: 0x194, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 514 | &pe.Symbol{Name: ".idata$6", Value: 0x678, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 515 | &pe.Symbol{Name: ".text", Value: 0x1b40, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 516 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 517 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 518 | &pe.Symbol{Name: ".idata$7", Value: 0x790, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 519 | &pe.Symbol{Name: ".idata$5", Value: 0x33c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 520 | &pe.Symbol{Name: ".idata$4", Value: 0x18c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 521 | &pe.Symbol{Name: ".idata$6", Value: 0x670, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 522 | &pe.Symbol{Name: ".text", Value: 0x1b48, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 523 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 524 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 525 | &pe.Symbol{Name: ".idata$7", Value: 0x78c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 526 | &pe.Symbol{Name: ".idata$5", Value: 0x334, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 527 | &pe.Symbol{Name: ".idata$4", Value: 0x184, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 528 | &pe.Symbol{Name: ".idata$6", Value: 0x666, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 529 | &pe.Symbol{Name: ".text", Value: 0x1b50, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 530 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 531 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 532 | &pe.Symbol{Name: ".idata$7", Value: 0x788, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 533 | &pe.Symbol{Name: ".idata$5", Value: 0x32c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 534 | &pe.Symbol{Name: ".idata$4", Value: 0x17c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 535 | &pe.Symbol{Name: ".idata$6", Value: 0x65e, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 536 | &pe.Symbol{Name: ".text", Value: 0x1b58, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 537 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 538 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 539 | &pe.Symbol{Name: ".idata$7", Value: 0x784, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 540 | &pe.Symbol{Name: ".idata$5", Value: 0x324, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 541 | &pe.Symbol{Name: ".idata$4", Value: 0x174, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 542 | &pe.Symbol{Name: ".idata$6", Value: 0x654, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 543 | &pe.Symbol{Name: ".text", Value: 0x1b60, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 544 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 545 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 546 | &pe.Symbol{Name: ".idata$7", Value: 0x780, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 547 | &pe.Symbol{Name: ".idata$5", Value: 0x31c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 548 | &pe.Symbol{Name: ".idata$4", Value: 0x16c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 549 | &pe.Symbol{Name: ".idata$6", Value: 0x64a, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 550 | &pe.Symbol{Name: ".text", Value: 0x1b68, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 551 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 552 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 553 | &pe.Symbol{Name: ".idata$7", Value: 0x77c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 554 | &pe.Symbol{Name: ".idata$5", Value: 0x314, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 555 | &pe.Symbol{Name: ".idata$4", Value: 0x164, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 556 | &pe.Symbol{Name: ".idata$6", Value: 0x642, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 557 | &pe.Symbol{Name: ".text", Value: 0x1b70, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 558 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 559 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 560 | &pe.Symbol{Name: ".idata$7", Value: 0x778, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 561 | &pe.Symbol{Name: ".idata$5", Value: 0x30c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 562 | &pe.Symbol{Name: ".idata$4", Value: 0x15c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 563 | &pe.Symbol{Name: ".idata$6", Value: 0x636, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 564 | &pe.Symbol{Name: ".text", Value: 0x1b78, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 565 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 566 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 567 | &pe.Symbol{Name: ".idata$7", Value: 0x774, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 568 | &pe.Symbol{Name: ".idata$5", Value: 0x304, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 569 | &pe.Symbol{Name: ".idata$4", Value: 0x154, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 570 | &pe.Symbol{Name: ".idata$6", Value: 0x62c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 571 | &pe.Symbol{Name: ".text", Value: 0x1b78, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 572 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 573 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 574 | &pe.Symbol{Name: ".idata$7", Value: 0x770, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 575 | &pe.Symbol{Name: ".idata$5", Value: 0x2fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 576 | &pe.Symbol{Name: ".idata$4", Value: 0x14c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 577 | &pe.Symbol{Name: ".idata$6", Value: 0x622, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 578 | &pe.Symbol{Name: ".text", Value: 0x1b80, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 579 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 580 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 581 | &pe.Symbol{Name: ".idata$7", Value: 0x76c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 582 | &pe.Symbol{Name: ".idata$5", Value: 0x2f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 583 | &pe.Symbol{Name: ".idata$4", Value: 0x144, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 584 | &pe.Symbol{Name: ".idata$6", Value: 0x614, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 585 | &pe.Symbol{Name: ".text", Value: 0x1b88, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 586 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 587 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 588 | &pe.Symbol{Name: ".idata$7", Value: 0x768, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 589 | &pe.Symbol{Name: ".idata$5", Value: 0x2ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 590 | &pe.Symbol{Name: ".idata$4", Value: 0x13c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 591 | &pe.Symbol{Name: ".idata$6", Value: 0x60a, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 592 | &pe.Symbol{Name: ".text", Value: 0x1b88, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 593 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 594 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 595 | &pe.Symbol{Name: ".idata$7", Value: 0x764, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 596 | &pe.Symbol{Name: ".idata$5", Value: 0x2e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 597 | &pe.Symbol{Name: ".idata$4", Value: 0x134, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 598 | &pe.Symbol{Name: ".idata$6", Value: 0x5f6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 599 | &pe.Symbol{Name: ".text", Value: 0x1b90, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 600 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 601 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 602 | &pe.Symbol{Name: ".idata$7", Value: 0x760, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 603 | &pe.Symbol{Name: ".idata$5", Value: 0x2dc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 604 | &pe.Symbol{Name: ".idata$4", Value: 0x12c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 605 | &pe.Symbol{Name: ".idata$6", Value: 0x5e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 606 | &pe.Symbol{Name: ".text", Value: 0x1b98, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 607 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 608 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 609 | &pe.Symbol{Name: ".idata$7", Value: 0x75c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 610 | &pe.Symbol{Name: ".idata$5", Value: 0x2d4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 611 | &pe.Symbol{Name: ".idata$4", Value: 0x124, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 612 | &pe.Symbol{Name: ".idata$6", Value: 0x5d4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 613 | &pe.Symbol{Name: ".text", Value: 0x1ba0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 614 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 615 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 616 | &pe.Symbol{Name: ".idata$7", Value: 0x758, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 617 | &pe.Symbol{Name: ".idata$5", Value: 0x2cc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 618 | &pe.Symbol{Name: ".idata$4", Value: 0x11c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 619 | &pe.Symbol{Name: ".idata$6", Value: 0x5c6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 620 | &pe.Symbol{Name: ".text", Value: 0x1ba8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 621 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 622 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 623 | &pe.Symbol{Name: ".idata$7", Value: 0x754, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 624 | &pe.Symbol{Name: ".idata$5", Value: 0x2c4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 625 | &pe.Symbol{Name: ".idata$4", Value: 0x114, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 626 | &pe.Symbol{Name: ".idata$6", Value: 0x5ba, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 627 | &pe.Symbol{Name: ".text", Value: 0x1ba8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 628 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 629 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 630 | &pe.Symbol{Name: ".idata$7", Value: 0x750, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 631 | &pe.Symbol{Name: ".idata$5", Value: 0x2bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 632 | &pe.Symbol{Name: ".idata$4", Value: 0x10c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 633 | &pe.Symbol{Name: ".idata$6", Value: 0x5aa, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 634 | &pe.Symbol{Name: ".text", Value: 0x1bb0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 635 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 636 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 637 | &pe.Symbol{Name: ".idata$7", Value: 0x74c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 638 | &pe.Symbol{Name: ".idata$5", Value: 0x2b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 639 | &pe.Symbol{Name: ".idata$4", Value: 0x104, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 640 | &pe.Symbol{Name: ".idata$6", Value: 0x59c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 641 | &pe.Symbol{Name: ".text", Value: 0x1bb8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 642 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 643 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 644 | &pe.Symbol{Name: ".idata$7", Value: 0x748, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 645 | &pe.Symbol{Name: ".idata$5", Value: 0x2ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 646 | &pe.Symbol{Name: ".idata$4", Value: 0xfc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 647 | &pe.Symbol{Name: ".idata$6", Value: 0x584, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 648 | &pe.Symbol{Name: ".file", Value: 0x3b7, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 649 | &pe.Symbol{Name: "mingw_get_invalid_parameter_handler", Value: 0x1bc0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 650 | &pe.Symbol{Name: "handler", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 651 | &pe.Symbol{Name: "_get_invalid_parameter_handler", Value: 0x1bc0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 652 | &pe.Symbol{Name: "mingw_set_invalid_parameter_handler", Value: 0x1bd0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 653 | &pe.Symbol{Name: "_set_invalid_parameter_handler", Value: 0x1bd0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 654 | &pe.Symbol{Name: ".text", Value: 0x1bc0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 655 | &pe.Symbol{Name: ".data", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 656 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 657 | &pe.Symbol{Name: ".xdata", Value: 0x1f8, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 658 | &pe.Symbol{Name: ".pdata", Value: 0x21c, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 659 | &pe.Symbol{Name: ".debug_info", Value: 0xba98, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 660 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1952, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 661 | &pe.Symbol{Name: ".debug_aranges", Value: 0x3f0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 662 | &pe.Symbol{Name: ".debug_line", Value: 0x1fa9, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 663 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x5a0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 664 | &pe.Symbol{Name: ".debug_frame", Value: 0xae0, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 665 | &pe.Symbol{Name: ".file", Value: 0x3c5, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 666 | &pe.Symbol{Name: "hname", Value: 0xfc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 667 | &pe.Symbol{Name: "fthunk", Value: 0x2ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 668 | &pe.Symbol{Name: ".text", Value: 0x1be0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 669 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 670 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 671 | &pe.Symbol{Name: ".idata$2", Value: 0x14, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 672 | &pe.Symbol{Name: ".idata$4", Value: 0xfc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 673 | &pe.Symbol{Name: ".idata$5", Value: 0x2ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 674 | &pe.Symbol{Name: ".file", Value: 0x474, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 675 | &pe.Symbol{Name: ".text", Value: 0x1be0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 676 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 677 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 678 | &pe.Symbol{Name: ".idata$4", Value: 0x1e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 679 | &pe.Symbol{Name: ".idata$5", Value: 0x394, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 680 | &pe.Symbol{Name: ".idata$7", Value: 0x7bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 681 | &pe.Symbol{Name: ".text", Value: 0x1be0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 682 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 683 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 684 | &pe.Symbol{Name: ".idata$7", Value: 0x734, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 685 | &pe.Symbol{Name: ".idata$5", Value: 0x29c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 686 | &pe.Symbol{Name: ".idata$4", Value: 0xec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 687 | &pe.Symbol{Name: ".idata$6", Value: 0x574, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 688 | &pe.Symbol{Name: ".text", Value: 0x1be8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 689 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 690 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 691 | &pe.Symbol{Name: ".idata$7", Value: 0x730, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 692 | &pe.Symbol{Name: ".idata$5", Value: 0x294, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 693 | &pe.Symbol{Name: ".idata$4", Value: 0xe4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 694 | &pe.Symbol{Name: ".idata$6", Value: 0x562, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 695 | &pe.Symbol{Name: ".text", Value: 0x1bf0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 696 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 697 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 698 | &pe.Symbol{Name: ".idata$7", Value: 0x72c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 699 | &pe.Symbol{Name: ".idata$5", Value: 0x28c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 700 | &pe.Symbol{Name: ".idata$4", Value: 0xdc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 701 | &pe.Symbol{Name: ".idata$6", Value: 0x546, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 702 | &pe.Symbol{Name: ".text", Value: 0x1bf8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 703 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 704 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 705 | &pe.Symbol{Name: ".idata$7", Value: 0x728, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 706 | &pe.Symbol{Name: ".idata$5", Value: 0x284, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 707 | &pe.Symbol{Name: ".idata$4", Value: 0xd4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 708 | &pe.Symbol{Name: ".idata$6", Value: 0x538, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 709 | &pe.Symbol{Name: ".text", Value: 0x1c00, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 710 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 711 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 712 | &pe.Symbol{Name: ".idata$7", Value: 0x724, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 713 | &pe.Symbol{Name: ".idata$5", Value: 0x27c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 714 | &pe.Symbol{Name: ".idata$4", Value: 0xcc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 715 | &pe.Symbol{Name: ".idata$6", Value: 0x524, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 716 | &pe.Symbol{Name: ".text", Value: 0x1c08, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 717 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 718 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 719 | &pe.Symbol{Name: ".idata$7", Value: 0x720, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 720 | &pe.Symbol{Name: ".idata$5", Value: 0x274, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 721 | &pe.Symbol{Name: ".idata$4", Value: 0xc4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 722 | &pe.Symbol{Name: ".idata$6", Value: 0x51c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 723 | &pe.Symbol{Name: ".text", Value: 0x1c10, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 724 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 725 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 726 | &pe.Symbol{Name: ".idata$7", Value: 0x71c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 727 | &pe.Symbol{Name: ".idata$5", Value: 0x26c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 728 | &pe.Symbol{Name: ".idata$4", Value: 0xbc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 729 | &pe.Symbol{Name: ".idata$6", Value: 0x4fe, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 730 | &pe.Symbol{Name: ".text", Value: 0x1c18, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 731 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 732 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 733 | &pe.Symbol{Name: ".idata$7", Value: 0x718, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 734 | &pe.Symbol{Name: ".idata$5", Value: 0x264, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 735 | &pe.Symbol{Name: ".idata$4", Value: 0xb4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 736 | &pe.Symbol{Name: ".idata$6", Value: 0x4ea, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 737 | &pe.Symbol{Name: ".text", Value: 0x1c20, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 738 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 739 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 740 | &pe.Symbol{Name: ".idata$7", Value: 0x714, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 741 | &pe.Symbol{Name: ".idata$5", Value: 0x25c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 742 | &pe.Symbol{Name: ".idata$4", Value: 0xac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 743 | &pe.Symbol{Name: ".idata$6", Value: 0x4d0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 744 | &pe.Symbol{Name: ".text", Value: 0x1c28, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 745 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 746 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 747 | &pe.Symbol{Name: ".idata$7", Value: 0x710, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 748 | &pe.Symbol{Name: ".idata$5", Value: 0x254, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 749 | &pe.Symbol{Name: ".idata$4", Value: 0xa4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 750 | &pe.Symbol{Name: ".idata$6", Value: 0x4bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 751 | &pe.Symbol{Name: ".text", Value: 0x1c30, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 752 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 753 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 754 | &pe.Symbol{Name: ".idata$7", Value: 0x70c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 755 | &pe.Symbol{Name: ".idata$5", Value: 0x24c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 756 | &pe.Symbol{Name: ".idata$4", Value: 0x9c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 757 | &pe.Symbol{Name: ".idata$6", Value: 0x4a6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 758 | &pe.Symbol{Name: ".text", Value: 0x1c38, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 759 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 760 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 761 | &pe.Symbol{Name: ".idata$7", Value: 0x708, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 762 | &pe.Symbol{Name: ".idata$5", Value: 0x244, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 763 | &pe.Symbol{Name: ".idata$4", Value: 0x94, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 764 | &pe.Symbol{Name: ".idata$6", Value: 0x48c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 765 | &pe.Symbol{Name: ".text", Value: 0x1c40, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 766 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 767 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 768 | &pe.Symbol{Name: ".idata$7", Value: 0x704, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 769 | &pe.Symbol{Name: ".idata$5", Value: 0x23c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 770 | &pe.Symbol{Name: ".idata$4", Value: 0x8c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 771 | &pe.Symbol{Name: ".idata$6", Value: 0x474, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 772 | &pe.Symbol{Name: ".text", Value: 0x1c48, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 773 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 774 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 775 | &pe.Symbol{Name: ".idata$7", Value: 0x700, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 776 | &pe.Symbol{Name: ".idata$5", Value: 0x234, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 777 | &pe.Symbol{Name: ".idata$4", Value: 0x84, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 778 | &pe.Symbol{Name: ".idata$6", Value: 0x458, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 779 | &pe.Symbol{Name: ".text", Value: 0x1c50, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 780 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 781 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 782 | &pe.Symbol{Name: ".idata$7", Value: 0x6fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 783 | &pe.Symbol{Name: ".idata$5", Value: 0x22c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 784 | &pe.Symbol{Name: ".idata$4", Value: 0x7c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 785 | &pe.Symbol{Name: ".idata$6", Value: 0x448, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 786 | &pe.Symbol{Name: ".text", Value: 0x1c58, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 787 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 788 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 789 | &pe.Symbol{Name: ".idata$7", Value: 0x6f8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 790 | &pe.Symbol{Name: ".idata$5", Value: 0x224, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 791 | &pe.Symbol{Name: ".idata$4", Value: 0x74, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 792 | &pe.Symbol{Name: ".idata$6", Value: 0x42e, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 793 | &pe.Symbol{Name: ".text", Value: 0x1c60, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 794 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 795 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 796 | &pe.Symbol{Name: ".idata$7", Value: 0x6f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 797 | &pe.Symbol{Name: ".idata$5", Value: 0x21c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 798 | &pe.Symbol{Name: ".idata$4", Value: 0x6c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 799 | &pe.Symbol{Name: ".idata$6", Value: 0x41c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 800 | &pe.Symbol{Name: ".text", Value: 0x1c68, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 801 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 802 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 803 | &pe.Symbol{Name: ".idata$7", Value: 0x6f0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 804 | &pe.Symbol{Name: ".idata$5", Value: 0x214, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 805 | &pe.Symbol{Name: ".idata$4", Value: 0x64, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 806 | &pe.Symbol{Name: ".idata$6", Value: 0x40c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 807 | &pe.Symbol{Name: ".text", Value: 0x1c70, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 808 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 809 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 810 | &pe.Symbol{Name: ".idata$7", Value: 0x6ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 811 | &pe.Symbol{Name: ".idata$5", Value: 0x20c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 812 | &pe.Symbol{Name: ".idata$4", Value: 0x5c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 813 | &pe.Symbol{Name: ".idata$6", Value: 0x3f6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 814 | &pe.Symbol{Name: ".text", Value: 0x1c78, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 815 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 816 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 817 | &pe.Symbol{Name: ".idata$7", Value: 0x6e8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 818 | &pe.Symbol{Name: ".idata$5", Value: 0x204, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 819 | &pe.Symbol{Name: ".idata$4", Value: 0x54, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 820 | &pe.Symbol{Name: ".idata$6", Value: 0x3e0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 821 | &pe.Symbol{Name: ".text", Value: 0x1c80, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 822 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 823 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 824 | &pe.Symbol{Name: ".idata$7", Value: 0x6e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 825 | &pe.Symbol{Name: ".idata$5", Value: 0x1fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 826 | &pe.Symbol{Name: ".idata$4", Value: 0x4c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 827 | &pe.Symbol{Name: ".idata$6", Value: 0x3cc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 828 | &pe.Symbol{Name: ".text", Value: 0x1c88, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 829 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 830 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 831 | &pe.Symbol{Name: ".idata$7", Value: 0x6e0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 832 | &pe.Symbol{Name: ".idata$5", Value: 0x1f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 833 | &pe.Symbol{Name: ".idata$4", Value: 0x44, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 834 | &pe.Symbol{Name: ".idata$6", Value: 0x3b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 835 | &pe.Symbol{Name: ".text", Value: 0x1c90, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 836 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 837 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 838 | &pe.Symbol{Name: ".idata$7", Value: 0x6dc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 839 | &pe.Symbol{Name: ".idata$5", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 840 | &pe.Symbol{Name: ".idata$4", Value: 0x3c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 841 | &pe.Symbol{Name: ".idata$6", Value: 0x39c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 842 | &pe.Symbol{Name: ".file", Value: 0x482, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 843 | &pe.Symbol{Name: "hname", Value: 0x3c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 844 | &pe.Symbol{Name: "fthunk", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 845 | &pe.Symbol{Name: ".text", Value: 0x1ca0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 846 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 847 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 848 | &pe.Symbol{Name: ".idata$2", Value: 0x0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 849 | &pe.Symbol{Name: ".idata$4", Value: 0x3c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 850 | &pe.Symbol{Name: ".idata$5", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 851 | &pe.Symbol{Name: ".file", Value: 0x490, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 852 | &pe.Symbol{Name: ".text", Value: 0x1ca0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 853 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 854 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 855 | &pe.Symbol{Name: ".idata$4", Value: 0xf4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 856 | &pe.Symbol{Name: ".idata$5", Value: 0x2a4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 857 | &pe.Symbol{Name: ".idata$7", Value: 0x738, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 858 | &pe.Symbol{Name: ".file", Value: 0x49a, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 859 | &pe.Symbol{Name: ".text", Value: 0x1ca0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 860 | &pe.Symbol{Name: ".data", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 861 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 862 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x5c0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 863 | &pe.Symbol{Name: "__xc_z", Value: 0x10, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 864 | &pe.Symbol{Name: "___RUNTIME_PSEUDO_RELOC_LIST__", Value: 0x4045e0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 865 | &pe.Symbol{Name: "__imp_GetStartupInfoA", Value: 0x21c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 866 | &pe.Symbol{Name: "__imp_abort", Value: 0x32c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 867 | &pe.Symbol{Name: "__lib64_libkernel32_a_iname", Value: 0x738, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 868 | &pe.Symbol{Name: "__data_start__", Value: 0x0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 869 | &pe.Symbol{Name: "___DTOR_LIST__", Value: 0x1cb0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 870 | &pe.Symbol{Name: "__imp__fmode", Value: 0x304, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 871 | &pe.Symbol{Name: "__imp__lock", Value: 0x314, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 872 | &pe.Symbol{Name: "__imp_RtlVirtualUnwind", Value: 0x264, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 873 | &pe.Symbol{Name: "SetUnhandledExceptionFilter", Value: 0x1c10, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 874 | &pe.Symbol{Name: "__imp_calloc", Value: 0x334, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 875 | &pe.Symbol{Name: "_lock", Value: 0x1b68, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 876 | &pe.Symbol{Name: "___tls_start__", Value: 0x0, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 877 | &pe.Symbol{Name: "__ImageBase", Value: 0x400000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 878 | &pe.Symbol{Name: "__xl_a", Value: 0x38, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 879 | &pe.Symbol{Name: "GetLastError", Value: 0x1c68, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 880 | &pe.Symbol{Name: "GetSystemTimeAsFileTime", Value: 0x1c58, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 881 | &pe.Symbol{Name: "mingw_initltssuo_force", Value: 0x5f0, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 882 | &pe.Symbol{Name: "__rt_psrelocs_start", Value: 0x5e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x2}, |
| 883 | &pe.Symbol{Name: "_cexit", Value: 0x1b78, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 884 | &pe.Symbol{Name: "__imp___dllonexit", Value: 0x2b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 885 | &pe.Symbol{Name: "__dll_characteristics__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 886 | &pe.Symbol{Name: "__size_of_stack_commit__", Value: 0x1000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 887 | &pe.Symbol{Name: "__iob_func", Value: 0x1ba0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 888 | &pe.Symbol{Name: "__imp__acmdln", Value: 0x2ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 889 | &pe.Symbol{Name: "__size_of_stack_reserve__", Value: 0x200000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 890 | &pe.Symbol{Name: "__major_subsystem_version__", Value: 0x5, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 891 | &pe.Symbol{Name: "___crt_xl_start__", Value: 0x38, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 892 | &pe.Symbol{Name: "__imp_DeleteCriticalSection", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 893 | &pe.Symbol{Name: "__xl_d", Value: 0x48, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 894 | &pe.Symbol{Name: "__imp__set_invalid_parameter_handler", Value: 0xf8, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 895 | &pe.Symbol{Name: "_tls_end", Value: 0x60, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 896 | &pe.Symbol{Name: "VirtualQuery", Value: 0x1be0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 897 | &pe.Symbol{Name: "___crt_xi_start__", Value: 0x18, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 898 | &pe.Symbol{Name: "__imp__amsg_exit", Value: 0x2f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 899 | &pe.Symbol{Name: "___crt_xi_end__", Value: 0x38, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 900 | &pe.Symbol{Name: "_tls_start", Value: 0x0, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 901 | &pe.Symbol{Name: "memcpy", Value: 0x1b18, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 902 | &pe.Symbol{Name: "__mingw_winmain_lpCmdLine", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 903 | &pe.Symbol{Name: "__mingw_oldexcpt_handler", Value: 0x640, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 904 | &pe.Symbol{Name: "__imp_GetCurrentThreadId", Value: 0x20c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 905 | &pe.Symbol{Name: "malloc", Value: 0x1b20, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 906 | &pe.Symbol{Name: "GetCurrentProcessId", Value: 0x1c78, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 907 | &pe.Symbol{Name: "_CRT_MT", Value: 0xd0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 908 | &pe.Symbol{Name: "TlsGetValue", Value: 0x1bf8, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 909 | &pe.Symbol{Name: "TerminateProcess", Value: 0x1c00, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 910 | &pe.Symbol{Name: "__bss_start__", Value: 0x0, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 911 | &pe.Symbol{Name: "__imp___C_specific_handler", Value: 0x2ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 912 | &pe.Symbol{Name: "___RUNTIME_PSEUDO_RELOC_LIST_END__", Value: 0x4045e0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 913 | &pe.Symbol{Name: "RtlLookupFunctionEntry", Value: 0x1c20, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 914 | &pe.Symbol{Name: "__size_of_heap_commit__", Value: 0x1000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 915 | &pe.Symbol{Name: "__imp_GetLastError", Value: 0x214, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 916 | &pe.Symbol{Name: "__imp_free", Value: 0x34c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 917 | &pe.Symbol{Name: "__imp_RtlLookupFunctionEntry", Value: 0x25c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 918 | &pe.Symbol{Name: "VirtualProtect", Value: 0x1be8, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 919 | &pe.Symbol{Name: "mingw_app_type", Value: 0x610, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 920 | &pe.Symbol{Name: "___crt_xp_start__", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 921 | &pe.Symbol{Name: "__imp_LeaveCriticalSection", Value: 0x23c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 922 | &pe.Symbol{Name: "__mingw_pinit", Value: 0x28, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 923 | &pe.Symbol{Name: "__C_specific_handler", Value: 0x1bb8, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 924 | &pe.Symbol{Name: "__imp_GetTickCount", Value: 0x22c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 925 | &pe.Symbol{Name: "abort", Value: 0x1b50, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 926 | &pe.Symbol{Name: "___crt_xp_end__", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 927 | &pe.Symbol{Name: "__dll__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 928 | &pe.Symbol{Name: "__minor_os_version__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 929 | &pe.Symbol{Name: "__imp_GetSystemTimeAsFileTime", Value: 0x224, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 930 | &pe.Symbol{Name: "EnterCriticalSection", Value: 0x1c88, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 931 | &pe.Symbol{Name: "_MINGW_INSTALL_DEBUG_MATHERR", Value: 0xe0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 932 | &pe.Symbol{Name: "__image_base__", Value: 0x400000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 933 | &pe.Symbol{Name: "__imp_write", Value: 0x38c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 934 | &pe.Symbol{Name: "RtlCaptureContext", Value: 0x1c28, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 935 | &pe.Symbol{Name: "__section_alignment__", Value: 0x1000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 936 | &pe.Symbol{Name: "__native_dllmain_reason", Value: 0xb4, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 937 | &pe.Symbol{Name: "calloc", Value: 0x1b48, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 938 | &pe.Symbol{Name: "_tls_used", Value: 0x20, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 939 | &pe.Symbol{Name: "UnhandledExceptionFilter", Value: 0x1bf0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 940 | &pe.Symbol{Name: "mingw_initcharmax", Value: 0x50, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 941 | &pe.Symbol{Name: "__IAT_end__", Value: 0x39c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 942 | &pe.Symbol{Name: "write", Value: 0x1af0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 943 | &pe.Symbol{Name: "__imp_memcpy", Value: 0x364, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 944 | &pe.Symbol{Name: "__RUNTIME_PSEUDO_RELOC_LIST__", Value: 0x4045e0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 945 | &pe.Symbol{Name: "fprintf", Value: 0x1b38, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 946 | &pe.Symbol{Name: "soong_build_number", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 947 | &pe.Symbol{Name: "__imp_RtlAddFunctionTable", Value: 0x24c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 948 | &pe.Symbol{Name: "Sleep", Value: 0x1c08, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 949 | &pe.Symbol{Name: "mingw_pcppinit", Value: 0x8, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 950 | &pe.Symbol{Name: "__data_end__", Value: 0x120, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 951 | &pe.Symbol{Name: "__imp_fwrite", Value: 0x354, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 952 | &pe.Symbol{Name: "__CTOR_LIST__", Value: 0x1ca0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 953 | &pe.Symbol{Name: "__imp___getmainargs", Value: 0x2bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 954 | &pe.Symbol{Name: "_head_lib64_libkernel32_a", Value: 0x0, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 955 | &pe.Symbol{Name: "__bss_end__", Value: 0x9b0, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 956 | &pe.Symbol{Name: "__xi_z", Value: 0x30, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 957 | &pe.Symbol{Name: "GetTickCount", Value: 0x1c50, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 958 | &pe.Symbol{Name: "_head_lib64_libmsvcrt_a", Value: 0x14, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 959 | &pe.Symbol{Name: "__native_vcclrit_reason", Value: 0xb0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 960 | &pe.Symbol{Name: "___crt_xc_end__", Value: 0x18, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 961 | &pe.Symbol{Name: "RtlAddFunctionTable", Value: 0x1c30, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 962 | &pe.Symbol{Name: "__imp_EnterCriticalSection", Value: 0x1f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 963 | &pe.Symbol{Name: "_tls_index", Value: 0x5fc, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 964 | &pe.Symbol{Name: "signal", Value: 0x1b10, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 965 | &pe.Symbol{Name: "__native_startup_state", Value: 0x980, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 966 | &pe.Symbol{Name: "___crt_xc_start__", Value: 0x0, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 967 | &pe.Symbol{Name: "__onexitbegin", Value: 0x970, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 968 | &pe.Symbol{Name: "__imp_GetCurrentProcessId", Value: 0x204, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 969 | &pe.Symbol{Name: "strncmp", Value: 0x1b00, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 970 | &pe.Symbol{Name: "__imp___lconv_init", Value: 0x2d4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 971 | &pe.Symbol{Name: "__imp_TerminateProcess", Value: 0x27c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 972 | &pe.Symbol{Name: "___CTOR_LIST__", Value: 0x1ca0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 973 | &pe.Symbol{Name: "__imp_signal", Value: 0x36c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 974 | &pe.Symbol{Name: "__rt_psrelocs_size", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 975 | &pe.Symbol{Name: "__imp_QueryPerformanceCounter", Value: 0x244, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 976 | &pe.Symbol{Name: "__imp_strlen", Value: 0x374, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 977 | &pe.Symbol{Name: "__imp_malloc", Value: 0x35c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 978 | &pe.Symbol{Name: "__mingw_winmain_nShowCmd", Value: 0x0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 979 | &pe.Symbol{Name: "mingw_pcinit", Value: 0x20, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 980 | &pe.Symbol{Name: "__file_alignment__", Value: 0x200, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 981 | &pe.Symbol{Name: "__imp_InitializeCriticalSection", Value: 0x234, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 982 | &pe.Symbol{Name: "__lconv_init", Value: 0x1b98, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 983 | &pe.Symbol{Name: "__getmainargs", Value: 0x1ba8, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 984 | &pe.Symbol{Name: "InitializeCriticalSection", Value: 0x1c48, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 985 | &pe.Symbol{Name: "__imp_exit", Value: 0x33c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 986 | &pe.Symbol{Name: "__major_os_version__", Value: 0x4, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 987 | &pe.Symbol{Name: "__imp_vfprintf", Value: 0x384, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 988 | &pe.Symbol{Name: "__imp___initenv", Value: 0x2c4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 989 | &pe.Symbol{Name: "__IAT_start__", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 990 | &pe.Symbol{Name: "__imp__cexit", Value: 0x2fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 991 | &pe.Symbol{Name: "__imp_UnhandledExceptionFilter", Value: 0x28c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 992 | &pe.Symbol{Name: "__xl_z", Value: 0x50, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 993 | &pe.Symbol{Name: "__end__", Value: 0x1000, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 994 | &pe.Symbol{Name: "__imp_SetUnhandledExceptionFilter", Value: 0x26c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 995 | &pe.Symbol{Name: "__imp__onexit", Value: 0x31c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 996 | &pe.Symbol{Name: "__DTOR_LIST__", Value: 0x1cb0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 997 | &pe.Symbol{Name: "RtlVirtualUnwind", Value: 0x1c18, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 998 | &pe.Symbol{Name: "__xi_a", Value: 0x18, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 999 | &pe.Symbol{Name: "__set_app_type", Value: 0x1b90, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1000 | &pe.Symbol{Name: "__imp_Sleep", Value: 0x274, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1001 | &pe.Symbol{Name: "LeaveCriticalSection", Value: 0x1c40, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1002 | &pe.Symbol{Name: "__xc_a", Value: 0x0, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1003 | &pe.Symbol{Name: "__imp___setusermatherr", Value: 0x2e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1004 | &pe.Symbol{Name: "__size_of_heap_reserve__", Value: 0x100000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1005 | &pe.Symbol{Name: "___crt_xt_start__", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1006 | &pe.Symbol{Name: "__subsystem__", Value: 0x3, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1007 | &pe.Symbol{Name: "_amsg_exit", Value: 0x1b80, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1008 | &pe.Symbol{Name: "_fmode", Value: 0x630, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1009 | &pe.Symbol{Name: "__security_cookie_complement", Value: 0x110, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1010 | &pe.Symbol{Name: "__imp_TlsGetValue", Value: 0x284, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1011 | &pe.Symbol{Name: "GetCurrentProcess", Value: 0x1c80, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1012 | &pe.Symbol{Name: "__setusermatherr", Value: 0x1b88, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1013 | &pe.Symbol{Name: "__imp_fprintf", Value: 0x344, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1014 | &pe.Symbol{Name: "__imp_VirtualProtect", Value: 0x294, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1015 | &pe.Symbol{Name: "__xl_c", Value: 0x40, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1016 | &pe.Symbol{Name: "___tls_end__", Value: 0x68, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 1017 | &pe.Symbol{Name: "__onexitend", Value: 0x978, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1018 | &pe.Symbol{Name: "QueryPerformanceCounter", Value: 0x1c38, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1019 | &pe.Symbol{Name: "__imp_VirtualQuery", Value: 0x29c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1020 | &pe.Symbol{Name: "__imp__initterm", Value: 0x30c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1021 | &pe.Symbol{Name: "mingw_initltsdyn_force", Value: 0x5f4, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1022 | &pe.Symbol{Name: "_dowildcard", Value: 0x40, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1023 | &pe.Symbol{Name: "__imp___iob_func", Value: 0x2cc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1024 | &pe.Symbol{Name: "__dyn_tls_init_callback", Value: 0x10, SectionNumber: 3, Type: 0x0, StorageClass: 0x2}, |
| 1025 | &pe.Symbol{Name: "_initterm", Value: 0x1b70, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1026 | &pe.Symbol{Name: "_newmode", Value: 0x5e0, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1027 | &pe.Symbol{Name: "fwrite", Value: 0x1b28, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1028 | &pe.Symbol{Name: "__imp_strncmp", Value: 0x37c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1029 | &pe.Symbol{Name: "__major_image_version__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1030 | &pe.Symbol{Name: "__loader_flags__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1031 | &pe.Symbol{Name: "___chkstk_ms", Value: 0x1ab0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1032 | &pe.Symbol{Name: "__native_startup_lock", Value: 0x988, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1033 | &pe.Symbol{Name: "__mingw_winmain_hInstance", Value: 0x968, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1034 | &pe.Symbol{Name: "GetStartupInfoA", Value: 0x1c60, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1035 | &pe.Symbol{Name: "GetCurrentThreadId", Value: 0x1c70, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1036 | &pe.Symbol{Name: "_onexit", Value: 0x1b60, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1037 | &pe.Symbol{Name: "__rt_psrelocs_end", Value: 0x5e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x2}, |
| 1038 | &pe.Symbol{Name: "exit", Value: 0x1b40, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1039 | &pe.Symbol{Name: "__imp__get_invalid_parameter_handler", Value: 0xf0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1040 | &pe.Symbol{Name: "__minor_subsystem_version__", Value: 0x2, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1041 | &pe.Symbol{Name: "__minor_image_version__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1042 | &pe.Symbol{Name: "__imp__unlock", Value: 0x324, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1043 | &pe.Symbol{Name: "__imp___set_app_type", Value: 0x2dc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1044 | &pe.Symbol{Name: "mingw_initltsdrot_force", Value: 0x5f8, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1045 | &pe.Symbol{Name: "_charmax", Value: 0xc0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1046 | &pe.Symbol{Name: "strlen", Value: 0x1b08, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1047 | &pe.Symbol{Name: "DeleteCriticalSection", Value: 0x1c90, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1048 | &pe.Symbol{Name: "__imp_RtlCaptureContext", Value: 0x254, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1049 | &pe.Symbol{Name: "__RUNTIME_PSEUDO_RELOC_LIST_END__", Value: 0x4045e0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1050 | &pe.Symbol{Name: "__dllonexit", Value: 0x1bb0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1051 | &pe.Symbol{Name: "_unlock", Value: 0x1b58, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1052 | &pe.Symbol{Name: "__imp_GetCurrentProcess", Value: 0x1fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1053 | &pe.Symbol{Name: "___crt_xt_end__", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1054 | &pe.Symbol{Name: "__lib64_libmsvcrt_a_iname", Value: 0x7bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1055 | &pe.Symbol{Name: "vfprintf", Value: 0x1af8, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1056 | &pe.Symbol{Name: "free", Value: 0x1b30, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1057 | &pe.Symbol{Name: "__security_cookie", Value: 0x100, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1058 | }, |
| 1059 | } |
| 1060 | |
| 1061 | /* Generated from: prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/bin/x86_64-w64-mingw32-g++ -o a.exe test2.c |
| 1062 | |
| 1063 | #include <unistd.h> |
| 1064 | |
| 1065 | char symbol1[128] = "PLACEHOLDER1"; |
| 1066 | char symbol2[128] = "PLACEHOLDER2"; |
| 1067 | |
| 1068 | int main() { |
| 1069 | write(STDOUT_FILENO, symbol1, sizeof(symbol1)); |
| 1070 | write(STDOUT_FILENO, symbol2, sizeof(symbol2)); |
| 1071 | } |
| 1072 | */ |
| 1073 | |
| 1074 | var peSymbolTable2 = &pe.File{ |
| 1075 | FileHeader: pe.FileHeader{ |
| 1076 | Machine: pe.IMAGE_FILE_MACHINE_AMD64, |
| 1077 | }, |
| 1078 | Sections: []*pe.Section{ |
| 1079 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".text", VirtualSize: 0x1ce0, VirtualAddress: 0x1000, Size: 0x1e00, Offset: 0x600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x60500020}}, |
| 1080 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".data", VirtualSize: 0x1a0, VirtualAddress: 0x3000, Size: 0x200, Offset: 0x2400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0600040}}, |
| 1081 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".rdata", VirtualSize: 0x5e0, VirtualAddress: 0x4000, Size: 0x600, Offset: 0x2600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x40500040}}, |
| 1082 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".pdata", VirtualSize: 0x234, VirtualAddress: 0x5000, Size: 0x400, Offset: 0x2c00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x40300040}}, |
| 1083 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".xdata", VirtualSize: 0x200, VirtualAddress: 0x6000, Size: 0x200, Offset: 0x3000, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x40300040}}, |
| 1084 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".bss", VirtualSize: 0x9b0, VirtualAddress: 0x7000, Size: 0x0, Offset: 0x0, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0600080}}, |
| 1085 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".idata", VirtualSize: 0x7c8, VirtualAddress: 0x8000, Size: 0x800, Offset: 0x3200, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0300040}}, |
| 1086 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".CRT", VirtualSize: 0x68, VirtualAddress: 0x9000, Size: 0x200, Offset: 0x3a00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0400040}}, |
| 1087 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".tls", VirtualSize: 0x68, VirtualAddress: 0xa000, Size: 0x200, Offset: 0x3c00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0xc0600040}}, |
| 1088 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_aranges", VirtualSize: 0x420, VirtualAddress: 0xb000, Size: 0x600, Offset: 0x3e00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42500040}}, |
| 1089 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_info", VirtualSize: 0xc125, VirtualAddress: 0xc000, Size: 0xc200, Offset: 0x4400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 1090 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_abbrev", VirtualSize: 0x1a80, VirtualAddress: 0x19000, Size: 0x1c00, Offset: 0x10600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 1091 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_line", VirtualSize: 0x2182, VirtualAddress: 0x1b000, Size: 0x2200, Offset: 0x12200, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 1092 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_frame", VirtualSize: 0xb28, VirtualAddress: 0x1e000, Size: 0xc00, Offset: 0x14400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42400040}}, |
| 1093 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_str", VirtualSize: 0x300, VirtualAddress: 0x1f000, Size: 0x400, Offset: 0x15000, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 1094 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_loc", VirtualSize: 0x2b76, VirtualAddress: 0x20000, Size: 0x2c00, Offset: 0x15400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 1095 | &pe.Section{SectionHeader: pe.SectionHeader{Name: ".debug_ranges", VirtualSize: 0x4f0, VirtualAddress: 0x23000, Size: 0x600, Offset: 0x18000, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, NumberOfLineNumbers: 0x0, Characteristics: 0x42100040}}, |
| 1096 | }, |
| 1097 | Symbols: []*pe.Symbol{ |
| 1098 | &pe.Symbol{Name: ".file", Value: 0x35, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1099 | &pe.Symbol{Name: "__mingw_invalidParameterHandler", Value: 0x0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1100 | &pe.Symbol{Name: "pre_c_init", Value: 0x10, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1101 | &pe.Symbol{Name: "managedapp", Value: 0x8, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1102 | &pe.Symbol{Name: "pre_cpp_init", Value: 0x130, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1103 | &pe.Symbol{Name: "envp", Value: 0x18, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1104 | &pe.Symbol{Name: "argv", Value: 0x20, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1105 | &pe.Symbol{Name: "argc", Value: 0x28, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1106 | &pe.Symbol{Name: "startinfo", Value: 0x0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1107 | &pe.Symbol{Name: "argret", Value: 0x10, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1108 | &pe.Symbol{Name: "__tmainCRTStartup", Value: 0x180, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1109 | &pe.Symbol{Name: "has_cctor", Value: 0x4, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1110 | &pe.Symbol{Name: "mainret", Value: 0xc, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1111 | &pe.Symbol{Name: "WinMainCRTStartup", Value: 0x4b0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1112 | &pe.Symbol{Name: ".l_startw", Value: 0x4b4, SectionNumber: 1, Type: 0x0, StorageClass: 0x6}, |
| 1113 | &pe.Symbol{Name: ".l_endw", Value: 0x4c9, SectionNumber: 1, Type: 0x0, StorageClass: 0x6}, |
| 1114 | &pe.Symbol{Name: "mainCRTStartup", Value: 0x4d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1115 | &pe.Symbol{Name: ".l_start", Value: 0x4d4, SectionNumber: 1, Type: 0x0, StorageClass: 0x6}, |
| 1116 | &pe.Symbol{Name: ".l_end", Value: 0x4e9, SectionNumber: 1, Type: 0x0, StorageClass: 0x6}, |
| 1117 | &pe.Symbol{Name: ".text", Value: 0x0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1118 | &pe.Symbol{Name: ".data", Value: 0x0, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1119 | &pe.Symbol{Name: ".bss", Value: 0x0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1120 | &pe.Symbol{Name: ".xdata", Value: 0x0, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1121 | &pe.Symbol{Name: ".pdata", Value: 0x0, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1122 | &pe.Symbol{Name: ".CRT$XCAA", Value: 0x8, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1123 | &pe.Symbol{Name: ".CRT$XIAA", Value: 0x20, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1124 | &pe.Symbol{Name: ".debug_info", Value: 0x0, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1125 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x0, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1126 | &pe.Symbol{Name: ".debug_loc", Value: 0x0, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1127 | &pe.Symbol{Name: ".debug_aranges", Value: 0x0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1128 | &pe.Symbol{Name: ".debug_ranges", Value: 0x0, SectionNumber: 17, Type: 0x0, StorageClass: 0x3}, |
| 1129 | &pe.Symbol{Name: ".debug_line", Value: 0x0, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1130 | &pe.Symbol{Name: ".debug_str", Value: 0x0, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 1131 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x280, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1132 | &pe.Symbol{Name: ".debug_frame", Value: 0x0, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1133 | &pe.Symbol{Name: ".file", Value: 0x3f, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1134 | &pe.Symbol{Name: ".text", Value: 0x4f0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1135 | &pe.Symbol{Name: ".data", Value: 0x10, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1136 | &pe.Symbol{Name: ".bss", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1137 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x2a0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1138 | &pe.Symbol{Name: ".file", Value: 0x4f, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1139 | &pe.Symbol{Name: "main", Value: 0x4f0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1140 | &pe.Symbol{Name: ".text", Value: 0x4f0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1141 | &pe.Symbol{Name: ".data", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1142 | &pe.Symbol{Name: ".bss", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1143 | &pe.Symbol{Name: ".xdata", Value: 0x68, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1144 | &pe.Symbol{Name: ".pdata", Value: 0x48, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1145 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x2c0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1146 | &pe.Symbol{Name: ".file", Value: 0x6c, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1147 | &pe.Symbol{Name: "mingw_onexit", Value: 0x540, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1148 | &pe.Symbol{Name: "atexit", Value: 0x5f0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1149 | &pe.Symbol{Name: ".text", Value: 0x540, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1150 | &pe.Symbol{Name: ".data", Value: 0x120, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1151 | &pe.Symbol{Name: ".bss", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1152 | &pe.Symbol{Name: ".xdata", Value: 0x74, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1153 | &pe.Symbol{Name: ".pdata", Value: 0x54, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1154 | &pe.Symbol{Name: ".debug_info", Value: 0x27d0, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1155 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x433, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1156 | &pe.Symbol{Name: ".debug_loc", Value: 0x510, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1157 | &pe.Symbol{Name: ".debug_aranges", Value: 0x30, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1158 | &pe.Symbol{Name: ".debug_line", Value: 0x3de, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1159 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x2e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1160 | &pe.Symbol{Name: ".debug_frame", Value: 0x120, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1161 | &pe.Symbol{Name: ".file", Value: 0x8c, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1162 | &pe.Symbol{Name: "__do_global_dtors", Value: 0x610, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1163 | &pe.Symbol{Name: "p.68721", Value: 0x120, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1164 | &pe.Symbol{Name: "__do_global_ctors", Value: 0x650, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1165 | &pe.Symbol{Name: "__main", Value: 0x6b0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1166 | &pe.Symbol{Name: "initialized", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1167 | &pe.Symbol{Name: ".text", Value: 0x610, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1168 | &pe.Symbol{Name: ".data", Value: 0x120, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1169 | &pe.Symbol{Name: ".bss", Value: 0x30, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1170 | &pe.Symbol{Name: ".xdata", Value: 0x84, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1171 | &pe.Symbol{Name: ".pdata", Value: 0x6c, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1172 | &pe.Symbol{Name: ".debug_info", Value: 0x2ed5, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1173 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x5ae, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1174 | &pe.Symbol{Name: ".debug_loc", Value: 0x607, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1175 | &pe.Symbol{Name: ".debug_aranges", Value: 0x60, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1176 | &pe.Symbol{Name: ".debug_line", Value: 0x5a3, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1177 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x300, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1178 | &pe.Symbol{Name: ".debug_frame", Value: 0x190, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1179 | &pe.Symbol{Name: ".file", Value: 0xa0, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1180 | &pe.Symbol{Name: ".text", Value: 0x6d0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1181 | &pe.Symbol{Name: ".data", Value: 0x130, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1182 | &pe.Symbol{Name: ".bss", Value: 0x40, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1183 | &pe.Symbol{Name: ".debug_info", Value: 0x34aa, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1184 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x6c2, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1185 | &pe.Symbol{Name: ".debug_aranges", Value: 0x90, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1186 | &pe.Symbol{Name: ".debug_line", Value: 0x710, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1187 | &pe.Symbol{Name: ".debug_str", Value: 0x21f, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 1188 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x320, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1189 | &pe.Symbol{Name: ".file", Value: 0xb2, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1190 | &pe.Symbol{Name: ".text", Value: 0x6d0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1191 | &pe.Symbol{Name: ".data", Value: 0x140, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1192 | &pe.Symbol{Name: ".bss", Value: 0x40, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1193 | &pe.Symbol{Name: ".debug_info", Value: 0x3a06, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1194 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x744, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1195 | &pe.Symbol{Name: ".debug_aranges", Value: 0xb0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1196 | &pe.Symbol{Name: ".debug_line", Value: 0x894, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1197 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x340, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1198 | &pe.Symbol{Name: ".file", Value: 0xce, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1199 | &pe.Symbol{Name: "my_lconv_init", Value: 0x6d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1200 | &pe.Symbol{Name: ".text", Value: 0x6d0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1201 | &pe.Symbol{Name: ".data", Value: 0x140, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1202 | &pe.Symbol{Name: ".bss", Value: 0x50, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1203 | &pe.Symbol{Name: ".xdata", Value: 0x9c, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1204 | &pe.Symbol{Name: ".pdata", Value: 0x90, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1205 | &pe.Symbol{Name: ".CRT$XIC", Value: 0x28, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1206 | &pe.Symbol{Name: ".debug_info", Value: 0x3ae7, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1207 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x76e, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1208 | &pe.Symbol{Name: ".debug_aranges", Value: 0xd0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1209 | &pe.Symbol{Name: ".debug_line", Value: 0x91f, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1210 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x360, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1211 | &pe.Symbol{Name: ".debug_frame", Value: 0x218, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1212 | &pe.Symbol{Name: ".file", Value: 0xe8, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1213 | &pe.Symbol{Name: "_setargv", Value: 0x6e0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1214 | &pe.Symbol{Name: ".text", Value: 0x6e0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1215 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1216 | &pe.Symbol{Name: ".bss", Value: 0x60, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1217 | &pe.Symbol{Name: ".xdata", Value: 0xa0, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1218 | &pe.Symbol{Name: ".pdata", Value: 0x9c, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1219 | &pe.Symbol{Name: ".debug_info", Value: 0x3ffe, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1220 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x808, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1221 | &pe.Symbol{Name: ".debug_aranges", Value: 0x100, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1222 | &pe.Symbol{Name: ".debug_line", Value: 0xab8, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1223 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x380, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1224 | &pe.Symbol{Name: ".debug_frame", Value: 0x248, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1225 | &pe.Symbol{Name: ".file", Value: 0x110, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1226 | &pe.Symbol{Name: "__security_init_cookie", Value: 0x6f0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1227 | &pe.Symbol{Name: ".data$__security_cookie", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1228 | &pe.Symbol{Name: ".data$__security_cookie_complement", Value: 0x190, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1229 | &pe.Symbol{Name: "__report_gsfailure", Value: 0x7c0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1230 | &pe.Symbol{Name: "GS_ContextRecord", Value: 0x60, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1231 | &pe.Symbol{Name: "GS_ExceptionRecord", Value: 0x540, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1232 | &pe.Symbol{Name: "GS_ExceptionPointers", Value: 0x0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1233 | &pe.Symbol{Name: ".text", Value: 0x6f0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1234 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1235 | &pe.Symbol{Name: ".bss", Value: 0x60, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1236 | &pe.Symbol{Name: ".xdata", Value: 0xa4, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1237 | &pe.Symbol{Name: ".pdata", Value: 0xa8, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1238 | &pe.Symbol{Name: ".rdata", Value: 0x0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1239 | &pe.Symbol{Name: ".debug_info", Value: 0x41c8, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1240 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x83f, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1241 | &pe.Symbol{Name: ".debug_loc", Value: 0x6ae, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1242 | &pe.Symbol{Name: ".debug_aranges", Value: 0x130, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1243 | &pe.Symbol{Name: ".debug_line", Value: 0xb56, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1244 | &pe.Symbol{Name: ".debug_str", Value: 0x237, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 1245 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x3a0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1246 | &pe.Symbol{Name: ".debug_frame", Value: 0x278, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1247 | &pe.Symbol{Name: ".file", Value: 0x122, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1248 | &pe.Symbol{Name: ".text", Value: 0x8c0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1249 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1250 | &pe.Symbol{Name: ".bss", Value: 0x5e0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1251 | &pe.Symbol{Name: ".debug_info", Value: 0x506e, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1252 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xa10, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1253 | &pe.Symbol{Name: ".debug_aranges", Value: 0x160, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1254 | &pe.Symbol{Name: ".debug_line", Value: 0xcde, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1255 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x3c0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1256 | &pe.Symbol{Name: ".file", Value: 0x158, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1257 | &pe.Symbol{Name: "__dyn_tls_dtor", Value: 0x8c0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1258 | &pe.Symbol{Name: "__dyn_tls_init", Value: 0x8f0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1259 | &pe.Symbol{Name: "__xd_a", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1260 | &pe.Symbol{Name: "__xd_z", Value: 0x60, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1261 | &pe.Symbol{Name: "__tlregdtor", Value: 0x960, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1262 | &pe.Symbol{Name: ".text", Value: 0x8c0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1263 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1264 | &pe.Symbol{Name: ".bss", Value: 0x5f0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1265 | &pe.Symbol{Name: ".xdata", Value: 0xc4, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1266 | &pe.Symbol{Name: ".pdata", Value: 0xc0, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1267 | &pe.Symbol{Name: ".CRT$XLD", Value: 0x48, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1268 | &pe.Symbol{Name: ".CRT$XLC", Value: 0x40, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1269 | &pe.Symbol{Name: ".rdata", Value: 0x10, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1270 | &pe.Symbol{Name: ".CRT$XDZ", Value: 0x60, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1271 | &pe.Symbol{Name: ".CRT$XDA", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1272 | &pe.Symbol{Name: ".tls", Value: 0x20, SectionNumber: 9, Type: 0x0, StorageClass: 0x3}, |
| 1273 | &pe.Symbol{Name: ".CRT$XLZ", Value: 0x50, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1274 | &pe.Symbol{Name: ".CRT$XLA", Value: 0x38, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1275 | &pe.Symbol{Name: ".tls$ZZZ", Value: 0x60, SectionNumber: 9, Type: 0x0, StorageClass: 0x3}, |
| 1276 | &pe.Symbol{Name: ".tls$AAA", Value: 0x0, SectionNumber: 9, Type: 0x0, StorageClass: 0x3}, |
| 1277 | &pe.Symbol{Name: ".debug_info", Value: 0x514c, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1278 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xa3a, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1279 | &pe.Symbol{Name: ".debug_loc", Value: 0x816, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1280 | &pe.Symbol{Name: ".debug_aranges", Value: 0x180, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1281 | &pe.Symbol{Name: ".debug_line", Value: 0xd69, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1282 | &pe.Symbol{Name: ".debug_str", Value: 0x250, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 1283 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x3e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1284 | &pe.Symbol{Name: ".debug_frame", Value: 0x330, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1285 | &pe.Symbol{Name: ".file", Value: 0x172, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1286 | &pe.Symbol{Name: ".text", Value: 0x970, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1287 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1288 | &pe.Symbol{Name: ".bss", Value: 0x600, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1289 | &pe.Symbol{Name: ".CRT$XCZ", Value: 0x10, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1290 | &pe.Symbol{Name: ".CRT$XCA", Value: 0x0, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1291 | &pe.Symbol{Name: ".CRT$XIZ", Value: 0x30, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1292 | &pe.Symbol{Name: ".CRT$XIA", Value: 0x18, SectionNumber: 8, Type: 0x0, StorageClass: 0x3}, |
| 1293 | &pe.Symbol{Name: ".debug_info", Value: 0x5854, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1294 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xbce, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1295 | &pe.Symbol{Name: ".debug_aranges", Value: 0x1b0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1296 | &pe.Symbol{Name: ".debug_line", Value: 0xec8, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1297 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x400, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1298 | &pe.Symbol{Name: ".file", Value: 0x193, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1299 | &pe.Symbol{Name: "__mingw_raise_matherr", Value: 0x970, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1300 | &pe.Symbol{Name: "stUserMathErr", Value: 0x600, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1301 | &pe.Symbol{Name: "__mingw_setusermatherr", Value: 0x9c0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1302 | &pe.Symbol{Name: "_matherr", Value: 0x9d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1303 | &pe.Symbol{Name: ".text", Value: 0x970, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1304 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1305 | &pe.Symbol{Name: ".bss", Value: 0x600, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1306 | &pe.Symbol{Name: ".xdata", Value: 0xdc, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1307 | &pe.Symbol{Name: ".pdata", Value: 0xe4, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1308 | &pe.Symbol{Name: ".rdata", Value: 0x20, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1309 | &pe.Symbol{Name: ".debug_info", Value: 0x5a33, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1310 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xc27, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1311 | &pe.Symbol{Name: ".debug_loc", Value: 0xb6f, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1312 | &pe.Symbol{Name: ".debug_aranges", Value: 0x1d0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1313 | &pe.Symbol{Name: ".debug_line", Value: 0xf53, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1314 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x420, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1315 | &pe.Symbol{Name: ".debug_frame", Value: 0x3d0, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1316 | &pe.Symbol{Name: ".file", Value: 0x1ae, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1317 | &pe.Symbol{Name: "_fpreset", Value: 0xad0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1318 | &pe.Symbol{Name: "fpreset", Value: 0xad0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1319 | &pe.Symbol{Name: ".text", Value: 0xad0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1320 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1321 | &pe.Symbol{Name: ".bss", Value: 0x610, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1322 | &pe.Symbol{Name: ".xdata", Value: 0x100, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1323 | &pe.Symbol{Name: ".pdata", Value: 0x108, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1324 | &pe.Symbol{Name: ".debug_info", Value: 0x61bd, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1325 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xda1, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1326 | &pe.Symbol{Name: ".debug_aranges", Value: 0x200, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1327 | &pe.Symbol{Name: ".debug_line", Value: 0x1129, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1328 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x440, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1329 | &pe.Symbol{Name: ".debug_frame", Value: 0x460, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1330 | &pe.Symbol{Name: ".file", Value: 0x1c9, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1331 | &pe.Symbol{Name: "_decode_pointer", Value: 0xae0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1332 | &pe.Symbol{Name: "_encode_pointer", Value: 0xaf0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1333 | &pe.Symbol{Name: ".text", Value: 0xae0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1334 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1335 | &pe.Symbol{Name: ".bss", Value: 0x610, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1336 | &pe.Symbol{Name: ".xdata", Value: 0x104, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1337 | &pe.Symbol{Name: ".pdata", Value: 0x114, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1338 | &pe.Symbol{Name: ".debug_info", Value: 0x62a8, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1339 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xdcb, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1340 | &pe.Symbol{Name: ".debug_aranges", Value: 0x230, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1341 | &pe.Symbol{Name: ".debug_line", Value: 0x11c8, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1342 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x460, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1343 | &pe.Symbol{Name: ".debug_frame", Value: 0x490, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1344 | &pe.Symbol{Name: ".file", Value: 0x1f0, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1345 | &pe.Symbol{Name: "__report_error", Value: 0xb00, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1346 | &pe.Symbol{Name: "__write_memory.part.0", Value: 0xb70, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1347 | &pe.Symbol{Name: "maxSections", Value: 0x624, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1348 | &pe.Symbol{Name: "the_secs", Value: 0x628, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1349 | &pe.Symbol{Name: "_pei386_runtime_relocator", Value: 0xcf0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1350 | &pe.Symbol{Name: "was_init.70054", Value: 0x620, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1351 | &pe.Symbol{Name: ".text", Value: 0xb00, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1352 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1353 | &pe.Symbol{Name: ".bss", Value: 0x620, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1354 | &pe.Symbol{Name: ".rdata", Value: 0x160, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1355 | &pe.Symbol{Name: ".xdata", Value: 0x10c, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1356 | &pe.Symbol{Name: ".pdata", Value: 0x12c, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1357 | &pe.Symbol{Name: ".debug_info", Value: 0x67b9, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1358 | &pe.Symbol{Name: ".debug_abbrev", Value: 0xe52, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1359 | &pe.Symbol{Name: ".debug_loc", Value: 0xda1, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1360 | &pe.Symbol{Name: ".debug_aranges", Value: 0x260, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1361 | &pe.Symbol{Name: ".debug_ranges", Value: 0xe0, SectionNumber: 17, Type: 0x0, StorageClass: 0x3}, |
| 1362 | &pe.Symbol{Name: ".debug_line", Value: 0x12f7, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1363 | &pe.Symbol{Name: ".debug_str", Value: 0x26f, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 1364 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x480, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1365 | &pe.Symbol{Name: ".debug_frame", Value: 0x4d8, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1366 | &pe.Symbol{Name: ".file", Value: 0x202, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1367 | &pe.Symbol{Name: ".text", Value: 0x1010, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1368 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1369 | &pe.Symbol{Name: ".bss", Value: 0x630, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1370 | &pe.Symbol{Name: ".debug_info", Value: 0x79a7, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1371 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1174, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1372 | &pe.Symbol{Name: ".debug_aranges", Value: 0x290, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1373 | &pe.Symbol{Name: ".debug_line", Value: 0x157b, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1374 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x4a0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1375 | &pe.Symbol{Name: ".file", Value: 0x227, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1376 | &pe.Symbol{Name: "__mingw_SEH_error_handler", Value: 0x1010, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1377 | &pe.Symbol{Name: "__mingw_init_ehandler", Value: 0x11d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1378 | &pe.Symbol{Name: "was_here.69886", Value: 0x648, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1379 | &pe.Symbol{Name: "emu_pdata", Value: 0x760, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1380 | &pe.Symbol{Name: "emu_xdata", Value: 0x660, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1381 | &pe.Symbol{Name: "_gnu_exception_handler", Value: 0x12c0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1382 | &pe.Symbol{Name: ".text", Value: 0x1010, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1383 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1384 | &pe.Symbol{Name: ".bss", Value: 0x640, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1385 | &pe.Symbol{Name: ".xdata", Value: 0x144, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1386 | &pe.Symbol{Name: ".pdata", Value: 0x150, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1387 | &pe.Symbol{Name: ".rdata", Value: 0x270, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1388 | &pe.Symbol{Name: ".debug_info", Value: 0x7a83, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1389 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x119e, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1390 | &pe.Symbol{Name: ".debug_loc", Value: 0x161e, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1391 | &pe.Symbol{Name: ".debug_aranges", Value: 0x2b0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1392 | &pe.Symbol{Name: ".debug_line", Value: 0x1606, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1393 | &pe.Symbol{Name: ".debug_str", Value: 0x278, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 1394 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x4c0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1395 | &pe.Symbol{Name: ".debug_frame", Value: 0x5d0, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1396 | &pe.Symbol{Name: ".file", Value: 0x24b, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1397 | &pe.Symbol{Name: "__mingwthr_run_key_dtors.part.0", Value: 0x1470, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1398 | &pe.Symbol{Name: "__mingwthr_cs", Value: 0x900, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1399 | &pe.Symbol{Name: "key_dtor_list", Value: 0x8e0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1400 | &pe.Symbol{Name: "___w64_mingwthr_add_key_dtor", Value: 0x14e0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1401 | &pe.Symbol{Name: "__mingwthr_cs_init", Value: 0x8e8, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1402 | &pe.Symbol{Name: "___w64_mingwthr_remove_key_dtor", Value: 0x1560, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1403 | &pe.Symbol{Name: "__mingw_TLScallback", Value: 0x1600, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1404 | &pe.Symbol{Name: ".text", Value: 0x1470, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1405 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1406 | &pe.Symbol{Name: ".bss", Value: 0x8e0, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1407 | &pe.Symbol{Name: ".xdata", Value: 0x168, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1408 | &pe.Symbol{Name: ".pdata", Value: 0x174, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1409 | &pe.Symbol{Name: ".debug_info", Value: 0x8f89, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1410 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1402, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1411 | &pe.Symbol{Name: ".debug_loc", Value: 0x1f13, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1412 | &pe.Symbol{Name: ".debug_aranges", Value: 0x2e0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1413 | &pe.Symbol{Name: ".debug_ranges", Value: 0x330, SectionNumber: 17, Type: 0x0, StorageClass: 0x3}, |
| 1414 | &pe.Symbol{Name: ".debug_line", Value: 0x185b, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1415 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x4e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1416 | &pe.Symbol{Name: ".debug_frame", Value: 0x6d8, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1417 | &pe.Symbol{Name: ".file", Value: 0x25d, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1418 | &pe.Symbol{Name: ".text", Value: 0x16f0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1419 | &pe.Symbol{Name: ".data", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1420 | &pe.Symbol{Name: ".bss", Value: 0x940, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1421 | &pe.Symbol{Name: ".debug_info", Value: 0x98ad, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1422 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x15e4, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1423 | &pe.Symbol{Name: ".debug_aranges", Value: 0x310, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1424 | &pe.Symbol{Name: ".debug_line", Value: 0x1a30, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1425 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x500, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1426 | &pe.Symbol{Name: ".file", Value: 0x26f, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1427 | &pe.Symbol{Name: ".text", Value: 0x16f0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1428 | &pe.Symbol{Name: ".data", Value: 0x160, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1429 | &pe.Symbol{Name: ".bss", Value: 0x940, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1430 | &pe.Symbol{Name: ".debug_info", Value: 0x9989, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1431 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x160e, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1432 | &pe.Symbol{Name: ".debug_aranges", Value: 0x330, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1433 | &pe.Symbol{Name: ".debug_line", Value: 0x1aba, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1434 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x520, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1435 | &pe.Symbol{Name: ".file", Value: 0x298, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1436 | &pe.Symbol{Name: "_ValidateImageBase.part.0", Value: 0x16f0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1437 | &pe.Symbol{Name: "_ValidateImageBase", Value: 0x1710, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1438 | &pe.Symbol{Name: "_FindPESection", Value: 0x1730, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1439 | &pe.Symbol{Name: "_FindPESectionByName", Value: 0x1780, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1440 | &pe.Symbol{Name: "__mingw_GetSectionForAddress", Value: 0x1830, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1441 | &pe.Symbol{Name: "__mingw_GetSectionCount", Value: 0x1880, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1442 | &pe.Symbol{Name: "_FindPESectionExec", Value: 0x18d0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1443 | &pe.Symbol{Name: "_GetPEImageBase", Value: 0x1970, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1444 | &pe.Symbol{Name: "_IsNonwritableInCurrentImage", Value: 0x19c0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1445 | &pe.Symbol{Name: "__mingw_enum_import_library_names", Value: 0x1a20, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1446 | &pe.Symbol{Name: ".text", Value: 0x16f0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1447 | &pe.Symbol{Name: ".data", Value: 0x160, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1448 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1449 | &pe.Symbol{Name: ".xdata", Value: 0x198, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1450 | &pe.Symbol{Name: ".pdata", Value: 0x1a4, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1451 | &pe.Symbol{Name: ".debug_info", Value: 0x9ab9, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1452 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1638, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1453 | &pe.Symbol{Name: ".debug_loc", Value: 0x25ce, SectionNumber: 16, Type: 0x0, StorageClass: 0x3}, |
| 1454 | &pe.Symbol{Name: ".debug_aranges", Value: 0x350, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1455 | &pe.Symbol{Name: ".debug_ranges", Value: 0x360, SectionNumber: 17, Type: 0x0, StorageClass: 0x3}, |
| 1456 | &pe.Symbol{Name: ".debug_line", Value: 0x1b4e, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1457 | &pe.Symbol{Name: ".debug_str", Value: 0x2ac, SectionNumber: 15, Type: 0x0, StorageClass: 0x3}, |
| 1458 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x540, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1459 | &pe.Symbol{Name: ".debug_frame", Value: 0x808, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1460 | &pe.Symbol{Name: ".file", Value: 0x2aa, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1461 | &pe.Symbol{Name: ".debug_info", Value: 0xad5d, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1462 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x18a1, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1463 | &pe.Symbol{Name: ".debug_line", Value: 0x1d87, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1464 | &pe.Symbol{Name: ".text", Value: 0x1ad0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1465 | &pe.Symbol{Name: ".data", Value: 0x160, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1466 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1467 | &pe.Symbol{Name: ".debug_aranges", Value: 0x380, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1468 | &pe.Symbol{Name: ".debug_frame", Value: 0xa98, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1469 | &pe.Symbol{Name: ".file", Value: 0x2bc, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1470 | &pe.Symbol{Name: ".text", Value: 0x1b10, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1471 | &pe.Symbol{Name: ".data", Value: 0x160, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1472 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1473 | &pe.Symbol{Name: ".debug_info", Value: 0xae44, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1474 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x18b5, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1475 | &pe.Symbol{Name: ".debug_aranges", Value: 0x3b0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1476 | &pe.Symbol{Name: ".debug_line", Value: 0x1e2a, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1477 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x560, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1478 | &pe.Symbol{Name: ".file", Value: 0x399, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1479 | &pe.Symbol{Name: ".text", Value: 0x1b10, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1480 | &pe.Symbol{Name: ".data", Value: 0x160, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1481 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1482 | &pe.Symbol{Name: ".debug_info", Value: 0xb9a0, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1483 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1928, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1484 | &pe.Symbol{Name: ".debug_aranges", Value: 0x3d0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1485 | &pe.Symbol{Name: ".debug_line", Value: 0x1f18, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1486 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x580, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1487 | &pe.Symbol{Name: ".text", Value: 0x1b10, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1488 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1489 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1490 | &pe.Symbol{Name: ".idata$7", Value: 0x7b8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1491 | &pe.Symbol{Name: ".idata$5", Value: 0x38c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1492 | &pe.Symbol{Name: ".idata$4", Value: 0x1dc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1493 | &pe.Symbol{Name: ".idata$6", Value: 0x6d2, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1494 | &pe.Symbol{Name: ".text", Value: 0x1b18, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1495 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1496 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1497 | &pe.Symbol{Name: ".idata$7", Value: 0x7b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1498 | &pe.Symbol{Name: ".idata$5", Value: 0x384, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1499 | &pe.Symbol{Name: ".idata$4", Value: 0x1d4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1500 | &pe.Symbol{Name: ".idata$6", Value: 0x6c6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1501 | &pe.Symbol{Name: ".text", Value: 0x1b20, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1502 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1503 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1504 | &pe.Symbol{Name: ".idata$7", Value: 0x7b0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1505 | &pe.Symbol{Name: ".idata$5", Value: 0x37c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1506 | &pe.Symbol{Name: ".idata$4", Value: 0x1cc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1507 | &pe.Symbol{Name: ".idata$6", Value: 0x6bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1508 | &pe.Symbol{Name: ".text", Value: 0x1b28, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1509 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1510 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1511 | &pe.Symbol{Name: ".idata$7", Value: 0x7ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1512 | &pe.Symbol{Name: ".idata$5", Value: 0x374, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1513 | &pe.Symbol{Name: ".idata$4", Value: 0x1c4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1514 | &pe.Symbol{Name: ".idata$6", Value: 0x6b2, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1515 | &pe.Symbol{Name: ".text", Value: 0x1b30, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1516 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1517 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1518 | &pe.Symbol{Name: ".idata$7", Value: 0x7a8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1519 | &pe.Symbol{Name: ".idata$5", Value: 0x36c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1520 | &pe.Symbol{Name: ".idata$4", Value: 0x1bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1521 | &pe.Symbol{Name: ".idata$6", Value: 0x6a8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1522 | &pe.Symbol{Name: ".text", Value: 0x1b38, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1523 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1524 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1525 | &pe.Symbol{Name: ".idata$7", Value: 0x7a4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1526 | &pe.Symbol{Name: ".idata$5", Value: 0x364, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1527 | &pe.Symbol{Name: ".idata$4", Value: 0x1b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1528 | &pe.Symbol{Name: ".idata$6", Value: 0x69e, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1529 | &pe.Symbol{Name: ".text", Value: 0x1b40, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1530 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1531 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1532 | &pe.Symbol{Name: ".idata$7", Value: 0x7a0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1533 | &pe.Symbol{Name: ".idata$5", Value: 0x35c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1534 | &pe.Symbol{Name: ".idata$4", Value: 0x1ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1535 | &pe.Symbol{Name: ".idata$6", Value: 0x694, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1536 | &pe.Symbol{Name: ".text", Value: 0x1b48, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1537 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1538 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1539 | &pe.Symbol{Name: ".idata$7", Value: 0x79c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1540 | &pe.Symbol{Name: ".idata$5", Value: 0x354, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1541 | &pe.Symbol{Name: ".idata$4", Value: 0x1a4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1542 | &pe.Symbol{Name: ".idata$6", Value: 0x68a, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1543 | &pe.Symbol{Name: ".text", Value: 0x1b50, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1544 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1545 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1546 | &pe.Symbol{Name: ".idata$7", Value: 0x798, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1547 | &pe.Symbol{Name: ".idata$5", Value: 0x34c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1548 | &pe.Symbol{Name: ".idata$4", Value: 0x19c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1549 | &pe.Symbol{Name: ".idata$6", Value: 0x682, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1550 | &pe.Symbol{Name: ".text", Value: 0x1b58, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1551 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1552 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1553 | &pe.Symbol{Name: ".idata$7", Value: 0x794, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1554 | &pe.Symbol{Name: ".idata$5", Value: 0x344, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1555 | &pe.Symbol{Name: ".idata$4", Value: 0x194, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1556 | &pe.Symbol{Name: ".idata$6", Value: 0x678, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1557 | &pe.Symbol{Name: ".text", Value: 0x1b60, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1558 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1559 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1560 | &pe.Symbol{Name: ".idata$7", Value: 0x790, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1561 | &pe.Symbol{Name: ".idata$5", Value: 0x33c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1562 | &pe.Symbol{Name: ".idata$4", Value: 0x18c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1563 | &pe.Symbol{Name: ".idata$6", Value: 0x670, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1564 | &pe.Symbol{Name: ".text", Value: 0x1b68, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1565 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1566 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1567 | &pe.Symbol{Name: ".idata$7", Value: 0x78c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1568 | &pe.Symbol{Name: ".idata$5", Value: 0x334, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1569 | &pe.Symbol{Name: ".idata$4", Value: 0x184, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1570 | &pe.Symbol{Name: ".idata$6", Value: 0x666, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1571 | &pe.Symbol{Name: ".text", Value: 0x1b70, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1572 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1573 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1574 | &pe.Symbol{Name: ".idata$7", Value: 0x788, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1575 | &pe.Symbol{Name: ".idata$5", Value: 0x32c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1576 | &pe.Symbol{Name: ".idata$4", Value: 0x17c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1577 | &pe.Symbol{Name: ".idata$6", Value: 0x65e, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1578 | &pe.Symbol{Name: ".text", Value: 0x1b78, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1579 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1580 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1581 | &pe.Symbol{Name: ".idata$7", Value: 0x784, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1582 | &pe.Symbol{Name: ".idata$5", Value: 0x324, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1583 | &pe.Symbol{Name: ".idata$4", Value: 0x174, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1584 | &pe.Symbol{Name: ".idata$6", Value: 0x654, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1585 | &pe.Symbol{Name: ".text", Value: 0x1b80, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1586 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1587 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1588 | &pe.Symbol{Name: ".idata$7", Value: 0x780, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1589 | &pe.Symbol{Name: ".idata$5", Value: 0x31c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1590 | &pe.Symbol{Name: ".idata$4", Value: 0x16c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1591 | &pe.Symbol{Name: ".idata$6", Value: 0x64a, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1592 | &pe.Symbol{Name: ".text", Value: 0x1b88, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1593 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1594 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1595 | &pe.Symbol{Name: ".idata$7", Value: 0x77c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1596 | &pe.Symbol{Name: ".idata$5", Value: 0x314, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1597 | &pe.Symbol{Name: ".idata$4", Value: 0x164, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1598 | &pe.Symbol{Name: ".idata$6", Value: 0x642, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1599 | &pe.Symbol{Name: ".text", Value: 0x1b90, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1600 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1601 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1602 | &pe.Symbol{Name: ".idata$7", Value: 0x778, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1603 | &pe.Symbol{Name: ".idata$5", Value: 0x30c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1604 | &pe.Symbol{Name: ".idata$4", Value: 0x15c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1605 | &pe.Symbol{Name: ".idata$6", Value: 0x636, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1606 | &pe.Symbol{Name: ".text", Value: 0x1b98, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1607 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1608 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1609 | &pe.Symbol{Name: ".idata$7", Value: 0x774, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1610 | &pe.Symbol{Name: ".idata$5", Value: 0x304, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1611 | &pe.Symbol{Name: ".idata$4", Value: 0x154, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1612 | &pe.Symbol{Name: ".idata$6", Value: 0x62c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1613 | &pe.Symbol{Name: ".text", Value: 0x1b98, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1614 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1615 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1616 | &pe.Symbol{Name: ".idata$7", Value: 0x770, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1617 | &pe.Symbol{Name: ".idata$5", Value: 0x2fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1618 | &pe.Symbol{Name: ".idata$4", Value: 0x14c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1619 | &pe.Symbol{Name: ".idata$6", Value: 0x622, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1620 | &pe.Symbol{Name: ".text", Value: 0x1ba0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1621 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1622 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1623 | &pe.Symbol{Name: ".idata$7", Value: 0x76c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1624 | &pe.Symbol{Name: ".idata$5", Value: 0x2f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1625 | &pe.Symbol{Name: ".idata$4", Value: 0x144, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1626 | &pe.Symbol{Name: ".idata$6", Value: 0x614, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1627 | &pe.Symbol{Name: ".text", Value: 0x1ba8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1628 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1629 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1630 | &pe.Symbol{Name: ".idata$7", Value: 0x768, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1631 | &pe.Symbol{Name: ".idata$5", Value: 0x2ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1632 | &pe.Symbol{Name: ".idata$4", Value: 0x13c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1633 | &pe.Symbol{Name: ".idata$6", Value: 0x60a, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1634 | &pe.Symbol{Name: ".text", Value: 0x1ba8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1635 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1636 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1637 | &pe.Symbol{Name: ".idata$7", Value: 0x764, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1638 | &pe.Symbol{Name: ".idata$5", Value: 0x2e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1639 | &pe.Symbol{Name: ".idata$4", Value: 0x134, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1640 | &pe.Symbol{Name: ".idata$6", Value: 0x5f6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1641 | &pe.Symbol{Name: ".text", Value: 0x1bb0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1642 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1643 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1644 | &pe.Symbol{Name: ".idata$7", Value: 0x760, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1645 | &pe.Symbol{Name: ".idata$5", Value: 0x2dc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1646 | &pe.Symbol{Name: ".idata$4", Value: 0x12c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1647 | &pe.Symbol{Name: ".idata$6", Value: 0x5e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1648 | &pe.Symbol{Name: ".text", Value: 0x1bb8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1649 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1650 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1651 | &pe.Symbol{Name: ".idata$7", Value: 0x75c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1652 | &pe.Symbol{Name: ".idata$5", Value: 0x2d4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1653 | &pe.Symbol{Name: ".idata$4", Value: 0x124, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1654 | &pe.Symbol{Name: ".idata$6", Value: 0x5d4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1655 | &pe.Symbol{Name: ".text", Value: 0x1bc0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1656 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1657 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1658 | &pe.Symbol{Name: ".idata$7", Value: 0x758, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1659 | &pe.Symbol{Name: ".idata$5", Value: 0x2cc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1660 | &pe.Symbol{Name: ".idata$4", Value: 0x11c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1661 | &pe.Symbol{Name: ".idata$6", Value: 0x5c6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1662 | &pe.Symbol{Name: ".text", Value: 0x1bc8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1663 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1664 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1665 | &pe.Symbol{Name: ".idata$7", Value: 0x754, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1666 | &pe.Symbol{Name: ".idata$5", Value: 0x2c4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1667 | &pe.Symbol{Name: ".idata$4", Value: 0x114, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1668 | &pe.Symbol{Name: ".idata$6", Value: 0x5ba, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1669 | &pe.Symbol{Name: ".text", Value: 0x1bc8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1670 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1671 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1672 | &pe.Symbol{Name: ".idata$7", Value: 0x750, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1673 | &pe.Symbol{Name: ".idata$5", Value: 0x2bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1674 | &pe.Symbol{Name: ".idata$4", Value: 0x10c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1675 | &pe.Symbol{Name: ".idata$6", Value: 0x5aa, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1676 | &pe.Symbol{Name: ".text", Value: 0x1bd0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1677 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1678 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1679 | &pe.Symbol{Name: ".idata$7", Value: 0x74c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1680 | &pe.Symbol{Name: ".idata$5", Value: 0x2b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1681 | &pe.Symbol{Name: ".idata$4", Value: 0x104, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1682 | &pe.Symbol{Name: ".idata$6", Value: 0x59c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1683 | &pe.Symbol{Name: ".text", Value: 0x1bd8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1684 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1685 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1686 | &pe.Symbol{Name: ".idata$7", Value: 0x748, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1687 | &pe.Symbol{Name: ".idata$5", Value: 0x2ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1688 | &pe.Symbol{Name: ".idata$4", Value: 0xfc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1689 | &pe.Symbol{Name: ".idata$6", Value: 0x584, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1690 | &pe.Symbol{Name: ".file", Value: 0x3b7, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1691 | &pe.Symbol{Name: "mingw_get_invalid_parameter_handler", Value: 0x1be0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1692 | &pe.Symbol{Name: "handler", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1693 | &pe.Symbol{Name: "_get_invalid_parameter_handler", Value: 0x1be0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1694 | &pe.Symbol{Name: "mingw_set_invalid_parameter_handler", Value: 0x1bf0, SectionNumber: 1, Type: 0x20, StorageClass: 0x3}, |
| 1695 | &pe.Symbol{Name: "_set_invalid_parameter_handler", Value: 0x1bf0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1696 | &pe.Symbol{Name: ".text", Value: 0x1be0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1697 | &pe.Symbol{Name: ".data", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1698 | &pe.Symbol{Name: ".bss", Value: 0x950, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1699 | &pe.Symbol{Name: ".xdata", Value: 0x1f8, SectionNumber: 5, Type: 0x0, StorageClass: 0x3}, |
| 1700 | &pe.Symbol{Name: ".pdata", Value: 0x21c, SectionNumber: 4, Type: 0x0, StorageClass: 0x3}, |
| 1701 | &pe.Symbol{Name: ".debug_info", Value: 0xba98, SectionNumber: 11, Type: 0x0, StorageClass: 0x3}, |
| 1702 | &pe.Symbol{Name: ".debug_abbrev", Value: 0x1952, SectionNumber: 12, Type: 0x0, StorageClass: 0x3}, |
| 1703 | &pe.Symbol{Name: ".debug_aranges", Value: 0x3f0, SectionNumber: 10, Type: 0x0, StorageClass: 0x3}, |
| 1704 | &pe.Symbol{Name: ".debug_line", Value: 0x1fa9, SectionNumber: 13, Type: 0x0, StorageClass: 0x3}, |
| 1705 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x5a0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1706 | &pe.Symbol{Name: ".debug_frame", Value: 0xae0, SectionNumber: 14, Type: 0x0, StorageClass: 0x3}, |
| 1707 | &pe.Symbol{Name: ".file", Value: 0x3c5, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1708 | &pe.Symbol{Name: "hname", Value: 0xfc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1709 | &pe.Symbol{Name: "fthunk", Value: 0x2ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1710 | &pe.Symbol{Name: ".text", Value: 0x1c00, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1711 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1712 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1713 | &pe.Symbol{Name: ".idata$2", Value: 0x14, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1714 | &pe.Symbol{Name: ".idata$4", Value: 0xfc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1715 | &pe.Symbol{Name: ".idata$5", Value: 0x2ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1716 | &pe.Symbol{Name: ".file", Value: 0x474, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1717 | &pe.Symbol{Name: ".text", Value: 0x1c00, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1718 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1719 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1720 | &pe.Symbol{Name: ".idata$4", Value: 0x1e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1721 | &pe.Symbol{Name: ".idata$5", Value: 0x394, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1722 | &pe.Symbol{Name: ".idata$7", Value: 0x7bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1723 | &pe.Symbol{Name: ".text", Value: 0x1c00, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1724 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1725 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1726 | &pe.Symbol{Name: ".idata$7", Value: 0x734, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1727 | &pe.Symbol{Name: ".idata$5", Value: 0x29c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1728 | &pe.Symbol{Name: ".idata$4", Value: 0xec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1729 | &pe.Symbol{Name: ".idata$6", Value: 0x574, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1730 | &pe.Symbol{Name: ".text", Value: 0x1c08, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1731 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1732 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1733 | &pe.Symbol{Name: ".idata$7", Value: 0x730, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1734 | &pe.Symbol{Name: ".idata$5", Value: 0x294, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1735 | &pe.Symbol{Name: ".idata$4", Value: 0xe4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1736 | &pe.Symbol{Name: ".idata$6", Value: 0x562, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1737 | &pe.Symbol{Name: ".text", Value: 0x1c10, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1738 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1739 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1740 | &pe.Symbol{Name: ".idata$7", Value: 0x72c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1741 | &pe.Symbol{Name: ".idata$5", Value: 0x28c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1742 | &pe.Symbol{Name: ".idata$4", Value: 0xdc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1743 | &pe.Symbol{Name: ".idata$6", Value: 0x546, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1744 | &pe.Symbol{Name: ".text", Value: 0x1c18, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1745 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1746 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1747 | &pe.Symbol{Name: ".idata$7", Value: 0x728, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1748 | &pe.Symbol{Name: ".idata$5", Value: 0x284, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1749 | &pe.Symbol{Name: ".idata$4", Value: 0xd4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1750 | &pe.Symbol{Name: ".idata$6", Value: 0x538, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1751 | &pe.Symbol{Name: ".text", Value: 0x1c20, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1752 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1753 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1754 | &pe.Symbol{Name: ".idata$7", Value: 0x724, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1755 | &pe.Symbol{Name: ".idata$5", Value: 0x27c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1756 | &pe.Symbol{Name: ".idata$4", Value: 0xcc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1757 | &pe.Symbol{Name: ".idata$6", Value: 0x524, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1758 | &pe.Symbol{Name: ".text", Value: 0x1c28, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1759 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1760 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1761 | &pe.Symbol{Name: ".idata$7", Value: 0x720, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1762 | &pe.Symbol{Name: ".idata$5", Value: 0x274, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1763 | &pe.Symbol{Name: ".idata$4", Value: 0xc4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1764 | &pe.Symbol{Name: ".idata$6", Value: 0x51c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1765 | &pe.Symbol{Name: ".text", Value: 0x1c30, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1766 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1767 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1768 | &pe.Symbol{Name: ".idata$7", Value: 0x71c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1769 | &pe.Symbol{Name: ".idata$5", Value: 0x26c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1770 | &pe.Symbol{Name: ".idata$4", Value: 0xbc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1771 | &pe.Symbol{Name: ".idata$6", Value: 0x4fe, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1772 | &pe.Symbol{Name: ".text", Value: 0x1c38, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1773 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1774 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1775 | &pe.Symbol{Name: ".idata$7", Value: 0x718, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1776 | &pe.Symbol{Name: ".idata$5", Value: 0x264, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1777 | &pe.Symbol{Name: ".idata$4", Value: 0xb4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1778 | &pe.Symbol{Name: ".idata$6", Value: 0x4ea, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1779 | &pe.Symbol{Name: ".text", Value: 0x1c40, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1780 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1781 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1782 | &pe.Symbol{Name: ".idata$7", Value: 0x714, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1783 | &pe.Symbol{Name: ".idata$5", Value: 0x25c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1784 | &pe.Symbol{Name: ".idata$4", Value: 0xac, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1785 | &pe.Symbol{Name: ".idata$6", Value: 0x4d0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1786 | &pe.Symbol{Name: ".text", Value: 0x1c48, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1787 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1788 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1789 | &pe.Symbol{Name: ".idata$7", Value: 0x710, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1790 | &pe.Symbol{Name: ".idata$5", Value: 0x254, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1791 | &pe.Symbol{Name: ".idata$4", Value: 0xa4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1792 | &pe.Symbol{Name: ".idata$6", Value: 0x4bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1793 | &pe.Symbol{Name: ".text", Value: 0x1c50, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1794 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1795 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1796 | &pe.Symbol{Name: ".idata$7", Value: 0x70c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1797 | &pe.Symbol{Name: ".idata$5", Value: 0x24c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1798 | &pe.Symbol{Name: ".idata$4", Value: 0x9c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1799 | &pe.Symbol{Name: ".idata$6", Value: 0x4a6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1800 | &pe.Symbol{Name: ".text", Value: 0x1c58, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1801 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1802 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1803 | &pe.Symbol{Name: ".idata$7", Value: 0x708, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1804 | &pe.Symbol{Name: ".idata$5", Value: 0x244, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1805 | &pe.Symbol{Name: ".idata$4", Value: 0x94, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1806 | &pe.Symbol{Name: ".idata$6", Value: 0x48c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1807 | &pe.Symbol{Name: ".text", Value: 0x1c60, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1808 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1809 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1810 | &pe.Symbol{Name: ".idata$7", Value: 0x704, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1811 | &pe.Symbol{Name: ".idata$5", Value: 0x23c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1812 | &pe.Symbol{Name: ".idata$4", Value: 0x8c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1813 | &pe.Symbol{Name: ".idata$6", Value: 0x474, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1814 | &pe.Symbol{Name: ".text", Value: 0x1c68, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1815 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1816 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1817 | &pe.Symbol{Name: ".idata$7", Value: 0x700, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1818 | &pe.Symbol{Name: ".idata$5", Value: 0x234, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1819 | &pe.Symbol{Name: ".idata$4", Value: 0x84, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1820 | &pe.Symbol{Name: ".idata$6", Value: 0x458, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1821 | &pe.Symbol{Name: ".text", Value: 0x1c70, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1822 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1823 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1824 | &pe.Symbol{Name: ".idata$7", Value: 0x6fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1825 | &pe.Symbol{Name: ".idata$5", Value: 0x22c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1826 | &pe.Symbol{Name: ".idata$4", Value: 0x7c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1827 | &pe.Symbol{Name: ".idata$6", Value: 0x448, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1828 | &pe.Symbol{Name: ".text", Value: 0x1c78, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1829 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1830 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1831 | &pe.Symbol{Name: ".idata$7", Value: 0x6f8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1832 | &pe.Symbol{Name: ".idata$5", Value: 0x224, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1833 | &pe.Symbol{Name: ".idata$4", Value: 0x74, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1834 | &pe.Symbol{Name: ".idata$6", Value: 0x42e, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1835 | &pe.Symbol{Name: ".text", Value: 0x1c80, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1836 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1837 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1838 | &pe.Symbol{Name: ".idata$7", Value: 0x6f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1839 | &pe.Symbol{Name: ".idata$5", Value: 0x21c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1840 | &pe.Symbol{Name: ".idata$4", Value: 0x6c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1841 | &pe.Symbol{Name: ".idata$6", Value: 0x41c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1842 | &pe.Symbol{Name: ".text", Value: 0x1c88, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1843 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1844 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1845 | &pe.Symbol{Name: ".idata$7", Value: 0x6f0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1846 | &pe.Symbol{Name: ".idata$5", Value: 0x214, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1847 | &pe.Symbol{Name: ".idata$4", Value: 0x64, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1848 | &pe.Symbol{Name: ".idata$6", Value: 0x40c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1849 | &pe.Symbol{Name: ".text", Value: 0x1c90, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1850 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1851 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1852 | &pe.Symbol{Name: ".idata$7", Value: 0x6ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1853 | &pe.Symbol{Name: ".idata$5", Value: 0x20c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1854 | &pe.Symbol{Name: ".idata$4", Value: 0x5c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1855 | &pe.Symbol{Name: ".idata$6", Value: 0x3f6, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1856 | &pe.Symbol{Name: ".text", Value: 0x1c98, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1857 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1858 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1859 | &pe.Symbol{Name: ".idata$7", Value: 0x6e8, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1860 | &pe.Symbol{Name: ".idata$5", Value: 0x204, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1861 | &pe.Symbol{Name: ".idata$4", Value: 0x54, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1862 | &pe.Symbol{Name: ".idata$6", Value: 0x3e0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1863 | &pe.Symbol{Name: ".text", Value: 0x1ca0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1864 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1865 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1866 | &pe.Symbol{Name: ".idata$7", Value: 0x6e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1867 | &pe.Symbol{Name: ".idata$5", Value: 0x1fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1868 | &pe.Symbol{Name: ".idata$4", Value: 0x4c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1869 | &pe.Symbol{Name: ".idata$6", Value: 0x3cc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1870 | &pe.Symbol{Name: ".text", Value: 0x1ca8, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1871 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1872 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1873 | &pe.Symbol{Name: ".idata$7", Value: 0x6e0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1874 | &pe.Symbol{Name: ".idata$5", Value: 0x1f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1875 | &pe.Symbol{Name: ".idata$4", Value: 0x44, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1876 | &pe.Symbol{Name: ".idata$6", Value: 0x3b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1877 | &pe.Symbol{Name: ".text", Value: 0x1cb0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1878 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1879 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1880 | &pe.Symbol{Name: ".idata$7", Value: 0x6dc, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1881 | &pe.Symbol{Name: ".idata$5", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1882 | &pe.Symbol{Name: ".idata$4", Value: 0x3c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1883 | &pe.Symbol{Name: ".idata$6", Value: 0x39c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1884 | &pe.Symbol{Name: ".file", Value: 0x482, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1885 | &pe.Symbol{Name: "hname", Value: 0x3c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1886 | &pe.Symbol{Name: "fthunk", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1887 | &pe.Symbol{Name: ".text", Value: 0x1cc0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1888 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1889 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1890 | &pe.Symbol{Name: ".idata$2", Value: 0x0, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1891 | &pe.Symbol{Name: ".idata$4", Value: 0x3c, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1892 | &pe.Symbol{Name: ".idata$5", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1893 | &pe.Symbol{Name: ".file", Value: 0x490, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1894 | &pe.Symbol{Name: ".text", Value: 0x1cc0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1895 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1896 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1897 | &pe.Symbol{Name: ".idata$4", Value: 0xf4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1898 | &pe.Symbol{Name: ".idata$5", Value: 0x2a4, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1899 | &pe.Symbol{Name: ".idata$7", Value: 0x738, SectionNumber: 7, Type: 0x0, StorageClass: 0x3}, |
| 1900 | &pe.Symbol{Name: ".file", Value: 0x49a, SectionNumber: -2, Type: 0x0, StorageClass: 0x67}, |
| 1901 | &pe.Symbol{Name: ".text", Value: 0x1cc0, SectionNumber: 1, Type: 0x0, StorageClass: 0x3}, |
| 1902 | &pe.Symbol{Name: ".data", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x3}, |
| 1903 | &pe.Symbol{Name: ".bss", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x3}, |
| 1904 | &pe.Symbol{Name: ".rdata$zzz", Value: 0x5c0, SectionNumber: 3, Type: 0x0, StorageClass: 0x3}, |
| 1905 | &pe.Symbol{Name: "__xc_z", Value: 0x10, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1906 | &pe.Symbol{Name: "___RUNTIME_PSEUDO_RELOC_LIST__", Value: 0x4045e0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1907 | &pe.Symbol{Name: "__imp_GetStartupInfoA", Value: 0x21c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1908 | &pe.Symbol{Name: "symbol1", Value: 0x20, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1909 | &pe.Symbol{Name: "__imp_abort", Value: 0x32c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1910 | &pe.Symbol{Name: "__lib64_libkernel32_a_iname", Value: 0x738, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1911 | &pe.Symbol{Name: "__data_start__", Value: 0x0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1912 | &pe.Symbol{Name: "___DTOR_LIST__", Value: 0x1cd0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1913 | &pe.Symbol{Name: "__imp__fmode", Value: 0x304, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1914 | &pe.Symbol{Name: "__imp__lock", Value: 0x314, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1915 | &pe.Symbol{Name: "__imp_RtlVirtualUnwind", Value: 0x264, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1916 | &pe.Symbol{Name: "SetUnhandledExceptionFilter", Value: 0x1c30, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1917 | &pe.Symbol{Name: "__imp_calloc", Value: 0x334, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1918 | &pe.Symbol{Name: "_lock", Value: 0x1b88, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1919 | &pe.Symbol{Name: "___tls_start__", Value: 0x0, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 1920 | &pe.Symbol{Name: "__ImageBase", Value: 0x400000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1921 | &pe.Symbol{Name: "__xl_a", Value: 0x38, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1922 | &pe.Symbol{Name: "GetLastError", Value: 0x1c88, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1923 | &pe.Symbol{Name: "GetSystemTimeAsFileTime", Value: 0x1c78, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1924 | &pe.Symbol{Name: "mingw_initltssuo_force", Value: 0x5f0, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1925 | &pe.Symbol{Name: "__rt_psrelocs_start", Value: 0x5e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x2}, |
| 1926 | &pe.Symbol{Name: "_cexit", Value: 0x1b98, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1927 | &pe.Symbol{Name: "__imp___dllonexit", Value: 0x2b4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1928 | &pe.Symbol{Name: "__dll_characteristics__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1929 | &pe.Symbol{Name: "__size_of_stack_commit__", Value: 0x1000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1930 | &pe.Symbol{Name: "__iob_func", Value: 0x1bc0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1931 | &pe.Symbol{Name: "__imp__acmdln", Value: 0x2ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1932 | &pe.Symbol{Name: "__size_of_stack_reserve__", Value: 0x200000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1933 | &pe.Symbol{Name: "__major_subsystem_version__", Value: 0x5, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1934 | &pe.Symbol{Name: "___crt_xl_start__", Value: 0x38, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1935 | &pe.Symbol{Name: "__imp_DeleteCriticalSection", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1936 | &pe.Symbol{Name: "__xl_d", Value: 0x48, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1937 | &pe.Symbol{Name: "__imp__set_invalid_parameter_handler", Value: 0x178, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1938 | &pe.Symbol{Name: "_tls_end", Value: 0x60, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 1939 | &pe.Symbol{Name: "VirtualQuery", Value: 0x1c00, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1940 | &pe.Symbol{Name: "___crt_xi_start__", Value: 0x18, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1941 | &pe.Symbol{Name: "__imp__amsg_exit", Value: 0x2f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1942 | &pe.Symbol{Name: "___crt_xi_end__", Value: 0x38, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1943 | &pe.Symbol{Name: "_tls_start", Value: 0x0, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 1944 | &pe.Symbol{Name: "memcpy", Value: 0x1b38, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1945 | &pe.Symbol{Name: "__mingw_winmain_lpCmdLine", Value: 0x960, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1946 | &pe.Symbol{Name: "__mingw_oldexcpt_handler", Value: 0x640, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1947 | &pe.Symbol{Name: "__imp_GetCurrentThreadId", Value: 0x20c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1948 | &pe.Symbol{Name: "malloc", Value: 0x1b40, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1949 | &pe.Symbol{Name: "GetCurrentProcessId", Value: 0x1c98, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1950 | &pe.Symbol{Name: "_CRT_MT", Value: 0x150, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1951 | &pe.Symbol{Name: "TlsGetValue", Value: 0x1c18, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1952 | &pe.Symbol{Name: "TerminateProcess", Value: 0x1c20, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1953 | &pe.Symbol{Name: "__bss_start__", Value: 0x0, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1954 | &pe.Symbol{Name: "__imp___C_specific_handler", Value: 0x2ac, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1955 | &pe.Symbol{Name: "___RUNTIME_PSEUDO_RELOC_LIST_END__", Value: 0x4045e0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1956 | &pe.Symbol{Name: "RtlLookupFunctionEntry", Value: 0x1c40, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1957 | &pe.Symbol{Name: "__size_of_heap_commit__", Value: 0x1000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1958 | &pe.Symbol{Name: "__imp_GetLastError", Value: 0x214, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1959 | &pe.Symbol{Name: "__imp_free", Value: 0x34c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1960 | &pe.Symbol{Name: "__imp_RtlLookupFunctionEntry", Value: 0x25c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1961 | &pe.Symbol{Name: "VirtualProtect", Value: 0x1c08, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1962 | &pe.Symbol{Name: "mingw_app_type", Value: 0x610, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1963 | &pe.Symbol{Name: "___crt_xp_start__", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1964 | &pe.Symbol{Name: "__imp_LeaveCriticalSection", Value: 0x23c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1965 | &pe.Symbol{Name: "__mingw_pinit", Value: 0x28, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1966 | &pe.Symbol{Name: "__C_specific_handler", Value: 0x1bd8, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1967 | &pe.Symbol{Name: "__imp_GetTickCount", Value: 0x22c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1968 | &pe.Symbol{Name: "abort", Value: 0x1b70, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1969 | &pe.Symbol{Name: "___crt_xp_end__", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1970 | &pe.Symbol{Name: "__dll__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1971 | &pe.Symbol{Name: "__minor_os_version__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1972 | &pe.Symbol{Name: "__imp_GetSystemTimeAsFileTime", Value: 0x224, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1973 | &pe.Symbol{Name: "EnterCriticalSection", Value: 0x1ca8, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1974 | &pe.Symbol{Name: "_MINGW_INSTALL_DEBUG_MATHERR", Value: 0x160, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1975 | &pe.Symbol{Name: "__image_base__", Value: 0x400000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1976 | &pe.Symbol{Name: "__imp_write", Value: 0x38c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1977 | &pe.Symbol{Name: "RtlCaptureContext", Value: 0x1c48, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1978 | &pe.Symbol{Name: "__section_alignment__", Value: 0x1000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1979 | &pe.Symbol{Name: "__native_dllmain_reason", Value: 0x134, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1980 | &pe.Symbol{Name: "calloc", Value: 0x1b68, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1981 | &pe.Symbol{Name: "_tls_used", Value: 0x20, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 1982 | &pe.Symbol{Name: "UnhandledExceptionFilter", Value: 0x1c10, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1983 | &pe.Symbol{Name: "mingw_initcharmax", Value: 0x50, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1984 | &pe.Symbol{Name: "__IAT_end__", Value: 0x39c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1985 | &pe.Symbol{Name: "write", Value: 0x1b10, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1986 | &pe.Symbol{Name: "__imp_memcpy", Value: 0x364, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1987 | &pe.Symbol{Name: "__RUNTIME_PSEUDO_RELOC_LIST__", Value: 0x4045e0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 1988 | &pe.Symbol{Name: "fprintf", Value: 0x1b58, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 1989 | &pe.Symbol{Name: "__imp_RtlAddFunctionTable", Value: 0x24c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1990 | &pe.Symbol{Name: "Sleep", Value: 0x1c28, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1991 | &pe.Symbol{Name: "mingw_pcppinit", Value: 0x8, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1992 | &pe.Symbol{Name: "__data_end__", Value: 0x1a0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 1993 | &pe.Symbol{Name: "__imp_fwrite", Value: 0x354, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1994 | &pe.Symbol{Name: "__CTOR_LIST__", Value: 0x1cc0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 1995 | &pe.Symbol{Name: "__imp___getmainargs", Value: 0x2bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1996 | &pe.Symbol{Name: "_head_lib64_libkernel32_a", Value: 0x0, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 1997 | &pe.Symbol{Name: "__bss_end__", Value: 0x9b0, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 1998 | &pe.Symbol{Name: "__xi_z", Value: 0x30, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 1999 | &pe.Symbol{Name: "GetTickCount", Value: 0x1c70, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2000 | &pe.Symbol{Name: "_head_lib64_libmsvcrt_a", Value: 0x14, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2001 | &pe.Symbol{Name: "__native_vcclrit_reason", Value: 0x130, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 2002 | &pe.Symbol{Name: "___crt_xc_end__", Value: 0x18, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 2003 | &pe.Symbol{Name: "RtlAddFunctionTable", Value: 0x1c50, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2004 | &pe.Symbol{Name: "__imp_EnterCriticalSection", Value: 0x1f4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2005 | &pe.Symbol{Name: "_tls_index", Value: 0x5fc, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2006 | &pe.Symbol{Name: "signal", Value: 0x1b30, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2007 | &pe.Symbol{Name: "__native_startup_state", Value: 0x980, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2008 | &pe.Symbol{Name: "___crt_xc_start__", Value: 0x0, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 2009 | &pe.Symbol{Name: "__onexitbegin", Value: 0x970, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2010 | &pe.Symbol{Name: "__imp_GetCurrentProcessId", Value: 0x204, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2011 | &pe.Symbol{Name: "strncmp", Value: 0x1b20, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2012 | &pe.Symbol{Name: "__imp___lconv_init", Value: 0x2d4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2013 | &pe.Symbol{Name: "__imp_TerminateProcess", Value: 0x27c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2014 | &pe.Symbol{Name: "___CTOR_LIST__", Value: 0x1cc0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2015 | &pe.Symbol{Name: "__imp_signal", Value: 0x36c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2016 | &pe.Symbol{Name: "__rt_psrelocs_size", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2017 | &pe.Symbol{Name: "__imp_QueryPerformanceCounter", Value: 0x244, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2018 | &pe.Symbol{Name: "__imp_strlen", Value: 0x374, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2019 | &pe.Symbol{Name: "__imp_malloc", Value: 0x35c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2020 | &pe.Symbol{Name: "__mingw_winmain_nShowCmd", Value: 0x0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 2021 | &pe.Symbol{Name: "mingw_pcinit", Value: 0x20, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 2022 | &pe.Symbol{Name: "__file_alignment__", Value: 0x200, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2023 | &pe.Symbol{Name: "__imp_InitializeCriticalSection", Value: 0x234, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2024 | &pe.Symbol{Name: "__lconv_init", Value: 0x1bb8, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2025 | &pe.Symbol{Name: "__getmainargs", Value: 0x1bc8, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2026 | &pe.Symbol{Name: "InitializeCriticalSection", Value: 0x1c68, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2027 | &pe.Symbol{Name: "__imp_exit", Value: 0x33c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2028 | &pe.Symbol{Name: "__major_os_version__", Value: 0x4, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2029 | &pe.Symbol{Name: "__imp_vfprintf", Value: 0x384, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2030 | &pe.Symbol{Name: "__imp___initenv", Value: 0x2c4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2031 | &pe.Symbol{Name: "__IAT_start__", Value: 0x1ec, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2032 | &pe.Symbol{Name: "__imp__cexit", Value: 0x2fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2033 | &pe.Symbol{Name: "__imp_UnhandledExceptionFilter", Value: 0x28c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2034 | &pe.Symbol{Name: "__xl_z", Value: 0x50, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 2035 | &pe.Symbol{Name: "__end__", Value: 0x1000, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 2036 | &pe.Symbol{Name: "__imp_SetUnhandledExceptionFilter", Value: 0x26c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2037 | &pe.Symbol{Name: "__imp__onexit", Value: 0x31c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2038 | &pe.Symbol{Name: "__DTOR_LIST__", Value: 0x1cd0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2039 | &pe.Symbol{Name: "RtlVirtualUnwind", Value: 0x1c38, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2040 | &pe.Symbol{Name: "__xi_a", Value: 0x18, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 2041 | &pe.Symbol{Name: "symbol2", Value: 0xa0, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 2042 | &pe.Symbol{Name: "__set_app_type", Value: 0x1bb0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2043 | &pe.Symbol{Name: "__imp_Sleep", Value: 0x274, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2044 | &pe.Symbol{Name: "LeaveCriticalSection", Value: 0x1c60, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2045 | &pe.Symbol{Name: "__xc_a", Value: 0x0, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 2046 | &pe.Symbol{Name: "__imp___setusermatherr", Value: 0x2e4, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2047 | &pe.Symbol{Name: "__size_of_heap_reserve__", Value: 0x100000, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2048 | &pe.Symbol{Name: "___crt_xt_start__", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 2049 | &pe.Symbol{Name: "__subsystem__", Value: 0x3, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2050 | &pe.Symbol{Name: "_amsg_exit", Value: 0x1ba0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2051 | &pe.Symbol{Name: "_fmode", Value: 0x630, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2052 | &pe.Symbol{Name: "__security_cookie_complement", Value: 0x190, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 2053 | &pe.Symbol{Name: "__imp_TlsGetValue", Value: 0x284, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2054 | &pe.Symbol{Name: "GetCurrentProcess", Value: 0x1ca0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2055 | &pe.Symbol{Name: "__setusermatherr", Value: 0x1ba8, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2056 | &pe.Symbol{Name: "__imp_fprintf", Value: 0x344, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2057 | &pe.Symbol{Name: "__imp_VirtualProtect", Value: 0x294, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2058 | &pe.Symbol{Name: "__xl_c", Value: 0x40, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 2059 | &pe.Symbol{Name: "___tls_end__", Value: 0x68, SectionNumber: 9, Type: 0x0, StorageClass: 0x2}, |
| 2060 | &pe.Symbol{Name: "__onexitend", Value: 0x978, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2061 | &pe.Symbol{Name: "QueryPerformanceCounter", Value: 0x1c58, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2062 | &pe.Symbol{Name: "__imp_VirtualQuery", Value: 0x29c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2063 | &pe.Symbol{Name: "__imp__initterm", Value: 0x30c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2064 | &pe.Symbol{Name: "mingw_initltsdyn_force", Value: 0x5f4, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2065 | &pe.Symbol{Name: "_dowildcard", Value: 0x40, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2066 | &pe.Symbol{Name: "__imp___iob_func", Value: 0x2cc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2067 | &pe.Symbol{Name: "__dyn_tls_init_callback", Value: 0x10, SectionNumber: 3, Type: 0x0, StorageClass: 0x2}, |
| 2068 | &pe.Symbol{Name: "_initterm", Value: 0x1b90, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2069 | &pe.Symbol{Name: "_newmode", Value: 0x5e0, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2070 | &pe.Symbol{Name: "fwrite", Value: 0x1b48, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2071 | &pe.Symbol{Name: "__imp_strncmp", Value: 0x37c, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2072 | &pe.Symbol{Name: "__major_image_version__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2073 | &pe.Symbol{Name: "__loader_flags__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2074 | &pe.Symbol{Name: "___chkstk_ms", Value: 0x1ad0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2075 | &pe.Symbol{Name: "__native_startup_lock", Value: 0x988, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2076 | &pe.Symbol{Name: "__mingw_winmain_hInstance", Value: 0x968, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2077 | &pe.Symbol{Name: "GetStartupInfoA", Value: 0x1c80, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2078 | &pe.Symbol{Name: "GetCurrentThreadId", Value: 0x1c90, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2079 | &pe.Symbol{Name: "_onexit", Value: 0x1b80, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2080 | &pe.Symbol{Name: "__rt_psrelocs_end", Value: 0x5e0, SectionNumber: 3, Type: 0x0, StorageClass: 0x2}, |
| 2081 | &pe.Symbol{Name: "exit", Value: 0x1b60, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2082 | &pe.Symbol{Name: "__imp__get_invalid_parameter_handler", Value: 0x170, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 2083 | &pe.Symbol{Name: "__minor_subsystem_version__", Value: 0x2, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2084 | &pe.Symbol{Name: "__minor_image_version__", Value: 0x0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2085 | &pe.Symbol{Name: "__imp__unlock", Value: 0x324, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2086 | &pe.Symbol{Name: "__imp___set_app_type", Value: 0x2dc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2087 | &pe.Symbol{Name: "mingw_initltsdrot_force", Value: 0x5f8, SectionNumber: 6, Type: 0x0, StorageClass: 0x2}, |
| 2088 | &pe.Symbol{Name: "_charmax", Value: 0x140, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 2089 | &pe.Symbol{Name: "strlen", Value: 0x1b28, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2090 | &pe.Symbol{Name: "DeleteCriticalSection", Value: 0x1cb0, SectionNumber: 1, Type: 0x0, StorageClass: 0x2}, |
| 2091 | &pe.Symbol{Name: "__imp_RtlCaptureContext", Value: 0x254, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2092 | &pe.Symbol{Name: "__RUNTIME_PSEUDO_RELOC_LIST_END__", Value: 0x4045e0, SectionNumber: -1, Type: 0x0, StorageClass: 0x2}, |
| 2093 | &pe.Symbol{Name: "__dllonexit", Value: 0x1bd0, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2094 | &pe.Symbol{Name: "_unlock", Value: 0x1b78, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2095 | &pe.Symbol{Name: "__imp_GetCurrentProcess", Value: 0x1fc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2096 | &pe.Symbol{Name: "___crt_xt_end__", Value: 0x58, SectionNumber: 8, Type: 0x0, StorageClass: 0x2}, |
| 2097 | &pe.Symbol{Name: "__lib64_libmsvcrt_a_iname", Value: 0x7bc, SectionNumber: 7, Type: 0x0, StorageClass: 0x2}, |
| 2098 | &pe.Symbol{Name: "vfprintf", Value: 0x1b18, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2099 | &pe.Symbol{Name: "free", Value: 0x1b50, SectionNumber: 1, Type: 0x20, StorageClass: 0x2}, |
| 2100 | &pe.Symbol{Name: "__security_cookie", Value: 0x180, SectionNumber: 2, Type: 0x0, StorageClass: 0x2}, |
| 2101 | }, |
| 2102 | } |