Guest User

dmd dumpbin sl.obj

a guest
Dec 16th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 111.97 KB | None | 0 0
  1. Microsoft (R) COFF/PE Dumper Version 14.00.24215.1
  2. Copyright (C) Microsoft Corporation. All rights reserved.
  3.  
  4.  
  5. Dump of file sl.obj
  6.  
  7. File Type: COFF OBJECT
  8.  
  9. FILE HEADER VALUES
  10. 8664 machine (x64)
  11. 55 number of sections
  12. 58547843 time date stamp Sat Dec 17 05:26:59 2016
  13. D5C file pointer to symbol table
  14. 115 number of symbols
  15. 0 size of optional header
  16. 0 characteristics
  17.  
  18. SECTION HEADER #1
  19. .drectve name
  20. 0 physical address
  21. 0 virtual address
  22. 45 size of raw data
  23. 3B7A file pointer to raw data (00003B7A to 00003BBE)
  24. 0 file pointer to relocation table
  25. 0 file pointer to line numbers
  26. 0 number of relocations
  27. 0 number of line numbers
  28. 100A00 flags
  29. Info
  30. Remove
  31. 1 byte align
  32.  
  33. RAW DATA #1
  34. 00000000: 20 20 20 2F 44 45 46 41 55 4C 54 4C 49 42 3A 22 /DEFAULTLIB:"
  35. 00000010: 70 68 6F 62 6F 73 36 34 22 20 2F 44 45 46 41 55 phobos64" /DEFAU
  36. 00000020: 4C 54 4C 49 42 3A 22 4C 49 42 43 4D 54 22 20 2F LTLIB:"LIBCMT" /
  37. 00000030: 44 45 46 41 55 4C 54 4C 49 42 3A 22 4F 4C 44 4E DEFAULTLIB:"OLDN
  38. 00000040: 41 4D 45 53 22 AMES"
  39.  
  40. Linker Directives
  41. -----------------
  42. /DEFAULTLIB:phobos64
  43. /DEFAULTLIB:LIBCMT
  44. /DEFAULTLIB:OLDNAMES
  45.  
  46. SECTION HEADER #2
  47. .debug$S name
  48. 0 physical address
  49. 0 virtual address
  50. 0 size of raw data
  51. 0 file pointer to raw data
  52. 0 file pointer to relocation table
  53. 0 file pointer to line numbers
  54. 0 number of relocations
  55. 0 number of line numbers
  56. 42100040 flags
  57. Initialized Data
  58. Discardable
  59. 1 byte align
  60. Read Only
  61.  
  62. SECTION HEADER #3
  63. .data$B name
  64. 0 physical address
  65. 0 virtual address
  66. B9 size of raw data
  67. 3AC1 file pointer to raw data (00003AC1 to 00003B79)
  68. 45CC file pointer to relocation table
  69. 0 file pointer to line numbers
  70. 1 number of relocations
  71. 0 number of line numbers
  72. C0500040 flags
  73. Initialized Data
  74. 16 byte align
  75. Read Write
  76.  
  77. RAW DATA #3
  78. 00000000: C0 00 00 00 EB 00 00 00 01 00 00 00 00 00 00 00 A...e...........
  79. 00000010: 40 00 00 00 BA 00 00 00 FF FF FF FF 00 00 00 00 @...?...yyyy....
  80. 00000020: C9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E...............
  81. 00000030: 80 00 00 00 8E 01 00 00 01 00 00 00 00 00 00 00 ................
  82. 00000040: 2E 00 00 00 56 01 00 00 FF FF FF FF 00 00 00 00 ....V...yyyy....
  83. 00000050: 65 01 00 00 00 00 00 00 43 3A 5C 44 5C 64 6D 64 e.......C:\D\dmd
  84. 00000060: 32 5C 77 69 6E 64 6F 77 73 5C 62 69 6E 5C 2E 2E 2\windows\bin\..
  85. 00000070: 5C 2E 2E 5C 73 72 63 5C 70 68 6F 62 6F 73 5C 73 \..\src\phobos\s
  86. 00000080: 74 64 5C 73 74 64 69 6F 2E 64 00 00 00 00 00 00 td\stdio.d......
  87. 00000090: 00 14 00 00 00 00 00 00 01 00 00 00 00 00 00 00 ................
  88. 000000A0: 00 00 00 00 00 00 00 00 61 70 70 00 73 6F 75 72 ........app.sour
  89. 000000B0: 63 65 5C 61 70 70 2E 64 00 ce\app.d.
  90.  
  91. RELOCATIONS #3
  92. Symbol Symbol
  93. Offset Type Applied To Index Name
  94. -------- ---------------- ----------------- -------- ------
  95. 000000A0 ADDR64 00000000 00000000 100 _D3std5stdio12__ModuleInfoZ
  96.  
  97. SECTION HEADER #4
  98. .text name
  99. 0 physical address
  100. 0 virtual address
  101. 0 size of raw data
  102. 0 file pointer to raw data
  103. 0 file pointer to relocation table
  104. 0 file pointer to line numbers
  105. 0 number of relocations
  106. 0 number of line numbers
  107. 60500020 flags
  108. Code
  109. 16 byte align
  110. Execute Read
  111.  
  112. SECTION HEADER #5
  113. .bss$B name
  114. 0 physical address
  115. 0 virtual address
  116. 0 size of raw data
  117. 0 file pointer to raw data
  118. 0 file pointer to relocation table
  119. 0 file pointer to line numbers
  120. 0 number of relocations
  121. 0 number of line numbers
  122. C0500080 flags
  123. Uninitialized Data
  124. 16 byte align
  125. Read Write
  126.  
  127. SECTION HEADER #6
  128. .rdata name
  129. 0 physical address
  130. 0 virtual address
  131. 0 size of raw data
  132. 0 file pointer to raw data
  133. 0 file pointer to relocation table
  134. 0 file pointer to line numbers
  135. 0 number of relocations
  136. 0 number of line numbers
  137. 40500040 flags
  138. Initialized Data
  139. 16 byte align
  140. Read Only
  141.  
  142. SECTION HEADER #7
  143. ._deh$A name
  144. 0 physical address
  145. 0 virtual address
  146. 8 size of raw data
  147. 3BBF file pointer to raw data (00003BBF to 00003BC6)
  148. 0 file pointer to relocation table
  149. 0 file pointer to line numbers
  150. 0 number of relocations
  151. 0 number of line numbers
  152. 40400040 flags
  153. Initialized Data
  154. 8 byte align
  155. Read Only
  156.  
  157. RAW DATA #7
  158. 00000000: 00 00 00 00 00 00 00 00 ........
  159.  
  160. SECTION HEADER #8
  161. ._deh$C name
  162. 0 physical address
  163. 0 virtual address
  164. 8 size of raw data
  165. 3BC7 file pointer to raw data (00003BC7 to 00003BCE)
  166. 0 file pointer to relocation table
  167. 0 file pointer to line numbers
  168. 0 number of relocations
  169. 0 number of line numbers
  170. 40400040 flags
  171. Initialized Data
  172. 8 byte align
  173. Read Only
  174.  
  175. RAW DATA #8
  176. 00000000: 00 00 00 00 00 00 00 00 ........
  177.  
  178. SECTION HEADER #9
  179. .minfo$A name
  180. 0 physical address
  181. 0 virtual address
  182. 8 size of raw data
  183. 3BCF file pointer to raw data (00003BCF to 00003BD6)
  184. 0 file pointer to relocation table
  185. 0 file pointer to line numbers
  186. 0 number of relocations
  187. 0 number of line numbers
  188. 40400040 flags
  189. Initialized Data
  190. 8 byte align
  191. Read Only
  192.  
  193. RAW DATA #9
  194. 00000000: 00 00 00 00 00 00 00 00 ........
  195.  
  196. SECTION HEADER #A
  197. .minfo$C name
  198. 0 physical address
  199. 0 virtual address
  200. 8 size of raw data
  201. 3BD7 file pointer to raw data (00003BD7 to 00003BDE)
  202. 0 file pointer to relocation table
  203. 0 file pointer to line numbers
  204. 0 number of relocations
  205. 0 number of line numbers
  206. 40400040 flags
  207. Initialized Data
  208. 8 byte align
  209. Read Only
  210.  
  211. RAW DATA #A
  212. 00000000: 00 00 00 00 00 00 00 00 ........
  213.  
  214. SECTION HEADER #B
  215. .data$A name
  216. 0 physical address
  217. 0 virtual address
  218. 0 size of raw data
  219. 0 file pointer to raw data
  220. 0 file pointer to relocation table
  221. 0 file pointer to line numbers
  222. 0 number of relocations
  223. 0 number of line numbers
  224. C0500040 flags
  225. Initialized Data
  226. 16 byte align
  227. Read Write
  228.  
  229. SECTION HEADER #C
  230. .data$C name
  231. 0 physical address
  232. 0 virtual address
  233. 0 size of raw data
  234. 0 file pointer to raw data
  235. 0 file pointer to relocation table
  236. 0 file pointer to line numbers
  237. 0 number of relocations
  238. 0 number of line numbers
  239. C0500040 flags
  240. Initialized Data
  241. 16 byte align
  242. Read Write
  243.  
  244. SECTION HEADER #D
  245. .bss$A name
  246. 0 physical address
  247. 0 virtual address
  248. 0 size of raw data
  249. 0 file pointer to raw data
  250. 0 file pointer to relocation table
  251. 0 file pointer to line numbers
  252. 0 number of relocations
  253. 0 number of line numbers
  254. C0500080 flags
  255. Uninitialized Data
  256. 16 byte align
  257. Read Write
  258.  
  259. SECTION HEADER #E
  260. .bss$C name
  261. 0 physical address
  262. 0 virtual address
  263. 0 size of raw data
  264. 0 file pointer to raw data
  265. 0 file pointer to relocation table
  266. 0 file pointer to line numbers
  267. 0 number of relocations
  268. 0 number of line numbers
  269. C0500080 flags
  270. Uninitialized Data
  271. 16 byte align
  272. Read Write
  273.  
  274. SECTION HEADER #F
  275. .text name
  276. 0 physical address
  277. 0 virtual address
  278. 26 size of raw data
  279. 3BDF file pointer to raw data (00003BDF to 00003C04)
  280. 45D8 file pointer to relocation table
  281. 0 file pointer to line numbers
  282. 2 number of relocations
  283. 0 number of line numbers
  284. 60501020 flags
  285. Code
  286. COMDAT; sym= _Dmain
  287. 16 byte align
  288. Execute Read
  289.  
  290. RAW DATA #F
  291. 00000000: 55 48 8B EC 48 83 EC 20 BA 02 00 00 00 B9 01 00 UH.iH.i ?....?..
  292. 00000010: 00 00 E8 00 00 00 00 48 89 C1 E8 00 00 00 00 31 ..e....H.Ae....1
  293. 00000020: C0 48 8B E5 5D C3 AH.a]A
  294.  
  295. RELOCATIONS #F
  296. Symbol Symbol
  297. Offset Type Applied To Index Name
  298. -------- ---------------- ----------------- -------- ------
  299. 0000001B REL32 00000000 B6 _D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  300. 00000013 REL32 00000000 10A ?myFunc@@YAHHH@Z (int __cdecl myFunc(int,int))
  301.  
  302. SECTION HEADER #10
  303. .xdata name
  304. 0 physical address
  305. 0 virtual address
  306. 8 size of raw data
  307. 3C05 file pointer to raw data (00003C05 to 00003C0C)
  308. 0 file pointer to relocation table
  309. 0 file pointer to line numbers
  310. 0 number of relocations
  311. 0 number of line numbers
  312. 40301040 flags
  313. Initialized Data
  314. COMDAT; sym= $unwind$_Dmain
  315. 4 byte align
  316. Read Only
  317.  
  318. RAW DATA #10
  319. 00000000: 01 08 02 05 04 03 01 50 .......P
  320.  
  321. SECTION HEADER #11
  322. .pdata name
  323. 0 physical address
  324. 0 virtual address
  325. C size of raw data
  326. 3C10 file pointer to raw data (00003C10 to 00003C1B)
  327. 45EC file pointer to relocation table
  328. 0 file pointer to line numbers
  329. 3 number of relocations
  330. 0 number of line numbers
  331. 40301040 flags
  332. Initialized Data
  333. COMDAT; sym= $pdata$_Dmain
  334. 4 byte align
  335. Read Only
  336.  
  337. RAW DATA #11
  338. 00000000: 00 00 00 00 26 00 00 00 00 00 00 00 ....&.......
  339.  
  340. Function Table #17 (1)
  341.  
  342. Begin End Info
  343.  
  344. 00000000 00000000 00000026 00000000
  345.  
  346. RELOCATIONS #11
  347. Symbol Symbol
  348. Offset Type Applied To Index Name
  349. -------- ---------------- ----------------- -------- ------
  350. 00000000 ADDR32NB 00000000 B3 _Dmain
  351. 00000004 ADDR32NB 00000026 B3 _Dmain
  352. 00000008 ADDR32NB 00000000 B4 $unwind$_Dmain
  353.  
  354. SECTION HEADER #12
  355. .text name
  356. 0 physical address
  357. 0 virtual address
  358. C0 size of raw data
  359. 3C1C file pointer to raw data (00003C1C to 00003CDB)
  360. 460C file pointer to relocation table
  361. 0 file pointer to line numbers
  362. 4 number of relocations
  363. 0 number of line numbers
  364. 60501020 flags
  365. Code
  366. COMDAT; sym= _D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  367. 16 byte align
  368. Execute Read
  369.  
  370. RAW DATA #12
  371. 00000000: 55 48 8B EC 48 81 EC B0 00 00 00 48 89 9D 70 FF UH.iH.i°...H..py
  372. 00000010: FF FF 48 89 B5 78 FF FF FF 48 89 7D 80 4C 89 65 yyH.µxyyyH.}.L.e
  373. 00000020: 88 4C 89 6D 90 4C 89 75 98 4C 89 7D A0 89 4D 10 .L.m.L.u.L.}..M.
  374. 00000030: 48 8D 35 00 00 00 00 48 8D 7D E8 48 A5 48 A5 48 H.5....H.}eH?H?H
  375. 00000040: A5 48 8D 4D E8 E8 00 00 00 00 48 8D 75 E8 48 8D ?H.Mee....H.ueH.
  376. 00000050: 7D C8 48 A5 48 A5 48 A5 48 8D 75 E8 48 8D 7D A8 }EH?H?H?H.ueH.}?
  377. 00000060: 48 A5 48 A5 48 A5 44 8B 45 10 BA 0A 00 00 00 48 H?H?H?D.E.?....H
  378. 00000070: 8D 4D A8 48 83 EC 20 E8 00 00 00 00 48 83 C4 20 .M?H.i e....H.A
  379. 00000080: E8 02 00 00 00 EB 12 48 8D 4D A8 48 83 EC 20 E8 e....e.H.M?H.i e
  380. 00000090: 00 00 00 00 48 83 C4 20 C3 48 8B 9D 70 FF FF FF ....H.A AH..pyyy
  381. 000000A0: 48 8B B5 78 FF FF FF 48 8B 7D 80 4C 8B 65 88 4C H.µxyyyH.}.L.e.L
  382. 000000B0: 8B 6D 90 4C 8B 75 98 4C 8B 7D A0 48 8B E5 5D C3 .m.L.u.L.}.H.a]A
  383.  
  384. RELOCATIONS #12
  385. Symbol Symbol
  386. Offset Type Applied To Index Name
  387. -------- ---------------- ----------------- -------- ------
  388. 00000078 REL32 00000000 B9 _D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  389. 00000090 REL32 00000000 101 _D3std5stdio4File6__dtorMFNfZv
  390. 00000046 REL32 00000000 10D _D3std5stdio4File10__postblitMFNbNfZv
  391. 00000033 REL32 00000000 10F _D3std5stdio6stdoutS3std5stdio4File
  392.  
  393. SECTION HEADER #13
  394. .xdata name
  395. 0 physical address
  396. 0 virtual address
  397. 8 size of raw data
  398. 3CDC file pointer to raw data (00003CDC to 00003CE3)
  399. 0 file pointer to relocation table
  400. 0 file pointer to line numbers
  401. 0 number of relocations
  402. 0 number of line numbers
  403. 40301040 flags
  404. Initialized Data
  405. COMDAT; sym= $unwind$_D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  406. 4 byte align
  407. Read Only
  408.  
  409. RAW DATA #13
  410. 00000000: 01 30 02 05 04 03 01 50 .0.....P
  411.  
  412. SECTION HEADER #14
  413. .pdata name
  414. 0 physical address
  415. 0 virtual address
  416. C size of raw data
  417. 3CE4 file pointer to raw data (00003CE4 to 00003CEF)
  418. 4634 file pointer to relocation table
  419. 0 file pointer to line numbers
  420. 3 number of relocations
  421. 0 number of line numbers
  422. 40301040 flags
  423. Initialized Data
  424. COMDAT; sym= $pdata$_D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  425. 4 byte align
  426. Read Only
  427.  
  428. RAW DATA #14
  429. 00000000: 00 00 00 00 C0 00 00 00 00 00 00 00 ....A.......
  430.  
  431. Function Table #20 (1)
  432.  
  433. Begin End Info
  434.  
  435. 00000000 00000000 000000C0 00000000
  436.  
  437. RELOCATIONS #14
  438. Symbol Symbol
  439. Offset Type Applied To Index Name
  440. -------- ---------------- ----------------- -------- ------
  441. 00000000 ADDR32NB 00000000 B6 _D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  442. 00000004 ADDR32NB 000000C0 B6 _D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  443. 00000008 ADDR32NB 00000000 B7 $unwind$_D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  444.  
  445. SECTION HEADER #15
  446. .text name
  447. 0 physical address
  448. 0 virtual address
  449. 116 size of raw data
  450. 3CF0 file pointer to raw data (00003CF0 to 00003E05)
  451. 4654 file pointer to relocation table
  452. 0 file pointer to line numbers
  453. 5 number of relocations
  454. 0 number of line numbers
  455. 60501020 flags
  456. Code
  457. COMDAT; sym= _D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  458. 16 byte align
  459. Execute Read
  460.  
  461. RAW DATA #15
  462. 00000000: 55 48 8B EC 48 81 EC C0 00 00 00 48 89 9D 68 FF UH.iH.iA...H..hy
  463. 00000010: FF FF 48 89 B5 70 FF FF FF 48 89 BD 78 FF FF FF yyH.µpyyyH.?xyyy
  464. 00000020: 4C 89 65 80 4C 89 6D 88 4C 89 75 90 4C 89 7D 98 L.e.L.m.L.u.L.}.
  465. 00000030: 89 55 18 44 89 45 20 48 8D 55 A0 E8 00 00 00 00 .U.D.E H.U.e....
  466. 00000040: 8B 5D 20 48 8D 75 A0 48 8D 7D C0 48 A5 48 A5 48 .] H.u.H.}AH?H?H
  467. 00000050: A5 4C 8D 65 C0 48 83 7D A0 00 74 11 48 8B 4D A0 ?L.eAH.}..t.H.M.
  468. 00000060: 48 83 EC 20 E8 00 00 00 00 48 83 C4 20 8B 55 20 H.i e....H.A .U
  469. 00000070: 48 8D 75 C0 48 8D 7D E0 48 A5 48 A5 48 A5 48 8D H.uAH.}aH?H?H?H.
  470. 00000080: 4D E0 48 83 EC 20 E8 00 00 00 00 48 83 C4 20 0F MaH.i e....H.A .
  471. 00000090: B6 45 18 4C 8D 6D A0 88 45 F8 4C 8D 75 A0 4C 8D ¶E.L.m..EoL.u.L.
  472. 000000A0: 7D F8 48 8D 55 A0 48 89 C2 48 8D 4D A0 48 83 EC }oH.U.H.AH.M.H.i
  473. 000000B0: 20 E8 00 00 00 00 48 83 C4 20 48 83 EC 08 E8 06 e....H.A H.i.e.
  474. 000000C0: 00 00 00 48 83 C4 08 EB 23 48 83 7D A0 00 74 1B ...H.A.e#H.}..t.
  475. 000000D0: 48 8B 4D A0 48 83 EC 20 E8 00 00 00 00 48 83 C4 H.M.H.i e....H.A
  476. 000000E0: 20 31 C0 48 89 45 A0 48 89 45 A8 C3 48 8B 9D 68 1AH.E.H.E?AH..h
  477. 000000F0: FF FF FF 48 8B B5 70 FF FF FF 48 8B BD 78 FF FF yyyH.µpyyyH.?xyy
  478. 00000100: FF 4C 8B 65 80 4C 8B 6D 88 4C 8B 75 90 4C 8B 7D yL.e.L.m.L.u.L.}
  479. 00000110: 98 48 8B E5 5D C3 .H.a]A
  480.  
  481. RELOCATIONS #15
  482. Symbol Symbol
  483. Offset Type Applied To Index Name
  484. -------- ---------------- ----------------- -------- ------
  485. 000000B2 REL32 00000000 C3 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  486. 00000087 REL32 00000000 CC _D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  487. 00000065 REL32 00000000 104 _lock_file
  488. 0000003C REL32 00000000 10C _D3std5stdio4File17lockingTextWriterMFNfZS3std5stdio4File17LockingTextWriter
  489. 000000D9 REL32 00000000 112 _unlock_file
  490.  
  491. SECTION HEADER #16
  492. .xdata name
  493. 0 physical address
  494. 0 virtual address
  495. 8 size of raw data
  496. 3E06 file pointer to raw data (00003E06 to 00003E0D)
  497. 0 file pointer to relocation table
  498. 0 file pointer to line numbers
  499. 0 number of relocations
  500. 0 number of line numbers
  501. 40301040 flags
  502. Initialized Data
  503. COMDAT; sym= $unwind$_D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  504. 4 byte align
  505. Read Only
  506.  
  507. RAW DATA #16
  508. 00000000: 01 37 02 05 04 03 01 50 .7.....P
  509.  
  510. SECTION HEADER #17
  511. .pdata name
  512. 0 physical address
  513. 0 virtual address
  514. C size of raw data
  515. 3E10 file pointer to raw data (00003E10 to 00003E1B)
  516. 4688 file pointer to relocation table
  517. 0 file pointer to line numbers
  518. 3 number of relocations
  519. 0 number of line numbers
  520. 40301040 flags
  521. Initialized Data
  522. COMDAT; sym= $pdata$_D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  523. 4 byte align
  524. Read Only
  525.  
  526. RAW DATA #17
  527. 00000000: 00 00 00 00 16 01 00 00 00 00 00 00 ............
  528.  
  529. Function Table #23 (1)
  530.  
  531. Begin End Info
  532.  
  533. 00000000 00000000 00000116 00000000
  534.  
  535. RELOCATIONS #17
  536. Symbol Symbol
  537. Offset Type Applied To Index Name
  538. -------- ---------------- ----------------- -------- ------
  539. 00000000 ADDR32NB 00000000 B9 _D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  540. 00000004 ADDR32NB 00000116 B9 _D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  541. 00000008 ADDR32NB 00000000 BA $unwind$_D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  542.  
  543. SECTION HEADER #18
  544. ._deh$B name
  545. 0 physical address
  546. 0 virtual address
  547. 30 size of raw data
  548. 3E1C file pointer to raw data (00003E1C to 00003E4B)
  549. 46A8 file pointer to relocation table
  550. 0 file pointer to line numbers
  551. 4 number of relocations
  552. 0 number of line numbers
  553. 40400040 flags
  554. Initialized Data
  555. 8 byte align
  556. Read Only
  557.  
  558. RAW DATA #18
  559. 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
  560. 00000010: 16 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
  561. 00000020: 00 00 00 00 00 00 00 00 B0 01 00 00 00 00 00 00 ........°.......
  562.  
  563. RELOCATIONS #18
  564. Symbol Symbol
  565. Offset Type Applied To Index Name
  566. -------- ---------------- ----------------- -------- ------
  567. 00000000 ADDR64 00000000 00000000 B9 _D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  568. 00000008 ADDR64 00000000 00000000 BC _HandlerTable0
  569. 00000018 ADDR64 00000000 00000000 CC _D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  570. 00000020 ADDR64 00000000 00000000 CF _HandlerTable1
  571.  
  572. SECTION HEADER #19
  573. .text name
  574. 0 physical address
  575. 0 virtual address
  576. 1D size of raw data
  577. 3E4C file pointer to raw data (00003E4C to 00003E68)
  578. 46D0 file pointer to relocation table
  579. 0 file pointer to line numbers
  580. 1 number of relocations
  581. 0 number of line numbers
  582. 60501020 flags
  583. Code
  584. COMDAT; sym= _D3std5range10primitives46__T3putTS3std5stdio4File17LockingTextWriterTaZ3putFNbNiNfKS3std5stdio4File17LockingTextWriteraZv
  585. 16 byte align
  586. Execute Read
  587.  
  588. RAW DATA #19
  589. 00000000: 55 48 8B EC 48 83 EC 20 48 89 55 18 48 89 CA 48 UH.iH.i H.U.H.EH
  590. 00000010: 8B 4D 18 E8 00 00 00 00 48 8B E5 5D C3 .M.e....H.a]A
  591.  
  592. RELOCATIONS #19
  593. Symbol Symbol
  594. Offset Type Applied To Index Name
  595. -------- ---------------- ----------------- -------- ------
  596. 00000014 REL32 00000000 C3 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  597.  
  598. SECTION HEADER #1A
  599. .xdata name
  600. 0 physical address
  601. 0 virtual address
  602. 8 size of raw data
  603. 3E69 file pointer to raw data (00003E69 to 00003E70)
  604. 0 file pointer to relocation table
  605. 0 file pointer to line numbers
  606. 0 number of relocations
  607. 0 number of line numbers
  608. 40301040 flags
  609. Initialized Data
  610. COMDAT; sym= $unwind$_D3std5range10primitives46__T3putTS3std5stdio4File17LockingTextWriterTaZ3putFNbNiNfKS3std5stdio4File17LockingTextWriteraZv
  611. 4 byte align
  612. Read Only
  613.  
  614. RAW DATA #1A
  615. 00000000: 01 0C 02 05 04 03 01 50 .......P
  616.  
  617. SECTION HEADER #1B
  618. .pdata name
  619. 0 physical address
  620. 0 virtual address
  621. C size of raw data
  622. 3E74 file pointer to raw data (00003E74 to 00003E7F)
  623. 46DC file pointer to relocation table
  624. 0 file pointer to line numbers
  625. 3 number of relocations
  626. 0 number of line numbers
  627. 40301040 flags
  628. Initialized Data
  629. COMDAT; sym= $pdata$_D3std5range10primitives46__T3putTS3std5stdio4File17LockingTextWriterTaZ3putFNbNiNfKS3std5stdio4File17LockingTextWriteraZv
  630. 4 byte align
  631. Read Only
  632.  
  633. RAW DATA #1B
  634. 00000000: 00 00 00 00 1D 00 00 00 00 00 00 00 ............
  635.  
  636. Function Table #27 (1)
  637.  
  638. Begin End Info
  639.  
  640. 00000000 00000000 0000001D 00000000
  641.  
  642. RELOCATIONS #1B
  643. Symbol Symbol
  644. Offset Type Applied To Index Name
  645. -------- ---------------- ----------------- -------- ------
  646. 00000000 ADDR32NB 00000000 BD _D3std5range10primitives46__T3putTS3std5stdio4File17LockingTextWriterTaZ3putFNbNiNfKS3std5stdio4File17LockingTextWriteraZv
  647. 00000004 ADDR32NB 0000001D BD _D3std5range10primitives46__T3putTS3std5stdio4File17LockingTextWriterTaZ3putFNbNiNfKS3std5stdio4File17LockingTextWriteraZv
  648. 00000008 ADDR32NB 00000000 BE $unwind$_D3std5range10primitives46__T3putTS3std5stdio4File17LockingTextWriterTaZ3putFNbNiNfKS3std5stdio4File17LockingTextWriteraZv
  649.  
  650. SECTION HEADER #1C
  651. .text name
  652. 0 physical address
  653. 0 virtual address
  654. 1D size of raw data
  655. 3E80 file pointer to raw data (00003E80 to 00003E9C)
  656. 46FC file pointer to relocation table
  657. 0 file pointer to line numbers
  658. 1 number of relocations
  659. 0 number of line numbers
  660. 60501020 flags
  661. Code
  662. COMDAT; sym= _D3std5range10primitives48__T5doPutTS3std5stdio4File17LockingTextWriterTaZ5doPutFNbNiNfKS3std5stdio4File17LockingTextWriterKaZv
  663. 16 byte align
  664. Execute Read
  665.  
  666. RAW DATA #1C
  667. 00000000: 55 48 8B EC 48 83 EC 20 48 89 55 18 0F B6 11 48 UH.iH.i H.U..¶.H
  668. 00000010: 8B 4D 18 E8 00 00 00 00 48 8B E5 5D C3 .M.e....H.a]A
  669.  
  670. RELOCATIONS #1C
  671. Symbol Symbol
  672. Offset Type Applied To Index Name
  673. -------- ---------------- ----------------- -------- ------
  674. 00000014 REL32 00000000 C3 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  675.  
  676. SECTION HEADER #1D
  677. .xdata name
  678. 0 physical address
  679. 0 virtual address
  680. 8 size of raw data
  681. 3E9D file pointer to raw data (00003E9D to 00003EA4)
  682. 0 file pointer to relocation table
  683. 0 file pointer to line numbers
  684. 0 number of relocations
  685. 0 number of line numbers
  686. 40301040 flags
  687. Initialized Data
  688. COMDAT; sym= $unwind$_D3std5range10primitives48__T5doPutTS3std5stdio4File17LockingTextWriterTaZ5doPutFNbNiNfKS3std5stdio4File17LockingTextWriterKaZv
  689. 4 byte align
  690. Read Only
  691.  
  692. RAW DATA #1D
  693. 00000000: 01 0C 02 05 04 03 01 50 .......P
  694.  
  695. SECTION HEADER #1E
  696. .pdata name
  697. 0 physical address
  698. 0 virtual address
  699. C size of raw data
  700. 3EA8 file pointer to raw data (00003EA8 to 00003EB3)
  701. 4708 file pointer to relocation table
  702. 0 file pointer to line numbers
  703. 3 number of relocations
  704. 0 number of line numbers
  705. 40301040 flags
  706. Initialized Data
  707. COMDAT; sym= $pdata$_D3std5range10primitives48__T5doPutTS3std5stdio4File17LockingTextWriterTaZ5doPutFNbNiNfKS3std5stdio4File17LockingTextWriterKaZv
  708. 4 byte align
  709. Read Only
  710.  
  711. RAW DATA #1E
  712. 00000000: 00 00 00 00 1D 00 00 00 00 00 00 00 ............
  713.  
  714. Function Table #30 (1)
  715.  
  716. Begin End Info
  717.  
  718. 00000000 00000000 0000001D 00000000
  719.  
  720. RELOCATIONS #1E
  721. Symbol Symbol
  722. Offset Type Applied To Index Name
  723. -------- ---------------- ----------------- -------- ------
  724. 00000000 ADDR32NB 00000000 C0 _D3std5range10primitives48__T5doPutTS3std5stdio4File17LockingTextWriterTaZ5doPutFNbNiNfKS3std5stdio4File17LockingTextWriterKaZv
  725. 00000004 ADDR32NB 0000001D C0 _D3std5range10primitives48__T5doPutTS3std5stdio4File17LockingTextWriterTaZ5doPutFNbNiNfKS3std5stdio4File17LockingTextWriterKaZv
  726. 00000008 ADDR32NB 00000000 C1 $unwind$_D3std5range10primitives48__T5doPutTS3std5stdio4File17LockingTextWriterTaZ5doPutFNbNiNfKS3std5stdio4File17LockingTextWriterKaZv
  727.  
  728. SECTION HEADER #1F
  729. .text name
  730. 0 physical address
  731. 0 virtual address
  732. 32 size of raw data
  733. 3EB4 file pointer to raw data (00003EB4 to 00003EE5)
  734. 4728 file pointer to relocation table
  735. 0 file pointer to line numbers
  736. 2 number of relocations
  737. 0 number of line numbers
  738. 60501020 flags
  739. Code
  740. COMDAT; sym= _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  741. 16 byte align
  742. Execute Read
  743.  
  744. RAW DATA #1F
  745. 00000000: 55 48 8B EC 48 83 EC 20 89 55 18 83 79 10 00 7F UH.iH.i .U..y...
  746. 00000010: 0F 0F B6 55 18 48 8B 49 08 E8 00 00 00 00 EB 0D ..¶U.H.I.e....e.
  747. 00000020: 0F B6 55 18 48 8B 49 08 E8 00 00 00 00 48 8B E5 .¶U.H.I.e....H.a
  748. 00000030: 5D C3 ]A
  749.  
  750. RELOCATIONS #1F
  751. Symbol Symbol
  752. Offset Type Applied To Index Name
  753. -------- ---------------- ----------------- -------- ------
  754. 0000001A REL32 00000000 C6 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  755. 00000029 REL32 00000000 C9 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  756.  
  757. SECTION HEADER #20
  758. .xdata name
  759. 0 physical address
  760. 0 virtual address
  761. 8 size of raw data
  762. 3EE6 file pointer to raw data (00003EE6 to 00003EED)
  763. 0 file pointer to relocation table
  764. 0 file pointer to line numbers
  765. 0 number of relocations
  766. 0 number of line numbers
  767. 40301040 flags
  768. Initialized Data
  769. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  770. 4 byte align
  771. Read Only
  772.  
  773. RAW DATA #20
  774. 00000000: 01 0B 02 05 04 03 01 50 .......P
  775.  
  776. SECTION HEADER #21
  777. .pdata name
  778. 0 physical address
  779. 0 virtual address
  780. C size of raw data
  781. 3EF0 file pointer to raw data (00003EF0 to 00003EFB)
  782. 473C file pointer to relocation table
  783. 0 file pointer to line numbers
  784. 3 number of relocations
  785. 0 number of line numbers
  786. 40301040 flags
  787. Initialized Data
  788. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  789. 4 byte align
  790. Read Only
  791.  
  792. RAW DATA #21
  793. 00000000: 00 00 00 00 32 00 00 00 00 00 00 00 ....2.......
  794.  
  795. Function Table #33 (1)
  796.  
  797. Begin End Info
  798.  
  799. 00000000 00000000 00000032 00000000
  800.  
  801. RELOCATIONS #21
  802. Symbol Symbol
  803. Offset Type Applied To Index Name
  804. -------- ---------------- ----------------- -------- ------
  805. 00000000 ADDR32NB 00000000 C3 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  806. 00000004 ADDR32NB 00000032 C3 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  807. 00000008 ADDR32NB 00000000 C4 $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  808.  
  809. SECTION HEADER #22
  810. .text name
  811. 0 physical address
  812. 0 virtual address
  813. 1B size of raw data
  814. 3EFC file pointer to raw data (00003EFC to 00003F16)
  815. 475C file pointer to relocation table
  816. 0 file pointer to line numbers
  817. 1 number of relocations
  818. 0 number of line numbers
  819. 60501020 flags
  820. Code
  821. COMDAT; sym= _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  822. 16 byte align
  823. Execute Read
  824.  
  825. RAW DATA #22
  826. 00000000: 55 48 8B EC 48 83 EC 20 89 55 18 48 89 CA 8B 4D UH.iH.i .U.H.E.M
  827. 00000010: 18 E8 00 00 00 00 48 8B E5 5D C3 .e....H.a]A
  828.  
  829. RELOCATIONS #22
  830. Symbol Symbol
  831. Offset Type Applied To Index Name
  832. -------- ---------------- ----------------- -------- ------
  833. 00000012 REL32 00000000 102 _fputc_nolock
  834.  
  835. SECTION HEADER #23
  836. .xdata name
  837. 0 physical address
  838. 0 virtual address
  839. 8 size of raw data
  840. 3F17 file pointer to raw data (00003F17 to 00003F1E)
  841. 0 file pointer to relocation table
  842. 0 file pointer to line numbers
  843. 0 number of relocations
  844. 0 number of line numbers
  845. 40301040 flags
  846. Initialized Data
  847. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  848. 4 byte align
  849. Read Only
  850.  
  851. RAW DATA #23
  852. 00000000: 01 0B 02 05 04 03 01 50 .......P
  853.  
  854. SECTION HEADER #24
  855. .pdata name
  856. 0 physical address
  857. 0 virtual address
  858. C size of raw data
  859. 3F20 file pointer to raw data (00003F20 to 00003F2B)
  860. 4768 file pointer to relocation table
  861. 0 file pointer to line numbers
  862. 3 number of relocations
  863. 0 number of line numbers
  864. 40301040 flags
  865. Initialized Data
  866. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  867. 4 byte align
  868. Read Only
  869.  
  870. RAW DATA #24
  871. 00000000: 00 00 00 00 1B 00 00 00 00 00 00 00 ............
  872.  
  873. Function Table #36 (1)
  874.  
  875. Begin End Info
  876.  
  877. 00000000 00000000 0000001B 00000000
  878.  
  879. RELOCATIONS #24
  880. Symbol Symbol
  881. Offset Type Applied To Index Name
  882. -------- ---------------- ----------------- -------- ------
  883. 00000000 ADDR32NB 00000000 C6 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  884. 00000004 ADDR32NB 0000001B C6 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  885. 00000008 ADDR32NB 00000000 C7 $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  886.  
  887. SECTION HEADER #25
  888. .text name
  889. 0 physical address
  890. 0 virtual address
  891. 1B size of raw data
  892. 3F2C file pointer to raw data (00003F2C to 00003F46)
  893. 4788 file pointer to relocation table
  894. 0 file pointer to line numbers
  895. 1 number of relocations
  896. 0 number of line numbers
  897. 60501020 flags
  898. Code
  899. COMDAT; sym= _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  900. 16 byte align
  901. Execute Read
  902.  
  903. RAW DATA #25
  904. 00000000: 55 48 8B EC 48 83 EC 20 89 55 18 48 89 CA 8B 4D UH.iH.i .U.H.E.M
  905. 00000010: 18 E8 00 00 00 00 48 8B E5 5D C3 .e....H.a]A
  906.  
  907. RELOCATIONS #25
  908. Symbol Symbol
  909. Offset Type Applied To Index Name
  910. -------- ---------------- ----------------- -------- ------
  911. 00000012 REL32 00000000 FD _fputwc_nolock
  912.  
  913. SECTION HEADER #26
  914. .xdata name
  915. 0 physical address
  916. 0 virtual address
  917. 8 size of raw data
  918. 3F47 file pointer to raw data (00003F47 to 00003F4E)
  919. 0 file pointer to relocation table
  920. 0 file pointer to line numbers
  921. 0 number of relocations
  922. 0 number of line numbers
  923. 40301040 flags
  924. Initialized Data
  925. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  926. 4 byte align
  927. Read Only
  928.  
  929. RAW DATA #26
  930. 00000000: 01 0B 02 05 04 03 01 50 .......P
  931.  
  932. SECTION HEADER #27
  933. .pdata name
  934. 0 physical address
  935. 0 virtual address
  936. C size of raw data
  937. 3F50 file pointer to raw data (00003F50 to 00003F5B)
  938. 4794 file pointer to relocation table
  939. 0 file pointer to line numbers
  940. 3 number of relocations
  941. 0 number of line numbers
  942. 40301040 flags
  943. Initialized Data
  944. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  945. 4 byte align
  946. Read Only
  947.  
  948. RAW DATA #27
  949. 00000000: 00 00 00 00 1B 00 00 00 00 00 00 00 ............
  950.  
  951. Function Table #39 (1)
  952.  
  953. Begin End Info
  954.  
  955. 00000000 00000000 0000001B 00000000
  956.  
  957. RELOCATIONS #27
  958. Symbol Symbol
  959. Offset Type Applied To Index Name
  960. -------- ---------------- ----------------- -------- ------
  961. 00000000 ADDR32NB 00000000 C9 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  962. 00000004 ADDR32NB 0000001B C9 _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  963. 00000008 ADDR32NB 00000000 CA $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  964.  
  965. SECTION HEADER #28
  966. .text name
  967. 0 physical address
  968. 0 virtual address
  969. 1B0 size of raw data
  970. 3F5C file pointer to raw data (00003F5C to 0000410B)
  971. 47B4 file pointer to relocation table
  972. 0 file pointer to line numbers
  973. 6 number of relocations
  974. 0 number of line numbers
  975. 60501020 flags
  976. Code
  977. COMDAT; sym= _D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  978. 16 byte align
  979. Execute Read
  980.  
  981. RAW DATA #28
  982. 00000000: 55 48 8B EC 48 81 EC 80 00 00 00 48 89 5D 88 48 UH.iH.i....H.].H
  983. 00000010: 89 75 90 48 89 7D 98 4C 89 65 A0 4C 89 6D A8 4C .u.H.}.L.e.L.m?L
  984. 00000020: 89 75 B0 4C 89 7D B8 48 89 4D 10 48 89 D6 BB 0F .u°L.}?H.M.H.O».
  985. 00000030: 00 00 00 C1 EA 1F 88 55 F8 84 D2 74 06 8B D6 F7 ...Ae..Uo.Ot..O?
  986. 00000040: DA EB 02 8B D6 89 55 F4 83 FA 0A 72 5B 8B 4D F4 Ue..O.Uo.u.r[.Mo
  987. 00000050: 48 89 C8 BA CD CC CC CC F7 E2 C1 EA 03 6B C2 0A H.E?IIII?aAe.kA.
  988. 00000060: 2B C8 89 4D F0 8B 45 F4 BA CD CC CC CC F7 E2 C1 +E.M?.Eo?IIII?aA
  989. 00000070: EA 03 89 55 F4 8B F3 FF CB 89 F6 48 83 FE 10 72 e..Uo.oyE.oH.?.r
  990. 00000080: 0E B9 09 14 00 00 48 83 EC 20 E8 00 00 00 00 4C .?....H.i e....L
  991. 00000090: 8D 45 C0 4A 8D 3C 06 44 0F B6 4D F0 41 80 C1 30 .EAJ.<.D.¶M?A.A0
  992. 000000A0: 44 88 0F 83 FA 0A 73 A5 8B F3 B8 10 00 00 00 48 D...u.s?.o?....H
  993. 000000B0: 3B F0 72 0E B9 0C 14 00 00 48 83 EC 20 E8 00 00 ;?r.?....H.i e..
  994. 000000C0: 00 00 48 8D 7D C0 48 8D 14 3E 44 0F B6 45 F4 41 ..H.}AH..>D.¶EoA
  995. 000000D0: 80 C0 30 44 88 02 40 80 7D F8 00 74 20 FF CB 8B .A0D..@.}o.t yE.
  996. 000000E0: D3 89 D2 48 3B D0 72 0E B9 0E 14 00 00 48 83 EC O.OH;?r.?....H.i
  997. 000000F0: 20 E8 00 00 00 00 48 8D 34 3A C6 06 2D 48 8B 75 e....H.4:?.-H.u
  998. 00000100: 10 8B D3 48 3B D0 76 0E B9 0F 14 00 00 48 83 EC ..OH;?v.?....H.i
  999. 00000110: 20 E8 00 00 00 00 48 2B C2 48 89 45 D0 4C 8D 45 e....H+AH.E?L.E
  1000. 00000120: C0 4E 8D 0C 02 4C 89 4D D8 48 8B 7D 10 4C 8D 65 AN...L.MOH.}.L.e
  1001. 00000130: D0 4C 8B 6D 10 48 8B 55 D0 48 89 55 E0 4C 89 4D ?L.m.H.U?H.UaL.M
  1002. 00000140: E8 48 8D 55 E0 48 8B 4D 10 48 83 EC 20 E8 00 00 eH.UaH.M.H.i e..
  1003. 00000150: 00 00 48 83 C4 20 48 83 EC 08 E8 06 00 00 00 48 ..H.A H.i.e....H
  1004. 00000160: 83 C4 08 EB 2A 48 8B 45 10 48 8B 18 48 85 DB 74 .A.e*H.E.H..H.Ut
  1005. 00000170: 1D 48 89 D9 48 83 EC 20 E8 00 00 00 00 48 83 C4 .H.UH.i e....H.A
  1006. 00000180: 20 31 D2 48 8B 75 10 48 89 16 48 89 56 08 C3 48 1OH.u.H..H.V.AH
  1007. 00000190: 8B 5D 88 48 8B 75 90 48 8B 7D 98 4C 8B 65 A0 4C .].H.u.H.}.L.e.L
  1008. 000001A0: 8B 6D A8 4C 8B 75 B0 4C 8B 7D B8 48 8B E5 5D C3 .m?L.u°L.}?H.a]A
  1009.  
  1010. RELOCATIONS #28
  1011. Symbol Symbol
  1012. Offset Type Applied To Index Name
  1013. -------- ---------------- ----------------- -------- ------
  1014. 0000014E REL32 00000000 D6 _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  1015. 00000179 REL32 00000000 112 _unlock_file
  1016. 00000112 REL32 00000000 113 _D3std4conv7__arrayZ
  1017. 000000F2 REL32 00000000 113 _D3std4conv7__arrayZ
  1018. 000000BE REL32 00000000 113 _D3std4conv7__arrayZ
  1019. 0000008B REL32 00000000 113 _D3std4conv7__arrayZ
  1020.  
  1021. SECTION HEADER #29
  1022. .xdata name
  1023. 0 physical address
  1024. 0 virtual address
  1025. 8 size of raw data
  1026. 410C file pointer to raw data (0000410C to 00004113)
  1027. 0 file pointer to relocation table
  1028. 0 file pointer to line numbers
  1029. 0 number of relocations
  1030. 0 number of line numbers
  1031. 40301040 flags
  1032. Initialized Data
  1033. COMDAT; sym= $unwind$_D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  1034. 4 byte align
  1035. Read Only
  1036.  
  1037. RAW DATA #29
  1038. 00000000: 01 2E 02 05 04 03 01 50 .......P
  1039.  
  1040. SECTION HEADER #2A
  1041. .pdata name
  1042. 0 physical address
  1043. 0 virtual address
  1044. C size of raw data
  1045. 4114 file pointer to raw data (00004114 to 0000411F)
  1046. 47F0 file pointer to relocation table
  1047. 0 file pointer to line numbers
  1048. 3 number of relocations
  1049. 0 number of line numbers
  1050. 40301040 flags
  1051. Initialized Data
  1052. COMDAT; sym= $pdata$_D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  1053. 4 byte align
  1054. Read Only
  1055.  
  1056. RAW DATA #2A
  1057. 00000000: 00 00 00 00 B0 01 00 00 00 00 00 00 ....°.......
  1058.  
  1059. Function Table #42 (1)
  1060.  
  1061. Begin End Info
  1062.  
  1063. 00000000 00000000 000001B0 00000000
  1064.  
  1065. RELOCATIONS #2A
  1066. Symbol Symbol
  1067. Offset Type Applied To Index Name
  1068. -------- ---------------- ----------------- -------- ------
  1069. 00000000 ADDR32NB 00000000 CC _D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  1070. 00000004 ADDR32NB 000001B0 CC _D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  1071. 00000008 ADDR32NB 00000000 CD $unwind$_D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  1072.  
  1073. SECTION HEADER #2B
  1074. .text name
  1075. 0 physical address
  1076. 0 virtual address
  1077. 2D size of raw data
  1078. 4120 file pointer to raw data (00004120 to 0000414C)
  1079. 4810 file pointer to relocation table
  1080. 0 file pointer to line numbers
  1081. 1 number of relocations
  1082. 0 number of line numbers
  1083. 60501020 flags
  1084. Code
  1085. COMDAT; sym= _D3std5range10primitives47__T3putTS3std5stdio4File17LockingTextWriterTAaZ3putFNfKS3std5stdio4File17LockingTextWriterAaZv
  1086. 16 byte align
  1087. Execute Read
  1088.  
  1089. RAW DATA #2B
  1090. 00000000: 55 48 8B EC 48 83 EC 30 48 89 55 18 48 8B 51 08 UH.iH.i0H.U.H.Q.
  1091. 00000010: 48 8B 01 48 89 45 F0 48 89 55 F8 48 8D 55 F0 48 H..H.E?H.UoH.U?H
  1092. 00000020: 8B 4D 18 E8 00 00 00 00 48 8B E5 5D C3 .M.e....H.a]A
  1093.  
  1094. RELOCATIONS #2B
  1095. Symbol Symbol
  1096. Offset Type Applied To Index Name
  1097. -------- ---------------- ----------------- -------- ------
  1098. 00000024 REL32 00000000 D6 _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  1099.  
  1100. SECTION HEADER #2C
  1101. .xdata name
  1102. 0 physical address
  1103. 0 virtual address
  1104. 8 size of raw data
  1105. 414D file pointer to raw data (0000414D to 00004154)
  1106. 0 file pointer to relocation table
  1107. 0 file pointer to line numbers
  1108. 0 number of relocations
  1109. 0 number of line numbers
  1110. 40301040 flags
  1111. Initialized Data
  1112. COMDAT; sym= $unwind$_D3std5range10primitives47__T3putTS3std5stdio4File17LockingTextWriterTAaZ3putFNfKS3std5stdio4File17LockingTextWriterAaZv
  1113. 4 byte align
  1114. Read Only
  1115.  
  1116. RAW DATA #2C
  1117. 00000000: 01 0C 02 05 04 03 01 50 .......P
  1118.  
  1119. SECTION HEADER #2D
  1120. .pdata name
  1121. 0 physical address
  1122. 0 virtual address
  1123. C size of raw data
  1124. 4158 file pointer to raw data (00004158 to 00004163)
  1125. 481C file pointer to relocation table
  1126. 0 file pointer to line numbers
  1127. 3 number of relocations
  1128. 0 number of line numbers
  1129. 40301040 flags
  1130. Initialized Data
  1131. COMDAT; sym= $pdata$_D3std5range10primitives47__T3putTS3std5stdio4File17LockingTextWriterTAaZ3putFNfKS3std5stdio4File17LockingTextWriterAaZv
  1132. 4 byte align
  1133. Read Only
  1134.  
  1135. RAW DATA #2D
  1136. 00000000: 00 00 00 00 2D 00 00 00 00 00 00 00 ....-.......
  1137.  
  1138. Function Table #45 (1)
  1139.  
  1140. Begin End Info
  1141.  
  1142. 00000000 00000000 0000002D 00000000
  1143.  
  1144. RELOCATIONS #2D
  1145. Symbol Symbol
  1146. Offset Type Applied To Index Name
  1147. -------- ---------------- ----------------- -------- ------
  1148. 00000000 ADDR32NB 00000000 D0 _D3std5range10primitives47__T3putTS3std5stdio4File17LockingTextWriterTAaZ3putFNfKS3std5stdio4File17LockingTextWriterAaZv
  1149. 00000004 ADDR32NB 0000002D D0 _D3std5range10primitives47__T3putTS3std5stdio4File17LockingTextWriterTAaZ3putFNfKS3std5stdio4File17LockingTextWriterAaZv
  1150. 00000008 ADDR32NB 00000000 D1 $unwind$_D3std5range10primitives47__T3putTS3std5stdio4File17LockingTextWriterTAaZ3putFNfKS3std5stdio4File17LockingTextWriterAaZv
  1151.  
  1152. SECTION HEADER #2E
  1153. .text name
  1154. 0 physical address
  1155. 0 virtual address
  1156. 2D size of raw data
  1157. 4164 file pointer to raw data (00004164 to 00004190)
  1158. 483C file pointer to relocation table
  1159. 0 file pointer to line numbers
  1160. 1 number of relocations
  1161. 0 number of line numbers
  1162. 60501020 flags
  1163. Code
  1164. COMDAT; sym= _D3std5range10primitives49__T5doPutTS3std5stdio4File17LockingTextWriterTAaZ5doPutFNfKS3std5stdio4File17LockingTextWriterKAaZv
  1165. 16 byte align
  1166. Execute Read
  1167.  
  1168. RAW DATA #2E
  1169. 00000000: 55 48 8B EC 48 83 EC 30 48 89 55 18 48 8B 51 08 UH.iH.i0H.U.H.Q.
  1170. 00000010: 48 8B 01 48 89 45 F0 48 89 55 F8 48 8D 55 F0 48 H..H.E?H.UoH.U?H
  1171. 00000020: 8B 4D 18 E8 00 00 00 00 48 8B E5 5D C3 .M.e....H.a]A
  1172.  
  1173. RELOCATIONS #2E
  1174. Symbol Symbol
  1175. Offset Type Applied To Index Name
  1176. -------- ---------------- ----------------- -------- ------
  1177. 00000024 REL32 00000000 D6 _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  1178.  
  1179. SECTION HEADER #2F
  1180. .xdata name
  1181. 0 physical address
  1182. 0 virtual address
  1183. 8 size of raw data
  1184. 4191 file pointer to raw data (00004191 to 00004198)
  1185. 0 file pointer to relocation table
  1186. 0 file pointer to line numbers
  1187. 0 number of relocations
  1188. 0 number of line numbers
  1189. 40301040 flags
  1190. Initialized Data
  1191. COMDAT; sym= $unwind$_D3std5range10primitives49__T5doPutTS3std5stdio4File17LockingTextWriterTAaZ5doPutFNfKS3std5stdio4File17LockingTextWriterKAaZv
  1192. 4 byte align
  1193. Read Only
  1194.  
  1195. RAW DATA #2F
  1196. 00000000: 01 0C 02 05 04 03 01 50 .......P
  1197.  
  1198. SECTION HEADER #30
  1199. .pdata name
  1200. 0 physical address
  1201. 0 virtual address
  1202. C size of raw data
  1203. 419C file pointer to raw data (0000419C to 000041A7)
  1204. 4848 file pointer to relocation table
  1205. 0 file pointer to line numbers
  1206. 3 number of relocations
  1207. 0 number of line numbers
  1208. 40301040 flags
  1209. Initialized Data
  1210. COMDAT; sym= $pdata$_D3std5range10primitives49__T5doPutTS3std5stdio4File17LockingTextWriterTAaZ5doPutFNfKS3std5stdio4File17LockingTextWriterKAaZv
  1211. 4 byte align
  1212. Read Only
  1213.  
  1214. RAW DATA #30
  1215. 00000000: 00 00 00 00 2D 00 00 00 00 00 00 00 ....-.......
  1216.  
  1217. Function Table #48 (1)
  1218.  
  1219. Begin End Info
  1220.  
  1221. 00000000 00000000 0000002D 00000000
  1222.  
  1223. RELOCATIONS #30
  1224. Symbol Symbol
  1225. Offset Type Applied To Index Name
  1226. -------- ---------------- ----------------- -------- ------
  1227. 00000000 ADDR32NB 00000000 D3 _D3std5range10primitives49__T5doPutTS3std5stdio4File17LockingTextWriterTAaZ5doPutFNfKS3std5stdio4File17LockingTextWriterKAaZv
  1228. 00000004 ADDR32NB 0000002D D3 _D3std5range10primitives49__T5doPutTS3std5stdio4File17LockingTextWriterTAaZ5doPutFNfKS3std5stdio4File17LockingTextWriterKAaZv
  1229. 00000008 ADDR32NB 00000000 D4 $unwind$_D3std5range10primitives49__T5doPutTS3std5stdio4File17LockingTextWriterTAaZ5doPutFNfKS3std5stdio4File17LockingTextWriterKAaZv
  1230.  
  1231. SECTION HEADER #31
  1232. .text name
  1233. 0 physical address
  1234. 0 virtual address
  1235. AD size of raw data
  1236. 41A8 file pointer to raw data (000041A8 to 00004254)
  1237. 4868 file pointer to relocation table
  1238. 0 file pointer to line numbers
  1239. 5 number of relocations
  1240. 0 number of line numbers
  1241. 60501020 flags
  1242. Code
  1243. COMDAT; sym= _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  1244. 16 byte align
  1245. Execute Read
  1246.  
  1247. RAW DATA #31
  1248. 00000000: 55 48 8B EC 48 83 EC 60 48 89 5D C0 48 89 75 C8 UH.iH.i`H.]AH.uE
  1249. 00000010: 48 89 4D 10 48 89 55 18 83 79 10 00 7F 4F 4C 8B H.M.H.U..y...OL.
  1250. 00000020: 09 4C 8B 02 BA 01 00 00 00 48 8B 45 18 48 8B 48 .L..?....H.E.H.H
  1251. 00000030: 08 E8 00 00 00 00 48 8B 5D 18 48 8B 33 48 3B F0 .e....H.].H.3H;?
  1252. 00000040: 74 1E 31 D2 48 8D 45 10 48 89 45 D0 48 8D 0D 00 t.1OH.E.H.E?H...
  1253. 00000050: 00 00 00 48 89 4D D8 48 8D 4D D0 E8 00 00 00 00 ...H.MOH.M?e....
  1254. 00000060: 48 8B 5D C0 48 8B 75 C8 48 8B E5 5D C3 48 8D 45 H.]AH.uEH.a]AH.E
  1255. 00000070: 10 48 89 45 F0 48 8D 0D 00 00 00 00 48 89 4D F8 .H.E?H......H.Mo
  1256. 00000080: 48 8D 55 F0 48 8B 5D 18 48 8B 4B 08 48 8B 03 48 H.U?H.].H.K.H..H
  1257. 00000090: 89 45 E0 48 89 4D E8 48 8D 4D E0 E8 00 00 00 00 .EaH.MeH.Mae....
  1258. 000000A0: 48 8B 5D C0 48 8B 75 C8 48 8B E5 5D C3 H.]AH.uEH.a]A
  1259.  
  1260. RELOCATIONS #31
  1261. Symbol Symbol
  1262. Offset Type Applied To Index Name
  1263. -------- ---------------- ----------------- -------- ------
  1264. 0000004F REL32 00000000 DC _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  1265. 00000078 REL32 00000000 DF _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  1266. 0000005C REL32 00000000 E3 _D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  1267. 00000032 REL32 00000000 105 fwrite
  1268. 0000009C REL32 00000000 109 _aApplycd1
  1269.  
  1270. SECTION HEADER #32
  1271. .xdata name
  1272. 0 physical address
  1273. 0 virtual address
  1274. 8 size of raw data
  1275. 4255 file pointer to raw data (00004255 to 0000425C)
  1276. 0 file pointer to relocation table
  1277. 0 file pointer to line numbers
  1278. 0 number of relocations
  1279. 0 number of line numbers
  1280. 40301040 flags
  1281. Initialized Data
  1282. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  1283. 4 byte align
  1284. Read Only
  1285.  
  1286. RAW DATA #32
  1287. 00000000: 01 18 02 05 04 03 01 50 .......P
  1288.  
  1289. SECTION HEADER #33
  1290. .pdata name
  1291. 0 physical address
  1292. 0 virtual address
  1293. C size of raw data
  1294. 4260 file pointer to raw data (00004260 to 0000426B)
  1295. 489C file pointer to relocation table
  1296. 0 file pointer to line numbers
  1297. 3 number of relocations
  1298. 0 number of line numbers
  1299. 40301040 flags
  1300. Initialized Data
  1301. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  1302. 4 byte align
  1303. Read Only
  1304.  
  1305. RAW DATA #33
  1306. 00000000: 00 00 00 00 AD 00 00 00 00 00 00 00 ....­.......
  1307.  
  1308. Function Table #51 (1)
  1309.  
  1310. Begin End Info
  1311.  
  1312. 00000000 00000000 000000AD 00000000
  1313.  
  1314. RELOCATIONS #33
  1315. Symbol Symbol
  1316. Offset Type Applied To Index Name
  1317. -------- ---------------- ----------------- -------- ------
  1318. 00000000 ADDR32NB 00000000 D6 _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  1319. 00000004 ADDR32NB 000000AD D6 _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  1320. 00000008 ADDR32NB 00000000 D7 $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  1321.  
  1322. SECTION HEADER #34
  1323. .text name
  1324. 0 physical address
  1325. 0 virtual address
  1326. 28 size of raw data
  1327. 426C file pointer to raw data (0000426C to 00004293)
  1328. 48BC file pointer to relocation table
  1329. 0 file pointer to line numbers
  1330. 1 number of relocations
  1331. 0 number of line numbers
  1332. 60501020 flags
  1333. Code
  1334. COMDAT; sym= _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ13trustedFwriteFNbNiNexPvmmPOS4core4stdc5stdio6_iobufZm
  1335. 16 byte align
  1336. Execute Read
  1337.  
  1338. RAW DATA #34
  1339. 00000000: 55 48 8B EC 48 83 EC 20 4C 89 45 20 4C 89 4D 28 UH.iH.i L.E L.M(
  1340. 00000010: 49 89 C9 49 89 D0 48 8B 55 20 48 8B 4D 28 E8 00 I.EI.?H.U H.M(e.
  1341. 00000020: 00 00 00 48 8B E5 5D C3 ...H.a]A
  1342.  
  1343. RELOCATIONS #34
  1344. Symbol Symbol
  1345. Offset Type Applied To Index Name
  1346. -------- ---------------- ----------------- -------- ------
  1347. 0000001F REL32 00000000 105 fwrite
  1348.  
  1349. SECTION HEADER #35
  1350. .xdata name
  1351. 0 physical address
  1352. 0 virtual address
  1353. 8 size of raw data
  1354. 4294 file pointer to raw data (00004294 to 0000429B)
  1355. 0 file pointer to relocation table
  1356. 0 file pointer to line numbers
  1357. 0 number of relocations
  1358. 0 number of line numbers
  1359. 40301040 flags
  1360. Initialized Data
  1361. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ13trustedFwriteFNbNiNexPvmmPOS4core4stdc5stdio6_iobufZm
  1362. 4 byte align
  1363. Read Only
  1364.  
  1365. RAW DATA #35
  1366. 00000000: 01 10 02 05 04 03 01 50 .......P
  1367.  
  1368. SECTION HEADER #36
  1369. .pdata name
  1370. 0 physical address
  1371. 0 virtual address
  1372. C size of raw data
  1373. 429C file pointer to raw data (0000429C to 000042A7)
  1374. 48C8 file pointer to relocation table
  1375. 0 file pointer to line numbers
  1376. 3 number of relocations
  1377. 0 number of line numbers
  1378. 40301040 flags
  1379. Initialized Data
  1380. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ13trustedFwriteFNbNiNexPvmmPOS4core4stdc5stdio6_iobufZm
  1381. 4 byte align
  1382. Read Only
  1383.  
  1384. RAW DATA #36
  1385. 00000000: 00 00 00 00 28 00 00 00 00 00 00 00 ....(.......
  1386.  
  1387. Function Table #54 (1)
  1388.  
  1389. Begin End Info
  1390.  
  1391. 00000000 00000000 00000028 00000000
  1392.  
  1393. RELOCATIONS #36
  1394. Symbol Symbol
  1395. Offset Type Applied To Index Name
  1396. -------- ---------------- ----------------- -------- ------
  1397. 00000000 ADDR32NB 00000000 D9 _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ13trustedFwriteFNbNiNexPvmmPOS4core4stdc5stdio6_iobufZm
  1398. 00000004 ADDR32NB 00000028 D9 _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ13trustedFwriteFNbNiNexPvmmPOS4core4stdc5stdio6_iobufZm
  1399. 00000008 ADDR32NB 00000000 DA $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ13trustedFwriteFNbNiNexPvmmPOS4core4stdc5stdio6_iobufZm
  1400.  
  1401. SECTION HEADER #37
  1402. .text name
  1403. 0 physical address
  1404. 0 virtual address
  1405. A size of raw data
  1406. 42A8 file pointer to raw data (000042A8 to 000042B1)
  1407. 0 file pointer to relocation table
  1408. 0 file pointer to line numbers
  1409. 0 number of relocations
  1410. 0 number of line numbers
  1411. 60501020 flags
  1412. Code
  1413. COMDAT; sym= _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  1414. 16 byte align
  1415. Execute Read
  1416.  
  1417. RAW DATA #37
  1418. 00000000: 55 48 8B EC 31 C0 31 D2 5D C3 UH.i1A1O]A
  1419.  
  1420. SECTION HEADER #38
  1421. .xdata name
  1422. 0 physical address
  1423. 0 virtual address
  1424. 8 size of raw data
  1425. 42B2 file pointer to raw data (000042B2 to 000042B9)
  1426. 0 file pointer to relocation table
  1427. 0 file pointer to line numbers
  1428. 0 number of relocations
  1429. 0 number of line numbers
  1430. 40301040 flags
  1431. Initialized Data
  1432. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  1433. 4 byte align
  1434. Read Only
  1435.  
  1436. RAW DATA #38
  1437. 00000000: 01 04 02 05 04 03 01 50 .......P
  1438.  
  1439. SECTION HEADER #39
  1440. .pdata name
  1441. 0 physical address
  1442. 0 virtual address
  1443. C size of raw data
  1444. 42BC file pointer to raw data (000042BC to 000042C7)
  1445. 48E8 file pointer to relocation table
  1446. 0 file pointer to line numbers
  1447. 3 number of relocations
  1448. 0 number of line numbers
  1449. 40301040 flags
  1450. Initialized Data
  1451. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  1452. 4 byte align
  1453. Read Only
  1454.  
  1455. RAW DATA #39
  1456. 00000000: 00 00 00 00 0A 00 00 00 00 00 00 00 ............
  1457.  
  1458. Function Table #57 (1)
  1459.  
  1460. Begin End Info
  1461.  
  1462. 00000000 00000000 0000000A 00000000
  1463.  
  1464. RELOCATIONS #39
  1465. Symbol Symbol
  1466. Offset Type Applied To Index Name
  1467. -------- ---------------- ----------------- -------- ------
  1468. 00000000 ADDR32NB 00000000 DC _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  1469. 00000004 ADDR32NB 0000000A DC _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  1470. 00000008 ADDR32NB 00000000 DD $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  1471.  
  1472. SECTION HEADER #3A
  1473. .text name
  1474. 0 physical address
  1475. 0 virtual address
  1476. 19 size of raw data
  1477. 42C8 file pointer to raw data (000042C8 to 000042E0)
  1478. 4908 file pointer to relocation table
  1479. 0 file pointer to line numbers
  1480. 1 number of relocations
  1481. 0 number of line numbers
  1482. 60501020 flags
  1483. Code
  1484. COMDAT; sym= _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  1485. 16 byte align
  1486. Execute Read
  1487.  
  1488. RAW DATA #3A
  1489. 00000000: 55 48 8B EC 48 83 EC 20 8B 12 48 8B 09 E8 00 00 UH.iH.i ..H..e..
  1490. 00000010: 00 00 31 C0 48 8B E5 5D C3 ..1AH.a]A
  1491.  
  1492. RELOCATIONS #3A
  1493. Symbol Symbol
  1494. Offset Type Applied To Index Name
  1495. -------- ---------------- ----------------- -------- ------
  1496. 0000000E REL32 00000000 E6 _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  1497.  
  1498. SECTION HEADER #3B
  1499. .xdata name
  1500. 0 physical address
  1501. 0 virtual address
  1502. 8 size of raw data
  1503. 42E1 file pointer to raw data (000042E1 to 000042E8)
  1504. 0 file pointer to relocation table
  1505. 0 file pointer to line numbers
  1506. 0 number of relocations
  1507. 0 number of line numbers
  1508. 40301040 flags
  1509. Initialized Data
  1510. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  1511. 4 byte align
  1512. Read Only
  1513.  
  1514. RAW DATA #3B
  1515. 00000000: 01 08 02 05 04 03 01 50 .......P
  1516.  
  1517. SECTION HEADER #3C
  1518. .pdata name
  1519. 0 physical address
  1520. 0 virtual address
  1521. C size of raw data
  1522. 42EC file pointer to raw data (000042EC to 000042F7)
  1523. 4914 file pointer to relocation table
  1524. 0 file pointer to line numbers
  1525. 3 number of relocations
  1526. 0 number of line numbers
  1527. 40301040 flags
  1528. Initialized Data
  1529. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  1530. 4 byte align
  1531. Read Only
  1532.  
  1533. RAW DATA #3C
  1534. 00000000: 00 00 00 00 19 00 00 00 00 00 00 00 ............
  1535.  
  1536. Function Table #60 (1)
  1537.  
  1538. Begin End Info
  1539.  
  1540. 00000000 00000000 00000019 00000000
  1541.  
  1542. RELOCATIONS #3C
  1543. Symbol Symbol
  1544. Offset Type Applied To Index Name
  1545. -------- ---------------- ----------------- -------- ------
  1546. 00000000 ADDR32NB 00000000 DF _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  1547. 00000004 ADDR32NB 00000019 DF _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  1548. 00000008 ADDR32NB 00000000 E0 $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  1549.  
  1550. SECTION HEADER #3D
  1551. .text name
  1552. 0 physical address
  1553. 0 virtual address
  1554. 71 size of raw data
  1555. 42F8 file pointer to raw data (000042F8 to 00004368)
  1556. 4934 file pointer to relocation table
  1557. 0 file pointer to line numbers
  1558. 5 number of relocations
  1559. 0 number of line numbers
  1560. 60501020 flags
  1561. Code
  1562. COMDAT; sym= _D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  1563. 16 byte align
  1564. Execute Read
  1565.  
  1566. RAW DATA #3D
  1567. 00000000: 55 48 8B EC 48 83 EC 50 48 89 4D 10 89 55 18 83 UH.iH.iPH.M..U..
  1568. 00000010: 7D 18 00 75 54 48 8D 0D 00 00 00 00 E8 00 00 00 }..uTH......e...
  1569. 00000020: 00 48 89 45 F0 48 8B 55 10 48 8B 0A 48 FF 52 08 .H.E?H.U.H..HyR.
  1570. 00000030: 48 89 45 D0 48 89 55 D8 4C 8D 4D D0 48 8D 05 00 H.E?H.UOL.M?H...
  1571. 00000040: 00 00 00 48 89 45 E8 48 C7 45 E0 32 00 00 00 4C ...H.EeHCEa2...L
  1572. 00000050: 8D 45 E0 BA EF 09 00 00 48 8B 4D F0 E8 00 00 00 .Ea?i...H.M?e...
  1573. 00000060: 00 48 89 C1 E8 00 00 00 00 8B 45 18 48 8B E5 5D .H.Ae.....E.H.a]
  1574. 00000070: C3 A
  1575.  
  1576. RELOCATIONS #3D
  1577. Symbol Symbol
  1578. Offset Type Applied To Index Name
  1579. -------- ---------------- ----------------- -------- ------
  1580. 0000003F REL32 00000000 E2 _TMP22
  1581. 00000065 REL32 00000000 103 _d_throwc
  1582. 0000005D REL32 00000000 107 _D3std9exception14ErrnoException6__ctorMFNeAyaAyamZC3std9exception14ErrnoException
  1583. 0000001D REL32 00000000 10B _d_newclass
  1584. 00000018 REL32 00000000 10E _D3std9exception14ErrnoException7__ClassZ
  1585.  
  1586. SECTION HEADER #3E
  1587. .xdata name
  1588. 0 physical address
  1589. 0 virtual address
  1590. 8 size of raw data
  1591. 4369 file pointer to raw data (00004369 to 00004370)
  1592. 0 file pointer to relocation table
  1593. 0 file pointer to line numbers
  1594. 0 number of relocations
  1595. 0 number of line numbers
  1596. 40301040 flags
  1597. Initialized Data
  1598. COMDAT; sym= $unwind$_D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  1599. 4 byte align
  1600. Read Only
  1601.  
  1602. RAW DATA #3E
  1603. 00000000: 01 0F 02 05 04 03 01 50 .......P
  1604.  
  1605. SECTION HEADER #3F
  1606. .pdata name
  1607. 0 physical address
  1608. 0 virtual address
  1609. C size of raw data
  1610. 4374 file pointer to raw data (00004374 to 0000437F)
  1611. 4968 file pointer to relocation table
  1612. 0 file pointer to line numbers
  1613. 3 number of relocations
  1614. 0 number of line numbers
  1615. 40301040 flags
  1616. Initialized Data
  1617. COMDAT; sym= $pdata$_D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  1618. 4 byte align
  1619. Read Only
  1620.  
  1621. RAW DATA #3F
  1622. 00000000: 00 00 00 00 71 00 00 00 00 00 00 00 ....q.......
  1623.  
  1624. Function Table #63 (1)
  1625.  
  1626. Begin End Info
  1627.  
  1628. 00000000 00000000 00000071 00000000
  1629.  
  1630. RELOCATIONS #3F
  1631. Symbol Symbol
  1632. Offset Type Applied To Index Name
  1633. -------- ---------------- ----------------- -------- ------
  1634. 00000000 ADDR32NB 00000000 E3 _D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  1635. 00000004 ADDR32NB 00000071 E3 _D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  1636. 00000008 ADDR32NB 00000000 E4 $unwind$_D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  1637.  
  1638. SECTION HEADER #40
  1639. .text name
  1640. 0 physical address
  1641. 0 virtual address
  1642. E8 size of raw data
  1643. 4380 file pointer to raw data (00004380 to 00004467)
  1644. 4988 file pointer to relocation table
  1645. 0 file pointer to line numbers
  1646. 7 number of relocations
  1647. 0 number of line numbers
  1648. 60501020 flags
  1649. Code
  1650. COMDAT; sym= _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  1651. 16 byte align
  1652. Execute Read
  1653.  
  1654. RAW DATA #40
  1655. 00000000: 55 48 8B EC 48 83 EC 50 48 89 75 D0 48 89 7D D8 UH.iH.iPH.u?H.}O
  1656. 00000010: 89 55 18 48 89 CF 8B 75 18 83 7F 10 00 7F 63 83 .U.H.I.u......c.
  1657. 00000020: FE 7F 77 0E 48 8B 4F 08 E8 00 00 00 00 E9 A9 00 ?.w.H.O.e....e©.
  1658. 00000030: 00 00 89 75 18 48 8D 55 F0 8B 4D 18 E8 00 00 00 ...u.H.U?.M.e...
  1659. 00000040: 00 48 89 45 E0 48 89 55 E8 31 F6 48 39 75 E0 0F .H.EaH.Ue1oH9ua.
  1660. 00000050: 84 86 00 00 00 48 3B 75 E0 72 0A B9 36 0A 00 00 .....H;uar.?6...
  1661. 00000060: E8 00 00 00 00 4C 8B 45 E8 42 0F B6 14 06 48 8B e....L.EeB.¶..H.
  1662. 00000070: 4F 08 E8 00 00 00 00 48 FF C6 48 3B 75 E0 72 D5 O.e....Hy?H;uarO
  1663. 00000080: EB 59 81 FE FF FF 00 00 77 0B 48 8B 4F 08 E8 00 eY.?yy..w.H.O.e.
  1664. 00000090: 00 00 00 EB 46 44 8D 86 00 00 FF FF 41 C1 E8 0A ...eFD....yyAAe.
  1665. 000000A0: 4C 89 C2 81 E2 FF 03 00 00 81 C2 00 D8 00 00 81 L.A.ay....A.O...
  1666. 000000B0: E2 FF FF 00 00 48 8B 4F 08 E8 00 00 00 00 0F B7 ayy..H.O.e.....·
  1667. 000000C0: D6 66 81 E2 FF 03 81 C2 00 DC 00 00 81 E2 FF FF Of.ay..A.U...ayy
  1668. 000000D0: 00 00 48 8B 4F 08 E8 00 00 00 00 48 8B 75 D0 48 ..H.O.e....H.u?H
  1669. 000000E0: 8B 7D D8 48 8B E5 5D C3 .}OH.a]A
  1670.  
  1671. RELOCATIONS #40
  1672. Symbol Symbol
  1673. Offset Type Applied To Index Name
  1674. -------- ---------------- ----------------- -------- ------
  1675. 00000073 REL32 00000000 E9 _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1676. 00000029 REL32 00000000 E9 _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1677. 000000D7 REL32 00000000 EC _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1678. 000000BA REL32 00000000 EC _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1679. 0000008F REL32 00000000 EC _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1680. 00000061 REL32 00000000 FE _D3std5stdio7__arrayZ
  1681. 0000003D REL32 00000000 106 _D3std3utf6toUTF8FNaNbNiNfNkJG4awZAa
  1682.  
  1683. SECTION HEADER #41
  1684. .xdata name
  1685. 0 physical address
  1686. 0 virtual address
  1687. 8 size of raw data
  1688. 4468 file pointer to raw data (00004468 to 0000446F)
  1689. 0 file pointer to relocation table
  1690. 0 file pointer to line numbers
  1691. 0 number of relocations
  1692. 0 number of line numbers
  1693. 40301040 flags
  1694. Initialized Data
  1695. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  1696. 4 byte align
  1697. Read Only
  1698.  
  1699. RAW DATA #41
  1700. 00000000: 01 16 02 05 04 03 01 50 .......P
  1701.  
  1702. SECTION HEADER #42
  1703. .pdata name
  1704. 0 physical address
  1705. 0 virtual address
  1706. C size of raw data
  1707. 4470 file pointer to raw data (00004470 to 0000447B)
  1708. 49D0 file pointer to relocation table
  1709. 0 file pointer to line numbers
  1710. 3 number of relocations
  1711. 0 number of line numbers
  1712. 40301040 flags
  1713. Initialized Data
  1714. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  1715. 4 byte align
  1716. Read Only
  1717.  
  1718. RAW DATA #42
  1719. 00000000: 00 00 00 00 E8 00 00 00 00 00 00 00 ....e.......
  1720.  
  1721. Function Table #66 (1)
  1722.  
  1723. Begin End Info
  1724.  
  1725. 00000000 00000000 000000E8 00000000
  1726.  
  1727. RELOCATIONS #42
  1728. Symbol Symbol
  1729. Offset Type Applied To Index Name
  1730. -------- ---------------- ----------------- -------- ------
  1731. 00000000 ADDR32NB 00000000 E6 _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  1732. 00000004 ADDR32NB 000000E8 E6 _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  1733. 00000008 ADDR32NB 00000000 E7 $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  1734.  
  1735. SECTION HEADER #43
  1736. .text name
  1737. 0 physical address
  1738. 0 virtual address
  1739. 1B size of raw data
  1740. 447C file pointer to raw data (0000447C to 00004496)
  1741. 49F0 file pointer to relocation table
  1742. 0 file pointer to line numbers
  1743. 1 number of relocations
  1744. 0 number of line numbers
  1745. 60501020 flags
  1746. Code
  1747. COMDAT; sym= _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1748. 16 byte align
  1749. Execute Read
  1750.  
  1751. RAW DATA #43
  1752. 00000000: 55 48 8B EC 48 83 EC 20 89 55 18 48 89 CA 8B 4D UH.iH.i .U.H.E.M
  1753. 00000010: 18 E8 00 00 00 00 48 8B E5 5D C3 .e....H.a]A
  1754.  
  1755. RELOCATIONS #43
  1756. Symbol Symbol
  1757. Offset Type Applied To Index Name
  1758. -------- ---------------- ----------------- -------- ------
  1759. 00000012 REL32 00000000 102 _fputc_nolock
  1760.  
  1761. SECTION HEADER #44
  1762. .xdata name
  1763. 0 physical address
  1764. 0 virtual address
  1765. 8 size of raw data
  1766. 4497 file pointer to raw data (00004497 to 0000449E)
  1767. 0 file pointer to relocation table
  1768. 0 file pointer to line numbers
  1769. 0 number of relocations
  1770. 0 number of line numbers
  1771. 40301040 flags
  1772. Initialized Data
  1773. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1774. 4 byte align
  1775. Read Only
  1776.  
  1777. RAW DATA #44
  1778. 00000000: 01 0B 02 05 04 03 01 50 .......P
  1779.  
  1780. SECTION HEADER #45
  1781. .pdata name
  1782. 0 physical address
  1783. 0 virtual address
  1784. C size of raw data
  1785. 44A0 file pointer to raw data (000044A0 to 000044AB)
  1786. 49FC file pointer to relocation table
  1787. 0 file pointer to line numbers
  1788. 3 number of relocations
  1789. 0 number of line numbers
  1790. 40301040 flags
  1791. Initialized Data
  1792. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1793. 4 byte align
  1794. Read Only
  1795.  
  1796. RAW DATA #45
  1797. 00000000: 00 00 00 00 1B 00 00 00 00 00 00 00 ............
  1798.  
  1799. Function Table #69 (1)
  1800.  
  1801. Begin End Info
  1802.  
  1803. 00000000 00000000 0000001B 00000000
  1804.  
  1805. RELOCATIONS #45
  1806. Symbol Symbol
  1807. Offset Type Applied To Index Name
  1808. -------- ---------------- ----------------- -------- ------
  1809. 00000000 ADDR32NB 00000000 E9 _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1810. 00000004 ADDR32NB 0000001B E9 _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1811. 00000008 ADDR32NB 00000000 EA $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1812.  
  1813. SECTION HEADER #46
  1814. .text name
  1815. 0 physical address
  1816. 0 virtual address
  1817. 1B size of raw data
  1818. 44AC file pointer to raw data (000044AC to 000044C6)
  1819. 4A1C file pointer to relocation table
  1820. 0 file pointer to line numbers
  1821. 1 number of relocations
  1822. 0 number of line numbers
  1823. 60501020 flags
  1824. Code
  1825. COMDAT; sym= _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1826. 16 byte align
  1827. Execute Read
  1828.  
  1829. RAW DATA #46
  1830. 00000000: 55 48 8B EC 48 83 EC 20 89 55 18 48 89 CA 8B 4D UH.iH.i .U.H.E.M
  1831. 00000010: 18 E8 00 00 00 00 48 8B E5 5D C3 .e....H.a]A
  1832.  
  1833. RELOCATIONS #46
  1834. Symbol Symbol
  1835. Offset Type Applied To Index Name
  1836. -------- ---------------- ----------------- -------- ------
  1837. 00000012 REL32 00000000 FD _fputwc_nolock
  1838.  
  1839. SECTION HEADER #47
  1840. .xdata name
  1841. 0 physical address
  1842. 0 virtual address
  1843. 8 size of raw data
  1844. 44C7 file pointer to raw data (000044C7 to 000044CE)
  1845. 0 file pointer to relocation table
  1846. 0 file pointer to line numbers
  1847. 0 number of relocations
  1848. 0 number of line numbers
  1849. 40301040 flags
  1850. Initialized Data
  1851. COMDAT; sym= $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1852. 4 byte align
  1853. Read Only
  1854.  
  1855. RAW DATA #47
  1856. 00000000: 01 0B 02 05 04 03 01 50 .......P
  1857.  
  1858. SECTION HEADER #48
  1859. .pdata name
  1860. 0 physical address
  1861. 0 virtual address
  1862. C size of raw data
  1863. 44D0 file pointer to raw data (000044D0 to 000044DB)
  1864. 4A28 file pointer to relocation table
  1865. 0 file pointer to line numbers
  1866. 3 number of relocations
  1867. 0 number of line numbers
  1868. 40301040 flags
  1869. Initialized Data
  1870. COMDAT; sym= $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1871. 4 byte align
  1872. Read Only
  1873.  
  1874. RAW DATA #48
  1875. 00000000: 00 00 00 00 1B 00 00 00 00 00 00 00 ............
  1876.  
  1877. Function Table #72 (1)
  1878.  
  1879. Begin End Info
  1880.  
  1881. 00000000 00000000 0000001B 00000000
  1882.  
  1883. RELOCATIONS #48
  1884. Symbol Symbol
  1885. Offset Type Applied To Index Name
  1886. -------- ---------------- ----------------- -------- ------
  1887. 00000000 ADDR32NB 00000000 EC _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1888. 00000004 ADDR32NB 0000001B EC _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1889. 00000008 ADDR32NB 00000000 ED $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  1890.  
  1891. SECTION HEADER #49
  1892. .minfo$B name
  1893. 0 physical address
  1894. 0 virtual address
  1895. 8 size of raw data
  1896. 44DC file pointer to raw data (000044DC to 000044E3)
  1897. 4A48 file pointer to relocation table
  1898. 0 file pointer to line numbers
  1899. 1 number of relocations
  1900. 0 number of line numbers
  1901. 40400040 flags
  1902. Initialized Data
  1903. 8 byte align
  1904. Read Only
  1905.  
  1906. RAW DATA #49
  1907. 00000000: 00 00 00 00 00 00 00 00 ........
  1908.  
  1909. RELOCATIONS #49
  1910. Symbol Symbol
  1911. Offset Type Applied To Index Name
  1912. -------- ---------------- ----------------- -------- ------
  1913. 00000000 ADDR64 00000000 00000000 EF _D3app12__ModuleInfoZ
  1914.  
  1915. SECTION HEADER #4A
  1916. .text name
  1917. 0 physical address
  1918. 0 virtual address
  1919. 27 size of raw data
  1920. 44E4 file pointer to raw data (000044E4 to 0000450A)
  1921. 4A54 file pointer to relocation table
  1922. 0 file pointer to line numbers
  1923. 2 number of relocations
  1924. 0 number of line numbers
  1925. 60501020 flags
  1926. Code
  1927. COMDAT; sym= _D3app7__arrayZ
  1928. 16 byte align
  1929. Execute Read
  1930.  
  1931. RAW DATA #4A
  1932. 00000000: 55 48 8B EC 48 83 EC 30 48 89 CA 48 8D 05 00 00 UH.iH.i0H.EH....
  1933. 00000010: 00 00 48 89 45 F8 48 C7 45 F0 0C 00 00 00 48 8D ..H.EoHCE?....H.
  1934. 00000020: 4D F0 E8 00 00 00 00 M?e....
  1935.  
  1936. RELOCATIONS #4A
  1937. Symbol Symbol
  1938. Offset Type Applied To Index Name
  1939. -------- ---------------- ----------------- -------- ------
  1940. 0000000E REL32 00000000 F0 _TMP24
  1941. 00000023 REL32 00000000 114 _d_arraybounds
  1942.  
  1943. SECTION HEADER #4B
  1944. .xdata name
  1945. 0 physical address
  1946. 0 virtual address
  1947. 8 size of raw data
  1948. 450B file pointer to raw data (0000450B to 00004512)
  1949. 0 file pointer to relocation table
  1950. 0 file pointer to line numbers
  1951. 0 number of relocations
  1952. 0 number of line numbers
  1953. 40301040 flags
  1954. Initialized Data
  1955. COMDAT; sym= $unwind$_D3app7__arrayZ
  1956. 4 byte align
  1957. Read Only
  1958.  
  1959. RAW DATA #4B
  1960. 00000000: 01 08 02 05 04 03 01 50 .......P
  1961.  
  1962. SECTION HEADER #4C
  1963. .pdata name
  1964. 0 physical address
  1965. 0 virtual address
  1966. C size of raw data
  1967. 4514 file pointer to raw data (00004514 to 0000451F)
  1968. 4A68 file pointer to relocation table
  1969. 0 file pointer to line numbers
  1970. 3 number of relocations
  1971. 0 number of line numbers
  1972. 40301040 flags
  1973. Initialized Data
  1974. COMDAT; sym= $pdata$_D3app7__arrayZ
  1975. 4 byte align
  1976. Read Only
  1977.  
  1978. RAW DATA #4C
  1979. 00000000: 00 00 00 00 2D 00 00 00 00 00 00 00 ....-.......
  1980.  
  1981. Function Table #76 (1)
  1982.  
  1983. Begin End Info
  1984.  
  1985. 00000000 00000000 0000002D 00000000
  1986.  
  1987. RELOCATIONS #4C
  1988. Symbol Symbol
  1989. Offset Type Applied To Index Name
  1990. -------- ---------------- ----------------- -------- ------
  1991. 00000000 ADDR32NB 00000000 F1 _D3app7__arrayZ
  1992. 00000004 ADDR32NB 0000002D F1 _D3app7__arrayZ
  1993. 00000008 ADDR32NB 00000000 F2 $unwind$_D3app7__arrayZ
  1994.  
  1995. SECTION HEADER #4D
  1996. .text name
  1997. 0 physical address
  1998. 0 virtual address
  1999. 27 size of raw data
  2000. 4520 file pointer to raw data (00004520 to 00004546)
  2001. 4A88 file pointer to relocation table
  2002. 0 file pointer to line numbers
  2003. 2 number of relocations
  2004. 0 number of line numbers
  2005. 60501020 flags
  2006. Code
  2007. COMDAT; sym= _D3app8__assertFiZv
  2008. 16 byte align
  2009. Execute Read
  2010.  
  2011. RAW DATA #4D
  2012. 00000000: 55 48 8B EC 48 83 EC 30 48 89 CA 48 8D 05 00 00 UH.iH.i0H.EH....
  2013. 00000010: 00 00 48 89 45 F8 48 C7 45 F0 0C 00 00 00 48 8D ..H.EoHCE?....H.
  2014. 00000020: 4D F0 E8 00 00 00 00 M?e....
  2015.  
  2016. RELOCATIONS #4D
  2017. Symbol Symbol
  2018. Offset Type Applied To Index Name
  2019. -------- ---------------- ----------------- -------- ------
  2020. 0000000E REL32 00000000 F0 _TMP24
  2021. 00000023 REL32 00000000 110 _d_assert
  2022.  
  2023. SECTION HEADER #4E
  2024. .xdata name
  2025. 0 physical address
  2026. 0 virtual address
  2027. 8 size of raw data
  2028. 4547 file pointer to raw data (00004547 to 0000454E)
  2029. 0 file pointer to relocation table
  2030. 0 file pointer to line numbers
  2031. 0 number of relocations
  2032. 0 number of line numbers
  2033. 40301040 flags
  2034. Initialized Data
  2035. COMDAT; sym= $unwind$_D3app8__assertFiZv
  2036. 4 byte align
  2037. Read Only
  2038.  
  2039. RAW DATA #4E
  2040. 00000000: 01 08 02 05 04 03 01 50 .......P
  2041.  
  2042. SECTION HEADER #4F
  2043. .pdata name
  2044. 0 physical address
  2045. 0 virtual address
  2046. C size of raw data
  2047. 4550 file pointer to raw data (00004550 to 0000455B)
  2048. 4A9C file pointer to relocation table
  2049. 0 file pointer to line numbers
  2050. 3 number of relocations
  2051. 0 number of line numbers
  2052. 40301040 flags
  2053. Initialized Data
  2054. COMDAT; sym= $pdata$_D3app8__assertFiZv
  2055. 4 byte align
  2056. Read Only
  2057.  
  2058. RAW DATA #4F
  2059. 00000000: 00 00 00 00 2D 00 00 00 00 00 00 00 ....-.......
  2060.  
  2061. Function Table #79 (1)
  2062.  
  2063. Begin End Info
  2064.  
  2065. 00000000 00000000 0000002D 00000000
  2066.  
  2067. RELOCATIONS #4F
  2068. Symbol Symbol
  2069. Offset Type Applied To Index Name
  2070. -------- ---------------- ----------------- -------- ------
  2071. 00000000 ADDR32NB 00000000 F4 _D3app8__assertFiZv
  2072. 00000004 ADDR32NB 0000002D F4 _D3app8__assertFiZv
  2073. 00000008 ADDR32NB 00000000 F5 $unwind$_D3app8__assertFiZv
  2074.  
  2075. SECTION HEADER #50
  2076. .text name
  2077. 0 physical address
  2078. 0 virtual address
  2079. 2C size of raw data
  2080. 455C file pointer to raw data (0000455C to 00004587)
  2081. 4ABC file pointer to relocation table
  2082. 0 file pointer to line numbers
  2083. 2 number of relocations
  2084. 0 number of line numbers
  2085. 60501020 flags
  2086. Code
  2087. COMDAT; sym= _D3app15__unittest_failFiZv
  2088. 16 byte align
  2089. Execute Read
  2090.  
  2091. RAW DATA #50
  2092. 00000000: 55 48 8B EC 48 83 EC 30 48 89 CA 48 8D 05 00 00 UH.iH.i0H.EH....
  2093. 00000010: 00 00 48 89 45 F8 48 C7 45 F0 0C 00 00 00 48 8D ..H.EoHCE?....H.
  2094. 00000020: 4D F0 E8 00 00 00 00 48 8B E5 5D C3 M?e....H.a]A
  2095.  
  2096. RELOCATIONS #50
  2097. Symbol Symbol
  2098. Offset Type Applied To Index Name
  2099. -------- ---------------- ----------------- -------- ------
  2100. 0000000E REL32 00000000 F0 _TMP24
  2101. 00000023 REL32 00000000 111 _d_unittest
  2102.  
  2103. SECTION HEADER #51
  2104. .xdata name
  2105. 0 physical address
  2106. 0 virtual address
  2107. 8 size of raw data
  2108. 4588 file pointer to raw data (00004588 to 0000458F)
  2109. 0 file pointer to relocation table
  2110. 0 file pointer to line numbers
  2111. 0 number of relocations
  2112. 0 number of line numbers
  2113. 40301040 flags
  2114. Initialized Data
  2115. COMDAT; sym= $unwind$_D3app15__unittest_failFiZv
  2116. 4 byte align
  2117. Read Only
  2118.  
  2119. RAW DATA #51
  2120. 00000000: 01 08 02 05 04 03 01 50 .......P
  2121.  
  2122. SECTION HEADER #52
  2123. .pdata name
  2124. 0 physical address
  2125. 0 virtual address
  2126. C size of raw data
  2127. 4590 file pointer to raw data (00004590 to 0000459B)
  2128. 4AD0 file pointer to relocation table
  2129. 0 file pointer to line numbers
  2130. 3 number of relocations
  2131. 0 number of line numbers
  2132. 40301040 flags
  2133. Initialized Data
  2134. COMDAT; sym= $pdata$_D3app15__unittest_failFiZv
  2135. 4 byte align
  2136. Read Only
  2137.  
  2138. RAW DATA #52
  2139. 00000000: 00 00 00 00 2C 00 00 00 00 00 00 00 ....,.......
  2140.  
  2141. Function Table #82 (1)
  2142.  
  2143. Begin End Info
  2144.  
  2145. 00000000 00000000 0000002C 00000000
  2146.  
  2147. RELOCATIONS #52
  2148. Symbol Symbol
  2149. Offset Type Applied To Index Name
  2150. -------- ---------------- ----------------- -------- ------
  2151. 00000000 ADDR32NB 00000000 F7 _D3app15__unittest_failFiZv
  2152. 00000004 ADDR32NB 0000002C F7 _D3app15__unittest_failFiZv
  2153. 00000008 ADDR32NB 00000000 F8 $unwind$_D3app15__unittest_failFiZv
  2154.  
  2155. SECTION HEADER #53
  2156. .text name
  2157. 0 physical address
  2158. 0 virtual address
  2159. 19 size of raw data
  2160. 459C file pointer to raw data (0000459C to 000045B4)
  2161. 4AF0 file pointer to relocation table
  2162. 0 file pointer to line numbers
  2163. 2 number of relocations
  2164. 0 number of line numbers
  2165. 60501020 flags
  2166. Code
  2167. COMDAT; sym= main
  2168. 16 byte align
  2169. Execute Read
  2170.  
  2171. RAW DATA #53
  2172. 00000000: 55 48 8B EC 48 83 EC 20 4C 8D 05 00 00 00 00 E8 UH.iH.i L......e
  2173. 00000010: 00 00 00 00 48 8B E5 5D C3 ....H.a]A
  2174.  
  2175. RELOCATIONS #53
  2176. Symbol Symbol
  2177. Offset Type Applied To Index Name
  2178. -------- ---------------- ----------------- -------- ------
  2179. 00000010 REL32 00000000 FF _d_run_main
  2180. 0000000B REL32 00000000 108 _Dmain
  2181.  
  2182. SECTION HEADER #54
  2183. .xdata name
  2184. 0 physical address
  2185. 0 virtual address
  2186. 8 size of raw data
  2187. 45B5 file pointer to raw data (000045B5 to 000045BC)
  2188. 0 file pointer to relocation table
  2189. 0 file pointer to line numbers
  2190. 0 number of relocations
  2191. 0 number of line numbers
  2192. 40301040 flags
  2193. Initialized Data
  2194. COMDAT; sym= $unwind$main
  2195. 4 byte align
  2196. Read Only
  2197.  
  2198. RAW DATA #54
  2199. 00000000: 01 08 02 05 04 03 01 50 .......P
  2200.  
  2201. SECTION HEADER #55
  2202. .pdata name
  2203. 0 physical address
  2204. 0 virtual address
  2205. C size of raw data
  2206. 45C0 file pointer to raw data (000045C0 to 000045CB)
  2207. 4B04 file pointer to relocation table
  2208. 0 file pointer to line numbers
  2209. 3 number of relocations
  2210. 0 number of line numbers
  2211. 40301040 flags
  2212. Initialized Data
  2213. COMDAT; sym= $pdata$main
  2214. 4 byte align
  2215. Read Only
  2216.  
  2217. RAW DATA #55
  2218. 00000000: 00 00 00 00 19 00 00 00 00 00 00 00 ............
  2219.  
  2220. Function Table #85 (1)
  2221.  
  2222. Begin End Info
  2223.  
  2224. 00000000 00000000 00000019 00000000
  2225.  
  2226. RELOCATIONS #55
  2227. Symbol Symbol
  2228. Offset Type Applied To Index Name
  2229. -------- ---------------- ----------------- -------- ------
  2230. 00000000 ADDR32NB 00000000 FA main
  2231. 00000004 ADDR32NB 00000019 FA main
  2232. 00000008 ADDR32NB 00000000 FB $unwind$main
  2233.  
  2234. COFF SYMBOL TABLE
  2235. 000 00000000 SECT4 notype Static | .text
  2236. Section length 0, #relocs 0, #linenums 0, checksum 0
  2237. 002 00000000 SECT3 notype Static | .data$B
  2238. Section length B9, #relocs 1, #linenums 0, checksum 0
  2239. 004 00000000 SECT6 notype Static | .rdata
  2240. Section length 0, #relocs 0, #linenums 0, checksum 0
  2241. 006 00000000 SECT5 notype Static | .bss$B
  2242. Section length 0, #relocs 0, #linenums 0, checksum 0
  2243. 008 00000000 SECT1 notype Static | .drectve
  2244. Section length 45, #relocs 0, #linenums 0, checksum 0
  2245. 00A 00000000 SECT2 notype Static | .debug$S
  2246. Section length 0, #relocs 0, #linenums 0, checksum 0
  2247. 00C 00000000 SECT7 notype Static | ._deh$A
  2248. Section length 8, #relocs 0, #linenums 0, checksum 0
  2249. 00E 00000000 SECT8 notype Static | ._deh$C
  2250. Section length 8, #relocs 0, #linenums 0, checksum 0
  2251. 010 00000000 SECT9 notype Static | .minfo$A
  2252. Section length 8, #relocs 0, #linenums 0, checksum 0
  2253. 012 00000000 SECTA notype Static | .minfo$C
  2254. Section length 8, #relocs 0, #linenums 0, checksum 0
  2255. 014 00000000 SECTB notype Static | .data$A
  2256. Section length 0, #relocs 0, #linenums 0, checksum 0
  2257. 016 00000000 SECTC notype Static | .data$C
  2258. Section length 0, #relocs 0, #linenums 0, checksum 0
  2259. 018 00000000 SECTD notype Static | .bss$A
  2260. Section length 0, #relocs 0, #linenums 0, checksum 0
  2261. 01A 00000000 SECTE notype Static | .bss$C
  2262. Section length 0, #relocs 0, #linenums 0, checksum 0
  2263. 01C 00000000 SECTF notype Static | .text
  2264. Section length 26, #relocs 2, #linenums 0, checksum 0, selection 2 (pick any)
  2265. 01E 00000000 SECT10 notype Static | .xdata
  2266. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0xF)
  2267. 020 00000000 SECT11 notype Static | .pdata
  2268. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0xF)
  2269. 022 00000000 SECT12 notype Static | .text
  2270. Section length C0, #relocs 4, #linenums 0, checksum 0, selection 2 (pick any)
  2271. 024 00000000 SECT13 notype Static | .xdata
  2272. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x12)
  2273. 026 00000000 SECT14 notype Static | .pdata
  2274. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x12)
  2275. 028 00000000 SECT15 notype Static | .text
  2276. Section length 116, #relocs 5, #linenums 0, checksum 0, selection 2 (pick any)
  2277. 02A 00000000 SECT16 notype Static | .xdata
  2278. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x15)
  2279. 02C 00000000 SECT17 notype Static | .pdata
  2280. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x15)
  2281. 02E 00000000 SECT18 notype Static | ._deh$B
  2282. Section length 30, #relocs 4, #linenums 0, checksum 0
  2283. 030 00000000 SECT19 notype Static | .text
  2284. Section length 1D, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2285. 032 00000000 SECT1A notype Static | .xdata
  2286. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x19)
  2287. 034 00000000 SECT1B notype Static | .pdata
  2288. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x19)
  2289. 036 00000000 SECT1C notype Static | .text
  2290. Section length 1D, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2291. 038 00000000 SECT1D notype Static | .xdata
  2292. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x1C)
  2293. 03A 00000000 SECT1E notype Static | .pdata
  2294. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x1C)
  2295. 03C 00000000 SECT1F notype Static | .text
  2296. Section length 32, #relocs 2, #linenums 0, checksum 0, selection 2 (pick any)
  2297. 03E 00000000 SECT20 notype Static | .xdata
  2298. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x1F)
  2299. 040 00000000 SECT21 notype Static | .pdata
  2300. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x1F)
  2301. 042 00000000 SECT22 notype Static | .text
  2302. Section length 1B, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2303. 044 00000000 SECT23 notype Static | .xdata
  2304. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x22)
  2305. 046 00000000 SECT24 notype Static | .pdata
  2306. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x22)
  2307. 048 00000000 SECT25 notype Static | .text
  2308. Section length 1B, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2309. 04A 00000000 SECT26 notype Static | .xdata
  2310. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x25)
  2311. 04C 00000000 SECT27 notype Static | .pdata
  2312. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x25)
  2313. 04E 00000000 SECT28 notype Static | .text
  2314. Section length 1B0, #relocs 6, #linenums 0, checksum 0, selection 2 (pick any)
  2315. 050 00000000 SECT29 notype Static | .xdata
  2316. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x28)
  2317. 052 00000000 SECT2A notype Static | .pdata
  2318. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x28)
  2319. 054 00000000 SECT2B notype Static | .text
  2320. Section length 2D, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2321. 056 00000000 SECT2C notype Static | .xdata
  2322. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x2B)
  2323. 058 00000000 SECT2D notype Static | .pdata
  2324. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x2B)
  2325. 05A 00000000 SECT2E notype Static | .text
  2326. Section length 2D, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2327. 05C 00000000 SECT2F notype Static | .xdata
  2328. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x2E)
  2329. 05E 00000000 SECT30 notype Static | .pdata
  2330. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x2E)
  2331. 060 00000000 SECT31 notype Static | .text
  2332. Section length AD, #relocs 5, #linenums 0, checksum 0, selection 2 (pick any)
  2333. 062 00000000 SECT32 notype Static | .xdata
  2334. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x31)
  2335. 064 00000000 SECT33 notype Static | .pdata
  2336. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x31)
  2337. 066 00000000 SECT34 notype Static | .text
  2338. Section length 28, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2339. 068 00000000 SECT35 notype Static | .xdata
  2340. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x34)
  2341. 06A 00000000 SECT36 notype Static | .pdata
  2342. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x34)
  2343. 06C 00000000 SECT37 notype Static | .text
  2344. Section length A, #relocs 0, #linenums 0, checksum 0, selection 2 (pick any)
  2345. 06E 00000000 SECT38 notype Static | .xdata
  2346. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x37)
  2347. 070 00000000 SECT39 notype Static | .pdata
  2348. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x37)
  2349. 072 00000000 SECT3A notype Static | .text
  2350. Section length 19, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2351. 074 00000000 SECT3B notype Static | .xdata
  2352. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x3A)
  2353. 076 00000000 SECT3C notype Static | .pdata
  2354. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x3A)
  2355. 078 00000000 SECT3D notype Static | .text
  2356. Section length 71, #relocs 5, #linenums 0, checksum 0, selection 2 (pick any)
  2357. 07A 00000000 SECT3E notype Static | .xdata
  2358. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x3D)
  2359. 07C 00000000 SECT3F notype Static | .pdata
  2360. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x3D)
  2361. 07E 00000000 SECT40 notype Static | .text
  2362. Section length E8, #relocs 7, #linenums 0, checksum 0, selection 2 (pick any)
  2363. 080 00000000 SECT41 notype Static | .xdata
  2364. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x40)
  2365. 082 00000000 SECT42 notype Static | .pdata
  2366. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x40)
  2367. 084 00000000 SECT43 notype Static | .text
  2368. Section length 1B, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2369. 086 00000000 SECT44 notype Static | .xdata
  2370. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x43)
  2371. 088 00000000 SECT45 notype Static | .pdata
  2372. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x43)
  2373. 08A 00000000 SECT46 notype Static | .text
  2374. Section length 1B, #relocs 1, #linenums 0, checksum 0, selection 2 (pick any)
  2375. 08C 00000000 SECT47 notype Static | .xdata
  2376. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x46)
  2377. 08E 00000000 SECT48 notype Static | .pdata
  2378. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x46)
  2379. 090 00000000 SECT49 notype Static | .minfo$B
  2380. Section length 8, #relocs 1, #linenums 0, checksum 0
  2381. 092 00000000 SECT4A notype Static | .text
  2382. Section length 27, #relocs 2, #linenums 0, checksum 0, selection 2 (pick any)
  2383. 094 00000000 SECT4B notype Static | .xdata
  2384. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x4A)
  2385. 096 00000000 SECT4C notype Static | .pdata
  2386. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x4A)
  2387. 098 00000000 SECT4D notype Static | .text
  2388. Section length 27, #relocs 2, #linenums 0, checksum 0, selection 2 (pick any)
  2389. 09A 00000000 SECT4E notype Static | .xdata
  2390. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x4D)
  2391. 09C 00000000 SECT4F notype Static | .pdata
  2392. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x4D)
  2393. 09E 00000000 SECT50 notype Static | .text
  2394. Section length 2C, #relocs 2, #linenums 0, checksum 0, selection 2 (pick any)
  2395. 0A0 00000000 SECT51 notype Static | .xdata
  2396. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x50)
  2397. 0A2 00000000 SECT52 notype Static | .pdata
  2398. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x50)
  2399. 0A4 00000000 SECT53 notype Static | .text
  2400. Section length 19, #relocs 2, #linenums 0, checksum 0, selection 2 (pick any)
  2401. 0A6 00000000 SECT54 notype Static | .xdata
  2402. Section length 8, #relocs 0, #linenums 0, checksum 0, selection 5 (pick associative Section 0x53)
  2403. 0A8 00000000 SECT55 notype Static | .pdata
  2404. Section length C, #relocs 3, #linenums 0, checksum 0, selection 5 (pick associative Section 0x53)
  2405. 0AA 00000000 UNDEF notype External | main
  2406. 0AB 00000000 SECT7 notype External | _deh_beg
  2407. 0AC 00000000 SECT8 notype External | _deh_end
  2408. 0AD 00000000 SECT9 notype External | _minfo_beg
  2409. 0AE 00000000 SECTA notype External | _minfo_end
  2410. 0AF 00000000 SECTB notype External | _data_beg
  2411. 0B0 00000000 SECTC notype External | _data_end
  2412. 0B1 00000000 SECTD notype External | _bss_beg
  2413. 0B2 00000000 SECTE notype External | _bss_end
  2414. 0B3 00000000 SECTF notype () External | _Dmain
  2415. 0B4 00000000 SECT10 notype Static | $unwind$_Dmain
  2416. 0B5 00000000 SECT11 notype Static | $pdata$_Dmain
  2417. 0B6 00000000 SECT12 notype () External | _D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  2418. 0B7 00000000 SECT13 notype Static | $unwind$_D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  2419. 0B8 00000000 SECT14 notype Static | $pdata$_D3std5stdio14__T7writelnTiZ7writelnFNfiZv
  2420. 0B9 00000000 SECT15 notype () External | _D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  2421. 0BA 00000000 SECT16 notype Static | $unwind$_D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  2422. 0BB 00000000 SECT17 notype Static | $pdata$_D3std5stdio4File14__T5writeTiTaZ5writeMFNfiaZv
  2423. 0BC 00000000 SECT3 notype Static | _HandlerTable0
  2424. 0BD 00000000 SECT19 notype () External | _D3std5range10primitives46__T3putTS3std5stdio4File17LockingTextWriterTaZ3putFNbNiNfKS3std5stdio4File17LockingTextWriteraZv
  2425. 0BE 00000000 SECT1A notype Static | $unwind$_D3std5range10primitives46__T3putTS3std5stdio4File17LockingTextWriterTaZ3putFNbNiNfKS3std5stdio4File17LockingTextWriteraZv
  2426. 0BF 00000000 SECT1B notype Static | $pdata$_D3std5range10primitives46__T3putTS3std5stdio4File17LockingTextWriterTaZ3putFNbNiNfKS3std5stdio4File17LockingTextWriteraZv
  2427. 0C0 00000000 SECT1C notype () External | _D3std5range10primitives48__T5doPutTS3std5stdio4File17LockingTextWriterTaZ5doPutFNbNiNfKS3std5stdio4File17LockingTextWriterKaZv
  2428. 0C1 00000000 SECT1D notype Static | $unwind$_D3std5range10primitives48__T5doPutTS3std5stdio4File17LockingTextWriterTaZ5doPutFNbNiNfKS3std5stdio4File17LockingTextWriterKaZv
  2429. 0C2 00000000 SECT1E notype Static | $pdata$_D3std5range10primitives48__T5doPutTS3std5stdio4File17LockingTextWriterTaZ5doPutFNbNiNfKS3std5stdio4File17LockingTextWriterKaZv
  2430. 0C3 00000000 SECT1F notype () External | _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  2431. 0C4 00000000 SECT20 notype Static | $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  2432. 0C5 00000000 SECT21 notype Static | $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNbNiNfaZv
  2433. 0C6 00000000 SECT22 notype () External | _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2434. 0C7 00000000 SECT23 notype Static | $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2435. 0C8 00000000 SECT24 notype Static | $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2436. 0C9 00000000 SECT25 notype () External | _D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2437. 0CA 00000000 SECT26 notype Static | $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2438. 0CB 00000000 SECT27 notype Static | $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTaZ3putMFNfaZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2439. 0CC 00000000 SECT28 notype () External | _D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  2440. 0CD 00000000 SECT29 notype Static | $unwind$_D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  2441. 0CE 00000000 SECT2A notype Static | $pdata$_D3std4conv55__T11toTextRangeTiTS3std5stdio4File17LockingTextWriterZ11toTextRangeFNfiS3std5stdio4File17LockingTextWriterZv
  2442. 0CF 00000030 SECT3 notype Static | _HandlerTable1
  2443. 0D0 00000000 SECT2B notype () External | _D3std5range10primitives47__T3putTS3std5stdio4File17LockingTextWriterTAaZ3putFNfKS3std5stdio4File17LockingTextWriterAaZv
  2444. 0D1 00000000 SECT2C notype Static | $unwind$_D3std5range10primitives47__T3putTS3std5stdio4File17LockingTextWriterTAaZ3putFNfKS3std5stdio4File17LockingTextWriterAaZv
  2445. 0D2 00000000 SECT2D notype Static | $pdata$_D3std5range10primitives47__T3putTS3std5stdio4File17LockingTextWriterTAaZ3putFNfKS3std5stdio4File17LockingTextWriterAaZv
  2446. 0D3 00000000 SECT2E notype () External | _D3std5range10primitives49__T5doPutTS3std5stdio4File17LockingTextWriterTAaZ5doPutFNfKS3std5stdio4File17LockingTextWriterKAaZv
  2447. 0D4 00000000 SECT2F notype Static | $unwind$_D3std5range10primitives49__T5doPutTS3std5stdio4File17LockingTextWriterTAaZ5doPutFNfKS3std5stdio4File17LockingTextWriterKAaZv
  2448. 0D5 00000000 SECT30 notype Static | $pdata$_D3std5range10primitives49__T5doPutTS3std5stdio4File17LockingTextWriterTAaZ5doPutFNfKS3std5stdio4File17LockingTextWriterKAaZv
  2449. 0D6 00000000 SECT31 notype () External | _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  2450. 0D7 00000000 SECT32 notype Static | $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  2451. 0D8 00000000 SECT33 notype Static | $pdata$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFNfAaZv
  2452. 0D9 00000000 SECT34 notype () External | _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ13trustedFwriteFNbNiNexPvmmPOS4core4stdc5stdio6_iobufZm
  2453. 0DA 00000000 SECT35 notype Static | $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ13trustedFwriteFNbNiNexPvmmPOS4core4stdc5stdio6_iobufZm
  2454. 0DB 00000000 SECT36 notype Static | $pdata$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ13trustedFwriteFNbNiNexPvmmPOS4core4stdc5stdio6_iobufZm
  2455. 0DC 00000000 SECT37 notype () External | _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  2456. 0DD 00000000 SECT38 notype Static | $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  2457. 0DE 00000000 SECT39 notype Static | $pdata$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ12__dgliteral3MFNaNbNiNfZAya
  2458. 0DF 00000000 SECT3A notype () External | _D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  2459. 0E0 00000000 SECT3B notype Static | $unwind$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  2460. 0E1 00000000 SECT3C notype Static | $pdata$_D3std5stdio4File17LockingTextWriter11__T3putTAaZ3putMFAaZ14__foreachbody4MFNbNiNfKwZi
  2461. 0E2 00000058 SECT3 notype Static | _TMP22
  2462. 0E3 00000000 SECT3D notype () External | _D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  2463. 0E4 00000000 SECT3E notype Static | $unwind$_D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  2464. 0E5 00000000 SECT3F notype Static | $pdata$_D3std9exception135__T12errnoEnforceTiVAyaa50_433a5c445c646d64325c77696e646f77735c62696e5c2e2e5c2e2e5c7372635c70686f626f735c7374645c737464696f2e64Vmi2543Z12errnoEnforceFNfiLAyaZi
  2465. 0E6 00000000 SECT40 notype () External | _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  2466. 0E7 00000000 SECT41 notype Static | $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  2467. 0E8 00000000 SECT42 notype Static | $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNbNiNfwZv
  2468. 0E9 00000000 SECT43 notype () External | _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2469. 0EA 00000000 SECT44 notype Static | $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2470. 0EB 00000000 SECT45 notype Static | $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ12trustedFPUTCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2471. 0EC 00000000 SECT46 notype () External | _D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2472. 0ED 00000000 SECT47 notype Static | $unwind$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2473. 0EE 00000000 SECT48 notype Static | $pdata$_D3std5stdio4File17LockingTextWriter10__T3putTwZ3putMFNfwZ13trustedFPUTWCFNbNiNeiPS4core4stdc5stdio6_iobufZi
  2474. 0EF 00000090 SECT3 notype External | _D3app12__ModuleInfoZ
  2475. 0F0 000000AC SECT3 notype Static | _TMP24
  2476. 0F1 00000000 SECT4A notype () External | _D3app7__arrayZ
  2477. 0F2 00000000 SECT4B notype Static | $unwind$_D3app7__arrayZ
  2478. 0F3 00000000 SECT4C notype Static | $pdata$_D3app7__arrayZ
  2479. 0F4 00000000 SECT4D notype () External | _D3app8__assertFiZv
  2480. 0F5 00000000 SECT4E notype Static | $unwind$_D3app8__assertFiZv
  2481. 0F6 00000000 SECT4F notype Static | $pdata$_D3app8__assertFiZv
  2482. 0F7 00000000 SECT50 notype () External | _D3app15__unittest_failFiZv
  2483. 0F8 00000000 SECT51 notype Static | $unwind$_D3app15__unittest_failFiZv
  2484. 0F9 00000000 SECT52 notype Static | $pdata$_D3app15__unittest_failFiZv
  2485. 0FA 00000000 SECT53 notype () External | main
  2486. 0FB 00000000 SECT54 notype Static | $unwind$main
  2487. 0FC 00000000 SECT55 notype Static | $pdata$main
  2488. 0FD 00000000 UNDEF notype () External | _fputwc_nolock
  2489. 0FE 00000000 UNDEF notype () External | _D3std5stdio7__arrayZ
  2490. 0FF 00000000 UNDEF notype () External | _d_run_main
  2491. 100 00000000 UNDEF notype External | _D3std5stdio12__ModuleInfoZ
  2492. 101 00000000 UNDEF notype () External | _D3std5stdio4File6__dtorMFNfZv
  2493. 102 00000000 UNDEF notype () External | _fputc_nolock
  2494. 103 00000000 UNDEF notype () External | _d_throwc
  2495. 104 00000000 UNDEF notype () External | _lock_file
  2496. 105 00000000 UNDEF notype () External | fwrite
  2497. 106 00000000 UNDEF notype () External | _D3std3utf6toUTF8FNaNbNiNfNkJG4awZAa
  2498. 107 00000000 UNDEF notype () External | _D3std9exception14ErrnoException6__ctorMFNeAyaAyamZC3std9exception14ErrnoException
  2499. 108 00000000 UNDEF notype () External | _Dmain
  2500. 109 00000000 UNDEF notype () External | _aApplycd1
  2501. 10A 00000000 UNDEF notype () External | ?myFunc@@YAHHH@Z (int __cdecl myFunc(int,int))
  2502. 10B 00000000 UNDEF notype () External | _d_newclass
  2503. 10C 00000000 UNDEF notype () External | _D3std5stdio4File17lockingTextWriterMFNfZS3std5stdio4File17LockingTextWriter
  2504. 10D 00000000 UNDEF notype () External | _D3std5stdio4File10__postblitMFNbNfZv
  2505. 10E 00000000 UNDEF notype External | _D3std9exception14ErrnoException7__ClassZ
  2506. 10F 00000000 UNDEF notype External | _D3std5stdio6stdoutS3std5stdio4File
  2507. 110 00000000 UNDEF notype () External | _d_assert
  2508. 111 00000000 UNDEF notype () External | _d_unittest
  2509. 112 00000000 UNDEF notype () External | _unlock_file
  2510. 113 00000000 UNDEF notype () External | _D3std4conv7__arrayZ
  2511. 114 00000000 UNDEF notype () External | _d_arraybounds
  2512.  
  2513. String Table Size = 0x19EB bytes
  2514.  
  2515. Summary
  2516.  
  2517. 8 ._deh$A
  2518. 30 ._deh$B
  2519. 8 ._deh$C
  2520. 0 .bss$A
  2521. 0 .bss$B
  2522. 0 .bss$C
  2523. 0 .data$A
  2524. B9 .data$B
  2525. 0 .data$C
  2526. 0 .debug$S
  2527. 45 .drectve
  2528. 8 .minfo$A
  2529. 8 .minfo$B
  2530. 8 .minfo$C
  2531. 114 .pdata
  2532. 0 .rdata
  2533. 7C2 .text
  2534. B8 .xdata
Add Comment
Please, Sign In to add comment