rake-delphi 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +4 -0
- data/Gemfile.lock +19 -0
- data/Rakefile.rb +6 -0
- data/lib/rake/common/git.rb +3 -2
- data/lib/rake/common/logger.rb +26 -0
- data/lib/rake/common/sendmailtask.rb +1 -1
- data/lib/rake/common/ziptask.rb +3 -3
- data/lib/rake/delphi.rb +1 -0
- data/lib/rake/delphi/dcc32.rb +63 -13
- data/lib/rake/delphi/envvariables.rb +41 -13
- data/lib/rake/delphi/project.rb +0 -1
- data/lib/rake/delphi/projectinfo.rb +28 -7
- data/lib/rake/delphi/resources.rb +3 -2
- data/lib/rake/delphi/tool.rb +45 -13
- data/lib/rake/delphi/version.rb +1 -1
- data/lib/rake/helpers/filelist.rb +1 -0
- data/lib/rake/helpers/logger.rb +1 -0
- data/lib/rake/helpers/rake.rb +1 -0
- data/lib/rake/helpers/raketask.rb +1 -2
- data/rake-delphi.gemspec +2 -1
- data/test/helpers/verinfo.rb +42 -0
- data/test/resources/testproject/Rakefile.rb +5 -2
- data/test/resources/testproject/bin/test_compile/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_alter_cfg/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_consts/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_debug_info/testproject.drc +366 -0
- data/test/resources/testproject/bin/test_compile_debug_info/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_debug_info/testproject.map +1798 -0
- data/test/resources/testproject/bin/test_compile_defines/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_use_absent_config/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_use_config/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_use_library_path/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_explicit_libs/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_libs/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_resources/testproject.exe +0 -0
- data/test/resources/testproject/bin/test_compile_with_resources_and_libs/testproject.exe +0 -0
- data/test/resources/testproject/dcu/ExplicitLibUnit.dcu +0 -0
- data/test/resources/testproject/dcu/LibUnit.dcu +0 -0
- data/test/resources/testproject/resources.res +0 -0
- data/test/resources/testproject/{testproject.bdsproj → testproject.2006.bdsproj} +0 -0
- data/test/resources/testproject/{testproject.dproj → testproject.2007.dproj} +0 -0
- data/test/resources/testproject/testproject.2010.dproj +108 -0
- data/test/resources/testproject/testproject.cfg.1 +8 -0
- data/test/resources/testproject/testproject.dproj.2007 +77 -0
- data/test/resources/testproject/testproject.drc +210 -0
- data/test/resources/testproject/testproject.exe +0 -0
- data/test/resources/testproject/testproject.identcache +0 -0
- data/test/resources/testproject/testproject.rc +60 -0
- data/test/resources/testproject/testproject.res +0 -0
- data/test/resources/testproject/testproject.xe5.dproj +179 -0
- data/test/test-delphi.rb +33 -5
- data/test/test-envvariables.rb +23 -0
- data/test/test-git.rb +2 -2
- data/test/test-hashes.rb +0 -1
- data/test/test-projectinfo.rb +89 -9
- data/test/test-zip.rb +0 -8
- metadata +100 -43
- data/.gitignore +0 -17
- data/test/resources/testproject/.gitignore +0 -8
@@ -0,0 +1,1798 @@
|
|
1
|
+
|
2
|
+
Start Length Name Class
|
3
|
+
0001:00401000 0000F670H .text CODE
|
4
|
+
0002:00411000 00000450H .itext ICODE
|
5
|
+
0003:00412000 00000C40H .data DATA
|
6
|
+
0004:00413000 00003300H .bss BSS
|
7
|
+
0005:00000000 0000000CH .tls TLS
|
8
|
+
|
9
|
+
|
10
|
+
Detailed map of segments
|
11
|
+
|
12
|
+
0001:00000000 00004B4D C=CODE S=.text G=(none) M=System ACBP=A9
|
13
|
+
0001:00004B50 00000105 C=CODE S=.text G=(none) M=SysInit ACBP=A9
|
14
|
+
0001:00004C58 00000174 C=CODE S=.text G=(none) M=Windows ACBP=A9
|
15
|
+
0001:00004DCC 000002D0 C=CODE S=.text G=(none) M=SysConst ACBP=A9
|
16
|
+
0001:0000509C 00005F31 C=CODE S=.text G=(none) M=SysUtils ACBP=A9
|
17
|
+
0001:0000AFD0 000007EE C=CODE S=.text G=(none) M=VarUtils ACBP=A9
|
18
|
+
0001:0000B7C0 0000275C C=CODE S=.text G=(none) M=Variants ACBP=A9
|
19
|
+
0001:0000DF1C 00000040 C=CODE S=.text G=(none) M=RTLConsts ACBP=A9
|
20
|
+
0001:0000DF5C 0000007B C=CODE S=.text G=(none) M=TypInfo ACBP=A9
|
21
|
+
0001:0000DFD8 000015ED C=CODE S=.text G=(none) M=Classes ACBP=A9
|
22
|
+
0001:0000F5C8 000000A8 C=CODE S=.text G=(none) M=testproject ACBP=A9
|
23
|
+
0002:00000000 00000095 C=ICODE S=.itext G=(none) M=System ACBP=A9
|
24
|
+
0002:00000098 00000011 C=ICODE S=.itext G=(none) M=Windows ACBP=A9
|
25
|
+
0002:000000AC 00000088 C=ICODE S=.itext G=(none) M=SysUtils ACBP=A9
|
26
|
+
0002:00000134 0000000F C=ICODE S=.itext G=(none) M=VarUtils ACBP=A9
|
27
|
+
0002:00000144 000000AA C=ICODE S=.itext G=(none) M=Variants ACBP=A9
|
28
|
+
0002:000001F0 00000008 C=ICODE S=.itext G=(none) M=TypInfo ACBP=A9
|
29
|
+
0002:000001F8 00000092 C=ICODE S=.itext G=(none) M=Classes ACBP=A9
|
30
|
+
0002:0000028C 000001C4 C=ICODE S=.itext G=(none) M=testproject ACBP=A9
|
31
|
+
0003:00000000 0000078C C=DATA S=.data G=DGROUP M=System ACBP=A9
|
32
|
+
0003:0000078C 0000001C C=DATA S=.data G=DGROUP M=SysInit ACBP=A9
|
33
|
+
0003:000007A8 0000022C C=DATA S=.data G=DGROUP M=SysUtils ACBP=A9
|
34
|
+
0003:000009D4 00000008 C=DATA S=.data G=DGROUP M=VarUtils ACBP=A9
|
35
|
+
0003:000009DC 00000076 C=DATA S=.data G=DGROUP M=Variants ACBP=A9
|
36
|
+
0003:00000A54 0000000C C=DATA S=.data G=DGROUP M=TypInfo ACBP=A9
|
37
|
+
0003:00000A60 00000004 C=DATA S=.data G=DGROUP M=Classes ACBP=A9
|
38
|
+
0004:00000000 000027EC C=BSS S=.bss G=DGROUP M=System ACBP=A9
|
39
|
+
0004:000027EC 0000000C C=BSS S=.bss G=DGROUP M=SysInit ACBP=A9
|
40
|
+
0004:000027F8 00000008 C=BSS S=.bss G=DGROUP M=Windows ACBP=A9
|
41
|
+
0004:00002800 00000A20 C=BSS S=.bss G=DGROUP M=SysUtils ACBP=A9
|
42
|
+
0004:00003220 0000005C C=BSS S=.bss G=DGROUP M=VarUtils ACBP=A9
|
43
|
+
0004:0000327C 00000040 C=BSS S=.bss G=DGROUP M=Variants ACBP=A9
|
44
|
+
0004:000032BC 00000004 C=BSS S=.bss G=DGROUP M=TypInfo ACBP=A9
|
45
|
+
0004:000032C0 00000034 C=BSS S=.bss G=DGROUP M=Classes ACBP=A9
|
46
|
+
0004:000032F4 0000000C C=BSS S=.bss G=DGROUP M=testproject ACBP=A9
|
47
|
+
0005:00000000 00000008 C=TLS S=.tls G=(none) M=System ACBP=A9
|
48
|
+
0005:00000008 00000004 C=TLS S=.tls G=(none) M=Classes ACBP=A9
|
49
|
+
|
50
|
+
|
51
|
+
Address Publics by Name
|
52
|
+
|
53
|
+
0004:000032C8 Classes..95
|
54
|
+
0001:0000E034 Classes..EFilerError
|
55
|
+
0001:0000E140 Classes..EListError
|
56
|
+
0001:0000E0E4 Classes..EResNotFound
|
57
|
+
0001:0000DFD8 Classes..EStreamError
|
58
|
+
0001:0000E08C Classes..EWriteError
|
59
|
+
0001:0000E360 Classes..TCustomMemoryStream
|
60
|
+
0001:0000E198 Classes..TList
|
61
|
+
0001:0000E254 Classes..TPersistent
|
62
|
+
0001:0000E4DC Classes..TRegGroup
|
63
|
+
0001:0000E534 Classes..TRegGroups
|
64
|
+
0001:0000E464 Classes..TResourceStream
|
65
|
+
0001:0000E2F0 Classes..TStream
|
66
|
+
0001:0000E3DC Classes..TStringStream
|
67
|
+
0001:0000E1FC Classes..TThreadList
|
68
|
+
0002:000001F8 Classes.Classes
|
69
|
+
0001:0000F48C Classes.DoneThreadSynchronization
|
70
|
+
0001:0000F1D4 Classes.Error
|
71
|
+
0001:0000F518 Classes.Finalization
|
72
|
+
0004:000032D4 Classes.FindGlobalComponentProcs
|
73
|
+
0001:0000F4A4 Classes.FreeIntConstList
|
74
|
+
0004:000032D8 Classes.GlobalFixupList
|
75
|
+
0005:00000008 Classes.GlobalLists
|
76
|
+
0004:000032C0 Classes.GlobalNameSpace
|
77
|
+
0001:0000F458 Classes.InitThreadSynchronization
|
78
|
+
0004:000032CC Classes.IntConstList
|
79
|
+
0001:0000F510 Classes.ModuleUnload
|
80
|
+
0001:0000E628 Classes.PointerInModule
|
81
|
+
0001:0000EE50 Classes.RaiseException
|
82
|
+
0004:000032D0 Classes.RegGroups
|
83
|
+
0001:0000F328 Classes.RemoveFixupReferences
|
84
|
+
0001:0000F3D4 Classes.RemoveFixups
|
85
|
+
0001:0000E94C Classes.ReturnAddr
|
86
|
+
0004:000032C4 Classes.SyncEvent
|
87
|
+
0003:00000A60 Classes.SyncList
|
88
|
+
0001:0000EFD0 Classes.TCustomMemoryStream.Read
|
89
|
+
0001:0000F02C Classes.TCustomMemoryStream.SaveToStream
|
90
|
+
0001:0000F008 Classes.TCustomMemoryStream.Seek
|
91
|
+
0001:0000EFC8 Classes.TCustomMemoryStream.SetPointer
|
92
|
+
0004:000032DC Classes.ThreadLock
|
93
|
+
0001:0000E89C Classes.TList.Add
|
94
|
+
0001:0000E8D0 Classes.TList.Clear
|
95
|
+
0001:0000E8E8 Classes.TList.Delete
|
96
|
+
0001:0000E87C Classes.TList.Destroy
|
97
|
+
0001:0000E950 Classes.TList.Error
|
98
|
+
0001:0000E988 Classes.TList.Error
|
99
|
+
0001:0000E9DC Classes.TList.Get
|
100
|
+
0001:0000EA04 Classes.TList.Grow
|
101
|
+
0001:0000EAE8 Classes.TList.Notify
|
102
|
+
0001:0000EA38 Classes.TList.SetCapacity
|
103
|
+
0001:0000EA74 Classes.TList.SetCount
|
104
|
+
0001:0000EC08 Classes.TPersistent.Assign
|
105
|
+
0001:0000EC1C Classes.TPersistent.AssignError
|
106
|
+
0001:0000ECEC Classes.TPersistent.AssignTo
|
107
|
+
0001:0000ECF4 Classes.TPersistent.DefineProperties
|
108
|
+
0001:0000EBDC Classes.TPersistent.Destroy
|
109
|
+
0001:0000ECF8 Classes.TPersistent.GetNamePath
|
110
|
+
0001:0000EDA8 Classes.TPersistent.GetOwner
|
111
|
+
0001:0000E58C Classes.TRegGroup.Create
|
112
|
+
0001:0000E5E8 Classes.TRegGroup.Destroy
|
113
|
+
0001:0000E648 Classes.TRegGroup.UnregisterModuleClasses
|
114
|
+
0001:0000E6F4 Classes.TRegGroups.Create
|
115
|
+
0001:0000E768 Classes.TRegGroups.Destroy
|
116
|
+
0001:0000E7C8 Classes.TRegGroups.Lock
|
117
|
+
0001:0000E7D4 Classes.TRegGroups.Unlock
|
118
|
+
0001:0000E7E0 Classes.TRegGroups.UnregisterModuleClasses
|
119
|
+
0001:0000F17C Classes.TResourceStream.Create
|
120
|
+
0001:0000F2E0 Classes.TResourceStream.Destroy
|
121
|
+
0001:0000F274 Classes.TResourceStream.Initialize
|
122
|
+
0001:0000F310 Classes.TResourceStream.Write
|
123
|
+
0001:0000EDAC Classes.TStream.GetSize
|
124
|
+
0001:0000EE9C Classes.TStream.Seek
|
125
|
+
0001:0000EF20 Classes.TStream.Seek
|
126
|
+
0001:0000EDFC Classes.TStream.SetSize
|
127
|
+
0001:0000EDF8 Classes.TStream.SetSize
|
128
|
+
0001:0000EF90 Classes.TStream.WriteBuffer
|
129
|
+
0001:0000F044 Classes.TStringStream.Create
|
130
|
+
0001:0000F088 Classes.TStringStream.Read
|
131
|
+
0001:0000F100 Classes.TStringStream.Seek
|
132
|
+
0001:0000F160 Classes.TStringStream.SetSize
|
133
|
+
0001:0000F0C8 Classes.TStringStream.Write
|
134
|
+
0001:0000EAEC Classes.TThreadList.Create
|
135
|
+
0001:0000EB40 Classes.TThreadList.Destroy
|
136
|
+
0001:0000EBBC Classes.TThreadList.LockList
|
137
|
+
0001:0000EBD0 Classes.TThreadList.UnlockList
|
138
|
+
0001:0000E830 Classes.UnRegisterModuleClasses
|
139
|
+
0001:00004BC8 SysInit.@GetTls
|
140
|
+
0001:00004C14 SysInit.@InitExe
|
141
|
+
0001:00004B70 SysInit.AllocTlsBuffer
|
142
|
+
0001:00004B50 SysInit.GetModuleHandle
|
143
|
+
0001:00004B7C SysInit.GetTlsSize
|
144
|
+
0004:000027F0 SysInit.HInstance
|
145
|
+
0001:00004C08 SysInit.InitializeModule
|
146
|
+
0001:00004B84 SysInit.InitThreadTLS
|
147
|
+
0001:00004B58 SysInit.LocalAlloc
|
148
|
+
0003:00000790 SysInit.Module
|
149
|
+
0004:000027ED SysInit.ModuleIsCpp
|
150
|
+
0004:000027EC SysInit.ModuleIsLib
|
151
|
+
0004:000027F4 SysInit.tlsBuffer
|
152
|
+
0001:00004B60 SysInit.TlsGetValue
|
153
|
+
0003:0000078C SysInit.TlsIndex
|
154
|
+
0005:0000000C SysInit.TlsLast
|
155
|
+
0001:00004B68 SysInit.TlsSetValue
|
156
|
+
0004:000005B0 System..6
|
157
|
+
0001:000000D0 System..TInterfacedObject
|
158
|
+
0001:0000000C System..TObject
|
159
|
+
0001:00001E80 System.@AbstractError
|
160
|
+
0001:00002C00 System.@AfterConstruction
|
161
|
+
0001:00002C50 System.@BeforeDestruction
|
162
|
+
0001:00002B40 System.@CallDynaInst
|
163
|
+
0001:00002BA8 System.@ClassCreate
|
164
|
+
0001:00002BF8 System.@ClassDestroy
|
165
|
+
0001:000021B8 System.@Close
|
166
|
+
0001:00001D1C System.@Copy
|
167
|
+
0001:00003FF4 System.@CopyArray
|
168
|
+
0001:00003ED8 System.@CopyRecord
|
169
|
+
0001:000040F8 System.@DispCallByIDError
|
170
|
+
0001:000040E8 System.@Dispose
|
171
|
+
0001:00002FD8 System.@DoneExcept
|
172
|
+
0001:00004328 System.@DynArrayAsg
|
173
|
+
0001:000042EC System.@DynArrayClear
|
174
|
+
0001:0000412C System.@DynArrayHigh
|
175
|
+
0001:00004124 System.@DynArrayLength
|
176
|
+
0001:000042E0 System.@DynArraySetLength
|
177
|
+
0001:000030A8 System.@ExceptionHandler
|
178
|
+
0001:00002210 System.@FillChar
|
179
|
+
0001:00003EB4 System.@Finalize
|
180
|
+
0001:00003DC8 System.@FinalizeArray
|
181
|
+
0001:00003D7C System.@FinalizeRecord
|
182
|
+
0001:000021AC System.@Flush
|
183
|
+
0001:000028C4 System.@FpuInit
|
184
|
+
0001:00002800 System.@FpuMaskInit
|
185
|
+
0001:00001C20 System.@FreeMem
|
186
|
+
0001:00001C04 System.@GetMem
|
187
|
+
0001:000034E4 System.@Halt
|
188
|
+
0001:00003408 System.@Halt0
|
189
|
+
0001:00002D50 System.@HandleAnyException
|
190
|
+
0001:00002E7C System.@HandleFinally
|
191
|
+
0001:00002F24 System.@HandleFinallyInternal
|
192
|
+
0001:000032C4 System.@InitImports
|
193
|
+
0001:0000329C System.@InitResStringImports
|
194
|
+
0001:000049BC System.@IntfClear
|
195
|
+
0001:000049D4 System.@IntfCopy
|
196
|
+
0001:00002AEC System.@IsClass
|
197
|
+
0001:000027D0 System.@isNECWindows
|
198
|
+
0001:00003520 System.@LStrArrayClr
|
199
|
+
0001:00003550 System.@LStrAsg
|
200
|
+
0001:000037A4 System.@LStrCat
|
201
|
+
0001:000037E8 System.@LStrCat3
|
202
|
+
0001:0000385C System.@LStrCatN
|
203
|
+
0001:000034FC System.@LStrClr
|
204
|
+
0001:00003940 System.@LStrCopy
|
205
|
+
0001:0000376C System.@LStrFromArray
|
206
|
+
0001:000036E4 System.@LStrFromChar
|
207
|
+
0001:000036F4 System.@LStrFromPChar
|
208
|
+
0001:000035EC System.@LStrFromPCharLen
|
209
|
+
0001:00003724 System.@LStrFromPWChar
|
210
|
+
0001:00003658 System.@LStrFromPWCharLen
|
211
|
+
0001:00003760 System.@LStrFromString
|
212
|
+
0001:00003784 System.@LStrFromWStr
|
213
|
+
0001:00003594 System.@LStrLAsg
|
214
|
+
0001:00003798 System.@LStrLen
|
215
|
+
0001:00003AC4 System.@LStrSetLength
|
216
|
+
0001:000038E8 System.@LStrToPChar
|
217
|
+
0001:000035C0 System.@NewAnsiString
|
218
|
+
0001:00003B58 System.@NewWideString
|
219
|
+
0001:000024E4 System.@Pow10
|
220
|
+
0001:00002F84 System.@RaiseAgain
|
221
|
+
0001:00002F5C System.@RaiseExcept
|
222
|
+
0001:00001C38 System.@ReallocMem
|
223
|
+
0001:00001EF4 System.@RewritText
|
224
|
+
0001:000034F0 System.@RunError
|
225
|
+
0001:0000325C System.@StartExe
|
226
|
+
0001:00000218 System.@strlen
|
227
|
+
0001:00003938 System.@UniqueStringA
|
228
|
+
0001:000022AC System.@ValLong
|
229
|
+
0001:00003DB0 System.@VarClr
|
230
|
+
0001:00003EC0 System.@VarCopy
|
231
|
+
0001:00003B28 System.@Write0LString
|
232
|
+
0001:000023C4 System.@WriteBytes
|
233
|
+
0001:00002494 System.@WriteLn
|
234
|
+
0001:00003B30 System.@WriteLString
|
235
|
+
0001:00002418 System.@WriteSpaces
|
236
|
+
0001:00003B98 System.@WStrArrayClr
|
237
|
+
0001:00003BBC System.@WStrAsg
|
238
|
+
0001:00003B80 System.@WStrClr
|
239
|
+
0001:00003CEC System.@WStrCopy
|
240
|
+
0001:00003CD0 System.@WStrFromLStr
|
241
|
+
0001:00003BE4 System.@WStrFromPCharLen
|
242
|
+
0001:00003C94 System.@WStrFromPWChar
|
243
|
+
0001:00003C70 System.@WStrFromPWCharLen
|
244
|
+
0001:00003CE0 System.@WStrLen
|
245
|
+
0001:00003D38 System.@WStrSetLength
|
246
|
+
0001:00001CEC System.@_IOTest
|
247
|
+
0001:00004100 System.@_llmul
|
248
|
+
0004:00000028 System.AbstractErrorProc
|
249
|
+
0001:0000484C System.AddModuleUnloadProc
|
250
|
+
0001:0000485C System.AddModuleUnloadProc
|
251
|
+
0001:00000674 System.AllocateLargeBlock
|
252
|
+
0001:00001BEC System.AllocMem
|
253
|
+
0001:000005BC System.AllocNewSequentialFeedMediumPool
|
254
|
+
0004:000005B8 System.AllocSize2SmallBlockTypeIndX4
|
255
|
+
0001:000011D4 System.AppendStringToBuffer
|
256
|
+
0004:00000020 System.AssertErrorProc
|
257
|
+
0001:00000550 System.BinMediumSequentialFeedRemainder
|
258
|
+
0001:0000199C System.BuildBlockTypeLookupTable
|
259
|
+
0001:000010B8 System.CardinalToStrBuf
|
260
|
+
0001:0000361C System.CharFromWChar
|
261
|
+
0001:00000190 System.CharNext
|
262
|
+
0001:00002CCC System.CheckJmp
|
263
|
+
0001:000013D8 System.CheckSmallBlockPoolForLeaks
|
264
|
+
0001:00000130 System.CloseHandle
|
265
|
+
0004:0000003C System.CmdLine
|
266
|
+
0004:00000038 System.CmdShow
|
267
|
+
0001:00004134 System.CopyArray
|
268
|
+
0003:0000003C System.Copyright
|
269
|
+
0001:00000138 System.CreateFileA
|
270
|
+
0003:00000024 System.DebugHook
|
271
|
+
0003:00000020 System.Default8087CW
|
272
|
+
0004:000005B4 System.DefaultSystemCodePage
|
273
|
+
0003:00000030 System.DefaultTextLineBreakStyle
|
274
|
+
0001:00004378 System.DelayLoadResourceModule
|
275
|
+
0001:000002BC System.DestroyWindow
|
276
|
+
0003:0000077C System.dig
|
277
|
+
0004:00000000 System.DispCallByIDProc
|
278
|
+
0001:0000414C System.DynArrayClear
|
279
|
+
0001:00004154 System.DynArraySetLength
|
280
|
+
0003:00000754 System.errCaption
|
281
|
+
0001:00001CE0 System.Error
|
282
|
+
0003:00000004 System.ErrorAddr
|
283
|
+
0001:00001C94 System.ErrorAt
|
284
|
+
0004:00000008 System.ErrorProc
|
285
|
+
0004:000003E0 System.ErrOutput
|
286
|
+
0004:0000000C System.ExceptClsProc
|
287
|
+
0004:0000001C System.ExceptionClass
|
288
|
+
0004:00000010 System.ExceptObjProc
|
289
|
+
0004:00000004 System.ExceptProc
|
290
|
+
0003:00000000 System.ExitCode
|
291
|
+
0001:0000334C System.ExitDll
|
292
|
+
0004:00000040 System.ExitProc
|
293
|
+
0001:00000198 System.ExitProcess
|
294
|
+
0004:00000024 System.ExitProcessProc
|
295
|
+
0004:000027B4 System.ExpectedMemoryLeaks
|
296
|
+
0004:000027B8 System.ExpectedMemoryLeaksListLocked
|
297
|
+
0003:00000008 System.FileMode
|
298
|
+
0001:00001F3C System.FileNOPProc
|
299
|
+
0001:00004AF0 System.Finalization
|
300
|
+
0001:00004144 System.FinalizeArray
|
301
|
+
0001:00001B98 System.FinalizeMemoryManager
|
302
|
+
0001:00003190 System.FinalizeUnits
|
303
|
+
0001:000043F8 System.FindBS
|
304
|
+
0001:000001A8 System.FindClose
|
305
|
+
0001:000001B0 System.FindFirstFile
|
306
|
+
0001:00004350 System.FindHInstance
|
307
|
+
0001:000043C0 System.FindResourceHInstance
|
308
|
+
0001:000021A0 System.Flush
|
309
|
+
0001:000024DC System.FPower10
|
310
|
+
0001:00001B08 System.FreeAllMemory
|
311
|
+
0001:000006D8 System.FreeLargeBlock
|
312
|
+
0001:000001B8 System.FreeLibrary
|
313
|
+
0001:00004AE8 System.GetACP
|
314
|
+
0001:00000280 System.GetCmdShow
|
315
|
+
0001:000001C0 System.GetCommandLine
|
316
|
+
0001:00000278 System.GetCurrentThreadId
|
317
|
+
0001:00002B10 System.GetDynaMethod
|
318
|
+
0001:00000148 System.GetFileSize
|
319
|
+
0001:00000140 System.GetFileType
|
320
|
+
0001:0000107C System.GetFirstAndLastSmallBlockInPool
|
321
|
+
0001:0000103C System.GetFirstMediumBlockInPool
|
322
|
+
0001:000027C8 System.GetKeyboardType
|
323
|
+
0001:000001C8 System.GetLastError
|
324
|
+
0001:000001D0 System.GetLocaleInfo
|
325
|
+
0001:000001D8 System.GetModuleFileName
|
326
|
+
0001:000001E0 System.GetModuleHandle
|
327
|
+
0001:000012A4 System.GetObjectClass
|
328
|
+
0001:000001E8 System.GetProcAddress
|
329
|
+
0001:000001F0 System.GetStartupInfo
|
330
|
+
0001:00000150 System.GetStdHandle
|
331
|
+
0001:000001F8 System.GetThreadLocale
|
332
|
+
0004:000027C0 System.InitContext
|
333
|
+
0001:000019E0 System.InitializeMemoryManager
|
334
|
+
0001:000031F4 System.InitUnits
|
335
|
+
0005:00000004 System.InOutRes
|
336
|
+
0004:00000048 System.Input
|
337
|
+
0001:000004F0 System.InsertMediumBlockIntoBin
|
338
|
+
0001:00000270 System.InterlockedDecrement
|
339
|
+
0001:00000268 System.InterlockedIncrement
|
340
|
+
0001:00001F7C System.InternalClose
|
341
|
+
0001:00002158 System.InternalFlush
|
342
|
+
0001:000011EC System.InternalIsValidClass
|
343
|
+
0001:000038F4 System.InternalUniqueString
|
344
|
+
0001:000029E4 System.InvokeImplGetter
|
345
|
+
0001:00001D60 System.IOResult
|
346
|
+
0004:00000044 System.IsConsole
|
347
|
+
0004:00000034 System.IsLibrary
|
348
|
+
0004:00000045 System.IsMultiThread
|
349
|
+
0003:00000028 System.JITEnable
|
350
|
+
0004:000027A4 System.LargeBlocksCircularList
|
351
|
+
0004:000027A0 System.LargeBlocksLocked
|
352
|
+
0004:00000714 System.LastSequentiallyFedMediumBlock
|
353
|
+
0003:00000034 System.LibModuleList
|
354
|
+
0001:00000200 System.LoadLibraryEx
|
355
|
+
0001:000045DC System.LoadResourceModule
|
356
|
+
0001:00004A90 System.LoadResString
|
357
|
+
0001:00000208 System.LoadString
|
358
|
+
0001:00000324 System.LockCmpxchg
|
359
|
+
0001:000012D4 System.LockExpectedMemoryLeaksList
|
360
|
+
0001:00000634 System.LockLargeBlocks
|
361
|
+
0001:00000210 System.lstrcpyn
|
362
|
+
0004:0000002C System.MainInstance
|
363
|
+
0004:00000030 System.MainThreadID
|
364
|
+
0001:000032E8 System.MakeErrorMessage
|
365
|
+
0001:00003008 System.MapToRunError
|
366
|
+
0004:00000720 System.MediumBlockBinBitmaps
|
367
|
+
0004:0000071C System.MediumBlockBinGroupBitmap
|
368
|
+
0004:000007A0 System.MediumBlockBins
|
369
|
+
0004:00000700 System.MediumBlockPoolsCircularList
|
370
|
+
0004:00000710 System.MediumBlocksLocked
|
371
|
+
0004:00000718 System.MediumSequentialFeedBytesLeft
|
372
|
+
0003:00000720 System.MemoryManager
|
373
|
+
0001:000001A0 System.MessageBox
|
374
|
+
0004:000006FE System.MinimumBlockAlignment
|
375
|
+
0004:000027BC System.MMSharingWindow
|
376
|
+
0003:00000038 System.ModuleUnloadList
|
377
|
+
0001:00001D80 System.Move
|
378
|
+
0001:0000032C System.Move12
|
379
|
+
0001:00000340 System.Move20
|
380
|
+
0001:00000360 System.Move28
|
381
|
+
0001:0000038C System.Move36
|
382
|
+
0001:000003AC System.Move44
|
383
|
+
0001:000003D0 System.Move52
|
384
|
+
0001:000003FC System.Move60
|
385
|
+
0001:0000042C System.Move68
|
386
|
+
0001:00000464 System.MoveX16L4
|
387
|
+
0001:00000494 System.MoveX8L4
|
388
|
+
0001:00000220 System.MultiByteToWideChar
|
389
|
+
0001:00001018 System.NextMediumBlock
|
390
|
+
0003:0000002C System.NoErrMsg
|
391
|
+
0001:00002CB8 System.NotifyAnyExcept
|
392
|
+
0001:00002CA0 System.NotifyExcept
|
393
|
+
0001:00002CEC System.NotifyExceptFinally
|
394
|
+
0001:000048E0 System.NotifyModuleUnload
|
395
|
+
0001:00002C7C System.NotifyNonDelphiException
|
396
|
+
0001:00002C60 System.NotifyReRaise
|
397
|
+
0001:00002D14 System.NotifyTerminate
|
398
|
+
0001:00002D30 System.NotifyUnhandled
|
399
|
+
0001:00001E9C System.OpenText
|
400
|
+
0004:00000214 System.Output
|
401
|
+
0001:00003980 System.Pos
|
402
|
+
0001:00000158 System.RaiseException
|
403
|
+
0004:00000014 System.RaiseExceptionProc
|
404
|
+
0005:00000000 System.RaiseListPtr
|
405
|
+
0001:00000160 System.ReadFile
|
406
|
+
0001:00000228 System.RegCloseKey
|
407
|
+
0001:0000493C System.RegisterModule
|
408
|
+
0001:00000230 System.RegOpenKeyEx
|
409
|
+
0001:00000238 System.RegQueryValueEx
|
410
|
+
0003:00000738 System.reMap
|
411
|
+
0001:000004B0 System.RemoveMediumFreeBlock
|
412
|
+
0001:0000487C System.RemoveModuleUnloadProc
|
413
|
+
0001:00004854 System.RemoveModuleUnloadProc
|
414
|
+
0004:000005AC System.ReportMemoryLeaksOnShutdown
|
415
|
+
0001:00000168 System.RtlUnwind
|
416
|
+
0004:00000018 System.RTLUnwindProc
|
417
|
+
0003:0000075C System.runErrMsg
|
418
|
+
0001:00001C88 System.RunErrorAt
|
419
|
+
0001:00001524 System.ScanForMemoryLeaks
|
420
|
+
0001:00000170 System.SetEndOfFile
|
421
|
+
0001:00003148 System.SetExceptionHandler
|
422
|
+
0001:00000178 System.SetFilePointer
|
423
|
+
0001:00001D0C System.SetInOutRes
|
424
|
+
0001:000002B4 System.Sleep
|
425
|
+
0003:00000040 System.SmallBlockTypes
|
426
|
+
0001:00000FE8 System.SysAllocMem
|
427
|
+
0001:00000250 System.SysAllocStringLen
|
428
|
+
0001:00000A7C System.SysFreeMem
|
429
|
+
0001:00000260 System.SysFreeString
|
430
|
+
0001:00000714 System.SysGetMem
|
431
|
+
0001:00000C5C System.SysReallocMem
|
432
|
+
0001:00000258 System.SysReAllocStringLen
|
433
|
+
0001:00001340 System.SysRegisterExpectedMemoryLeak
|
434
|
+
0002:00000000 System.System
|
435
|
+
0001:00001380 System.SysUnregisterExpectedMemoryLeak
|
436
|
+
0004:00000046 System.Test8086
|
437
|
+
0001:00001F8C System.TextClose
|
438
|
+
0001:00001F00 System.TextIn
|
439
|
+
0001:00001FAC System.TextOpen
|
440
|
+
0001:00001F40 System.TextOut
|
441
|
+
0001:00004A00 System.TInterfacedObject.AfterConstruction
|
442
|
+
0001:00004A0C System.TInterfacedObject.BeforeDestruction
|
443
|
+
0001:00004A1C System.TInterfacedObject.NewInstance
|
444
|
+
0001:00004A2C System.TInterfacedObject.QueryInterface
|
445
|
+
0001:00004A54 System.TInterfacedObject._AddRef
|
446
|
+
0001:00004A68 System.TInterfacedObject._Release
|
447
|
+
0001:00002B78 System.TObject.AfterConstruction
|
448
|
+
0001:00002B7C System.TObject.BeforeDestruction
|
449
|
+
0001:000028D8 System.TObject.ClassName
|
450
|
+
0001:000028EC System.TObject.ClassParent
|
451
|
+
0001:000028D0 System.TObject.ClassType
|
452
|
+
0001:000029C4 System.TObject.CleanupInstance
|
453
|
+
0001:00002930 System.TObject.Create
|
454
|
+
0001:00002B74 System.TObject.DefaultHandler
|
455
|
+
0001:00002950 System.TObject.Destroy
|
456
|
+
0001:00002B80 System.TObject.Dispatch
|
457
|
+
0001:00002960 System.TObject.Free
|
458
|
+
0001:00002914 System.TObject.FreeInstance
|
459
|
+
0001:00002A14 System.TObject.GetInterface
|
460
|
+
0001:00002AA8 System.TObject.GetInterfaceEntry
|
461
|
+
0001:00002B58 System.TObject.InheritsFrom
|
462
|
+
0001:0000296C System.TObject.InitInstance
|
463
|
+
0001:00002928 System.TObject.InstanceSize
|
464
|
+
0001:000028F8 System.TObject.NewInstance
|
465
|
+
0001:00002B6C System.TObject.SafeCallException
|
466
|
+
0001:00004418 System.ToLongPath
|
467
|
+
0001:00002380 System.TryOpenForOutput
|
468
|
+
0001:00000180 System.UnhandledExceptionFilter
|
469
|
+
0001:0000494C System.UnregisterModule
|
470
|
+
0001:00003168 System.UnsetExceptionHandler
|
471
|
+
0003:00000010 System.VarAddRefProc
|
472
|
+
0003:0000000C System.VarClearProc
|
473
|
+
0003:00000014 System.VarCopyProc
|
474
|
+
0003:00000018 System.VarToLStrProc
|
475
|
+
0003:0000001C System.VarToWStrProc
|
476
|
+
0001:000002A4 System.VirtualAlloc
|
477
|
+
0001:000002AC System.VirtualFree
|
478
|
+
0001:00000248 System.VirtualQuery
|
479
|
+
0001:0000363C System.WCharFromChar
|
480
|
+
0001:00000240 System.WideCharToMultiByte
|
481
|
+
0001:0000337C System.WriteErrorMessage
|
482
|
+
0001:00000188 System.WriteFile
|
483
|
+
0001:00003B50 System.WStrError
|
484
|
+
0001:00003B70 System.WStrSet
|
485
|
+
0004:00002910 SysUtils..35
|
486
|
+
0001:00005924 SysUtils..EAbstractError
|
487
|
+
0001:000056FC SysUtils..EAccessViolation
|
488
|
+
0001:000058C4 SysUtils..EAssertionFailed
|
489
|
+
0001:00005810 SysUtils..EControlC
|
490
|
+
0001:000056A0 SysUtils..EConvertError
|
491
|
+
0001:00005324 SysUtils..EDivByZero
|
492
|
+
0001:00005214 SysUtils..EExternal
|
493
|
+
0001:0000526C SysUtils..EExternalException
|
494
|
+
0001:00005104 SysUtils..EHeapException
|
495
|
+
0001:000051BC SysUtils..EInOutError
|
496
|
+
0001:000052CC SysUtils..EIntError
|
497
|
+
0001:00005980 SysUtils..EIntfCastError
|
498
|
+
0001:000053D4 SysUtils..EIntOverflow
|
499
|
+
0001:00005644 SysUtils..EInvalidCast
|
500
|
+
0001:00005488 SysUtils..EInvalidOp
|
501
|
+
0001:000055E8 SysUtils..EInvalidPointer
|
502
|
+
0001:00005430 SysUtils..EMathError
|
503
|
+
0001:000059DC SysUtils..EOSError
|
504
|
+
0001:00005160 SysUtils..EOutOfMemory
|
505
|
+
0001:00005538 SysUtils..EOverflow
|
506
|
+
0001:0000575C SysUtils..EPrivilege
|
507
|
+
0001:0000537C SysUtils..ERangeError
|
508
|
+
0001:00005A34 SysUtils..ESafecallException
|
509
|
+
0001:000057B4 SysUtils..EStackOverflow
|
510
|
+
0001:00005590 SysUtils..EUnderflow
|
511
|
+
0001:00005868 SysUtils..EVariantError
|
512
|
+
0001:0000509C SysUtils..Exception
|
513
|
+
0001:000054E0 SysUtils..EZeroDivide
|
514
|
+
0001:00005BC4 SysUtils..TMultiReadExclusiveWriteSynchronizer
|
515
|
+
0001:00005AE8 SysUtils..TThreadLocalCounter
|
516
|
+
0001:00009598 SysUtils.AbstractErrorHandler
|
517
|
+
0001:00005E70 SysUtils.AnsiCompareText
|
518
|
+
0001:00009DB8 SysUtils.AnsiPos
|
519
|
+
0001:00009DF0 SysUtils.AnsiStrPos
|
520
|
+
0001:00009E90 SysUtils.AnsiStrRScan
|
521
|
+
0001:00009EC4 SysUtils.AnsiStrScan
|
522
|
+
0001:00007504 SysUtils.AppendChars
|
523
|
+
0001:000078E8 SysUtils.AppendFormat
|
524
|
+
0001:00007564 SysUtils.AppendNumber
|
525
|
+
0001:00007548 SysUtils.AppendString
|
526
|
+
0001:0000957C SysUtils.AssertErrorHandler
|
527
|
+
0001:00006350 SysUtils.BackfillGetDiskFreeSpaceEx
|
528
|
+
0001:00006278 SysUtils.BoolToStr
|
529
|
+
0001:00009B34 SysUtils.ByteToCharIndex
|
530
|
+
0001:00009B10 SysUtils.ByteToCharLen
|
531
|
+
0001:00009AD4 SysUtils.ByteType
|
532
|
+
0001:00009A60 SysUtils.ByteTypeTest
|
533
|
+
0004:0000291C SysUtils.CharHash
|
534
|
+
0001:00009D48 SysUtils.CharLength
|
535
|
+
0001:00009C2C SysUtils.CharToByteIndex
|
536
|
+
0001:00009CB0 SysUtils.CharToByteLen
|
537
|
+
0001:0000AB40 SysUtils.ClearHashTables
|
538
|
+
0001:00005DB0 SysUtils.CompareText
|
539
|
+
0001:00006158 SysUtils.CompareWith
|
540
|
+
0001:00008FDC SysUtils.ConvertAddr
|
541
|
+
0001:00007654 SysUtils.ConvertEraString
|
542
|
+
0001:00005C54 SysUtils.ConvertErrorFmt
|
543
|
+
0001:000077D0 SysUtils.ConvertYearString
|
544
|
+
0001:00009B9C SysUtils.CountChars
|
545
|
+
0001:000094C0 SysUtils.CreateAssertException
|
546
|
+
0001:00009648 SysUtils.CreateAVObject
|
547
|
+
0001:000093F0 SysUtils.CreateInOutError
|
548
|
+
0003:00000820 SysUtils.cSimpleBoolStrs
|
549
|
+
0004:00002808 SysUtils.CurrencyDecimals
|
550
|
+
0004:00002804 SysUtils.CurrencyFormat
|
551
|
+
0004:00002800 SysUtils.CurrencyString
|
552
|
+
0001:000074F0 SysUtils.CurrentYear
|
553
|
+
0001:00007084 SysUtils.CurrToStr
|
554
|
+
0001:00005F08 SysUtils.CvtInt
|
555
|
+
0001:00005F74 SysUtils.CvtInt64
|
556
|
+
0003:00000840 SysUtils.CWNear
|
557
|
+
0004:00002809 SysUtils.DateSeparator
|
558
|
+
0001:000080A0 SysUtils.DateTimeToString
|
559
|
+
0001:00007144 SysUtils.DateTimeToTimeStamp
|
560
|
+
0001:000074C8 SysUtils.DayOfWeek
|
561
|
+
0003:0000083C SysUtils.DCon10
|
562
|
+
0004:00002807 SysUtils.DecimalSeparator
|
563
|
+
0001:000074A8 SysUtils.DecodeDate
|
564
|
+
0001:0000735C SysUtils.DecodeDateFully
|
565
|
+
0001:000071F8 SysUtils.DecodeTime
|
566
|
+
0003:000008CC SysUtils.DefLongDayNames
|
567
|
+
0003:00000880 SysUtils.DefLongMonthNames
|
568
|
+
0003:000008B0 SysUtils.DefShortDayNames
|
569
|
+
0003:00000850 SysUtils.DefShortMonthNames
|
570
|
+
0001:00005C38 SysUtils.DivMod
|
571
|
+
0001:00009970 SysUtils.DoneExceptions
|
572
|
+
0001:000093C4 SysUtils.EHeapException.FreeInstance
|
573
|
+
0003:000007A8 SysUtils.EmptyStr
|
574
|
+
0003:000007AC SysUtils.EmptyWideStr
|
575
|
+
0001:00008C48 SysUtils.EnumEraNames
|
576
|
+
0001:00008C84 SysUtils.EnumEraYearOffsets
|
577
|
+
0004:000028D0 SysUtils.EraNames
|
578
|
+
0001:000083B0 SysUtils.EraToYear
|
579
|
+
0004:000028EC SysUtils.EraYearOffsets
|
580
|
+
0001:00009470 SysUtils.ErrorHandler
|
581
|
+
0003:000008E8 SysUtils.ErrorMap
|
582
|
+
0001:000098DC SysUtils.ExceptHandler
|
583
|
+
0001:00009238 SysUtils.Exception.Create
|
584
|
+
0001:00009274 SysUtils.Exception.CreateFmt
|
585
|
+
0001:000092F4 SysUtils.Exception.CreateRes
|
586
|
+
0001:00009330 SysUtils.Exception.CreateResFmt
|
587
|
+
0001:00008FE8 SysUtils.ExceptionErrorMessage
|
588
|
+
0003:00000920 SysUtils.ExceptMap
|
589
|
+
0001:00006318 SysUtils.ExtractFileName
|
590
|
+
0004:0000290C SysUtils.FalseBoolStrs
|
591
|
+
0003:00000830 SysUtils.FCon1E18
|
592
|
+
0001:0000AE40 SysUtils.Finalization
|
593
|
+
0004:0000321C SysUtils.FLanguages
|
594
|
+
0001:00006D14 SysUtils.FloatToDecimal
|
595
|
+
0001:00007054 SysUtils.FloatToStr
|
596
|
+
0001:00006A40 SysUtils.FloatToText
|
597
|
+
0003:00000844 SysUtils.FMSecsPerDay
|
598
|
+
0001:00006920 SysUtils.FmtStr
|
599
|
+
0001:0000690C SysUtils.Format
|
600
|
+
0003:0000084C SysUtils.Format
|
601
|
+
0001:00006554 SysUtils.FormatBuf
|
602
|
+
0001:00006548 SysUtils.FormatClearStr
|
603
|
+
0001:000064CC SysUtils.FormatError
|
604
|
+
0003:00000828 SysUtils.FormatErrorStrs
|
605
|
+
0001:00006524 SysUtils.FormatVarToStr
|
606
|
+
0001:0000AB30 SysUtils.FreeAndNil
|
607
|
+
0001:0000A674 SysUtils.FreeTerminateProcs
|
608
|
+
0001:000075B0 SysUtils.GetCount
|
609
|
+
0001:000075DC SysUtils.GetDate
|
610
|
+
0001:000082C8 SysUtils.GetDateOrder
|
611
|
+
0003:0000081C SysUtils.GetDiskFreeSpaceEx
|
612
|
+
0001:00008CFC SysUtils.GetEraNamesAndYearOffsets
|
613
|
+
0001:0000835C SysUtils.GetEraYearOffset
|
614
|
+
0001:00009630 SysUtils.GetExceptionClass
|
615
|
+
0001:00009814 SysUtils.GetExceptionObject
|
616
|
+
0001:0000A024 SysUtils.GetFormatSettings
|
617
|
+
0001:00008ABC SysUtils.GetLocaleChar
|
618
|
+
0001:00008A70 SysUtils.GetLocaleStr
|
619
|
+
0001:00008B24 SysUtils.GetMonthDayNames
|
620
|
+
0001:00007614 SysUtils.GetTime
|
621
|
+
0003:00000818 SysUtils.HexDisplayPrefix
|
622
|
+
0003:00000848 SysUtils.IMSecsPerDay
|
623
|
+
0001:0000A698 SysUtils.InitDriveSpacePtr
|
624
|
+
0001:000098EC SysUtils.InitExceptions
|
625
|
+
0001:00009F04 SysUtils.InitLeadBytes
|
626
|
+
0001:000099F0 SysUtils.InitPlatformId
|
627
|
+
0001:00009F60 SysUtils.InitSysLocale
|
628
|
+
0001:0000A700 SysUtils.InterlockedDecrement
|
629
|
+
0001:0000A70C SysUtils.InterlockedExchange
|
630
|
+
0001:0000A714 SysUtils.InterlockedExchangeAdd
|
631
|
+
0001:0000A6F4 SysUtils.InterlockedIncrement
|
632
|
+
0001:00006068 SysUtils.IntToHex
|
633
|
+
0001:00006040 SysUtils.IntToStr
|
634
|
+
0001:00005F54 SysUtils.IntToStr
|
635
|
+
0004:00002918 SysUtils.InvalidPointer
|
636
|
+
0001:00007254 SysUtils.IsLeapYear
|
637
|
+
0001:000062C4 SysUtils.LastDelimiter
|
638
|
+
0003:000007F8 SysUtils.LeadBytes
|
639
|
+
0004:000028CE SysUtils.ListSeparator
|
640
|
+
0001:00008AE8 SysUtils.LocalGetLocaleStr
|
641
|
+
0004:00002810 SysUtils.LongDateFormat
|
642
|
+
0004:000028A4 SysUtils.LongDayNames
|
643
|
+
0004:00002858 SysUtils.LongMonthNames
|
644
|
+
0004:00002824 SysUtils.LongTimeFormat
|
645
|
+
0001:00005D14 SysUtils.LowerCase
|
646
|
+
0001:000095B0 SysUtils.MapException
|
647
|
+
0001:0000A3F0 SysUtils.ModuleUnloaded
|
648
|
+
0003:000007C8 SysUtils.MonthDays
|
649
|
+
0004:00002805 SysUtils.NegCurrFormat
|
650
|
+
0001:00009D80 SysUtils.NextCharIndex
|
651
|
+
0004:00002914 SysUtils.OutOfMemory
|
652
|
+
0001:000069FC SysUtils.PutExponent
|
653
|
+
0001:0000956C SysUtils.RaiseAssertException
|
654
|
+
0001:0000A5DC SysUtils.RaiseLastOSError
|
655
|
+
0001:0000A5D0 SysUtils.RaiseLastOSError
|
656
|
+
0001:00005E4C SysUtils.SameText
|
657
|
+
0001:000080FC SysUtils.ScanBlanks
|
658
|
+
0001:0000828C SysUtils.ScanChar
|
659
|
+
0001:0000840C SysUtils.ScanDate
|
660
|
+
0001:00008120 SysUtils.ScanNumber
|
661
|
+
0001:000081B4 SysUtils.ScanString
|
662
|
+
0001:00008758 SysUtils.ScanTime
|
663
|
+
0001:00008314 SysUtils.ScanToNumber
|
664
|
+
0004:0000280C SysUtils.ShortDateFormat
|
665
|
+
0004:00002888 SysUtils.ShortDayNames
|
666
|
+
0004:00002828 SysUtils.ShortMonthNames
|
667
|
+
0004:00002820 SysUtils.ShortTimeFormat
|
668
|
+
0001:00009170 SysUtils.ShowException
|
669
|
+
0001:0000A5C8 SysUtils.Sleep
|
670
|
+
0001:00009AF8 SysUtils.StrByteType
|
671
|
+
0001:00009D20 SysUtils.StrCharLength
|
672
|
+
0001:000063EC SysUtils.StrLCopy
|
673
|
+
0001:000063C4 SysUtils.StrLen
|
674
|
+
0001:000068CC SysUtils.StrLFmt
|
675
|
+
0001:00006420 SysUtils.StrLIComp
|
676
|
+
0001:000063DC SysUtils.StrMove
|
677
|
+
0001:00009D40 SysUtils.StrNextChar
|
678
|
+
0001:00006478 SysUtils.StrPos
|
679
|
+
0001:00006464 SysUtils.StrScan
|
680
|
+
0001:00006090 SysUtils.StrToIntDef
|
681
|
+
0001:00008A24 SysUtils.SysErrorMessage
|
682
|
+
0004:000028C0 SysUtils.SysLocale
|
683
|
+
0002:000000AC SysUtils.SysUtils
|
684
|
+
0003:000009D0 SysUtils.TerminateProcList
|
685
|
+
0001:00006F40 SysUtils.TextToFloat
|
686
|
+
0004:00002806 SysUtils.ThousandSeparator
|
687
|
+
0004:00002818 SysUtils.TimeAMString
|
688
|
+
0004:0000281C SysUtils.TimePMString
|
689
|
+
0004:00002814 SysUtils.TimeSeparator
|
690
|
+
0001:0000AA58 SysUtils.TMultiReadExclusiveWriteSynchronizer.BeginRead
|
691
|
+
0001:0000A95C SysUtils.TMultiReadExclusiveWriteSynchronizer.BeginWrite
|
692
|
+
0001:0000A918 SysUtils.TMultiReadExclusiveWriteSynchronizer.BlockReaders
|
693
|
+
0001:0000A85C SysUtils.TMultiReadExclusiveWriteSynchronizer.Create
|
694
|
+
0001:0000A8D0 SysUtils.TMultiReadExclusiveWriteSynchronizer.Destroy
|
695
|
+
0001:0000AAC8 SysUtils.TMultiReadExclusiveWriteSynchronizer.EndRead
|
696
|
+
0001:0000AA08 SysUtils.TMultiReadExclusiveWriteSynchronizer.EndWrite
|
697
|
+
0001:0000A930 SysUtils.TMultiReadExclusiveWriteSynchronizer.UnblockOneWriter
|
698
|
+
0001:0000A924 SysUtils.TMultiReadExclusiveWriteSynchronizer.UnblockReaders
|
699
|
+
0001:0000A93C SysUtils.TMultiReadExclusiveWriteSynchronizer.WaitForReadSignal
|
700
|
+
0001:0000A94C SysUtils.TMultiReadExclusiveWriteSynchronizer.WaitForWriteSignal
|
701
|
+
0001:00008DAC SysUtils.TranslateDateFormat
|
702
|
+
0001:00005EB4 SysUtils.Trim
|
703
|
+
0004:00002908 SysUtils.TrueBoolStrs
|
704
|
+
0001:00007290 SysUtils.TryEncodeDate
|
705
|
+
0001:00007188 SysUtils.TryEncodeTime
|
706
|
+
0001:000061DC SysUtils.TryStrToBool
|
707
|
+
0001:00007128 SysUtils.TryStrToCurr
|
708
|
+
0001:00008988 SysUtils.TryStrToDateTime
|
709
|
+
0001:000070FC SysUtils.TryStrToFloat
|
710
|
+
0001:000070B4 SysUtils.TryStrToFloat
|
711
|
+
0001:000070D0 SysUtils.TryStrToFloat
|
712
|
+
0001:000060A8 SysUtils.TryStrToInt
|
713
|
+
0001:00008950 SysUtils.TryStrToTime
|
714
|
+
0001:0000A808 SysUtils.TThreadLocalCounter.Delete
|
715
|
+
0001:0000A71C SysUtils.TThreadLocalCounter.Destroy
|
716
|
+
0001:0000A774 SysUtils.TThreadLocalCounter.HashIndex
|
717
|
+
0001:0000A790 SysUtils.TThreadLocalCounter.Open
|
718
|
+
0001:0000A818 SysUtils.TThreadLocalCounter.Recycle
|
719
|
+
0003:000007C4 SysUtils.TwoDigitYearCenturyWindow
|
720
|
+
0004:00002E1C SysUtils.UnitHashBuckets
|
721
|
+
0001:00005C78 SysUtils.UpperCase
|
722
|
+
0004:00002A1C SysUtils.ValidatedUnitHashBuckets
|
723
|
+
0001:000060C8 SysUtils.VerifyBoolStrArray
|
724
|
+
0003:000007BC SysUtils.Win32BuildNumber
|
725
|
+
0003:000007C0 SysUtils.Win32CSDVersion
|
726
|
+
0003:000007B4 SysUtils.Win32MajorVersion
|
727
|
+
0003:000007B8 SysUtils.Win32MinorVersion
|
728
|
+
0003:000007B0 SysUtils.Win32Platform
|
729
|
+
0001:0000F5C8 testproject.Finalization
|
730
|
+
0004:000032F4 testproject.res
|
731
|
+
0004:000032FC testproject.s
|
732
|
+
0004:000032F8 testproject.str
|
733
|
+
0002:0000028C testproject.testproject
|
734
|
+
0004:000032BC TypInfo..6
|
735
|
+
0003:00000A54 TypInfo.BooleanIdents
|
736
|
+
0003:00000A5C TypInfo.DotSep
|
737
|
+
0001:0000DF88 TypInfo.Finalization
|
738
|
+
0002:000001F0 TypInfo.TypInfo
|
739
|
+
0004:0000329C Variants..81
|
740
|
+
0001:0000BB9C Variants..EVariantArrayCreateError
|
741
|
+
0001:0000BB34 Variants..EVariantArrayLockedError
|
742
|
+
0001:0000BAD0 Variants..EVariantBadIndexError
|
743
|
+
0001:0000BA6C Variants..EVariantBadVarTypeError
|
744
|
+
0001:0000BD34 Variants..EVariantDispatchError
|
745
|
+
0001:0000BA08 Variants..EVariantInvalidArgError
|
746
|
+
0001:0000B8DC Variants..EVariantInvalidOpError
|
747
|
+
0001:0000BC04 Variants..EVariantNotImplError
|
748
|
+
0001:0000BC68 Variants..EVariantOutOfMemoryError
|
749
|
+
0001:0000B9A4 Variants..EVariantOverflowError
|
750
|
+
0001:0000B940 Variants..EVariantTypeCastError
|
751
|
+
0001:0000BCD0 Variants..EVariantUnexpectedError
|
752
|
+
0001:0000B810 Variants..TCustomVariantType
|
753
|
+
0001:0000C260 Variants.@DispInvokeError
|
754
|
+
0001:0000D808 Variants.@VarAddRef
|
755
|
+
0001:0000C538 Variants.@VarClear
|
756
|
+
0001:0000C54C Variants.@VarClr
|
757
|
+
0001:0000C860 Variants.@VarCopy
|
758
|
+
0001:0000CB94 Variants.@VarToLStr
|
759
|
+
0001:0000D2B4 Variants.@VarToWStr
|
760
|
+
0003:000009E4 Variants.BooleanToStringRule
|
761
|
+
0001:0000C914 Variants.BoolToWStrViaOS
|
762
|
+
0004:00003294 Variants.ChangeAnyProc
|
763
|
+
0003:000009E8 Variants.CInvalidCustomVariantType
|
764
|
+
0004:00003290 Variants.ClearAnyProc
|
765
|
+
0001:0000DB44 Variants.ClearVariantTypeList
|
766
|
+
0003:00000A40 Variants.CRelationshipToBoolean
|
767
|
+
0003:000009EC Variants.CText
|
768
|
+
0001:0000C8A4 Variants.CurrToWStrViaOS
|
769
|
+
0001:0000C8DC Variants.DateToWStrViaOS
|
770
|
+
0004:0000327C Variants.EmptyParam
|
771
|
+
0001:0000DEA4 Variants.Finalization
|
772
|
+
0001:0000DDE8 Variants.FindCustomVariantType
|
773
|
+
0001:0000C2B4 Variants.InBounds
|
774
|
+
0001:0000C554 Variants.InBounds
|
775
|
+
0001:0000C2E4 Variants.Increment
|
776
|
+
0001:0000C584 Variants.Increment
|
777
|
+
0004:000032A0 Variants.LVarTypes
|
778
|
+
0004:000032A4 Variants.LVarTypeSync
|
779
|
+
0003:000009E0 Variants.NullAsStringValue
|
780
|
+
0003:000009DC Variants.NullStrictConvert
|
781
|
+
0004:00003298 Variants.RefAnyProc
|
782
|
+
0001:0000DB14 Variants.SetClearVarToEmptyParam
|
783
|
+
0001:0000DAFC Variants.SetVarAsError
|
784
|
+
0001:0000DBB0 Variants.TCustomVariantType.BinaryOp
|
785
|
+
0001:0000DBBC Variants.TCustomVariantType.Cast
|
786
|
+
0001:0000DBF4 Variants.TCustomVariantType.CastTo
|
787
|
+
0001:0000DC80 Variants.TCustomVariantType.CastToOle
|
788
|
+
0001:0000DC3C Variants.TCustomVariantType.Compare
|
789
|
+
0001:0000DC48 Variants.TCustomVariantType.CompareOp
|
790
|
+
0001:0000DCBC Variants.TCustomVariantType.Destroy
|
791
|
+
0001:0000DD9C Variants.TCustomVariantType.DispInvoke
|
792
|
+
0001:0000DD48 Variants.TCustomVariantType.IsClear
|
793
|
+
0001:0000DD4C Variants.TCustomVariantType.LeftPromotion
|
794
|
+
0001:0000DD60 Variants.TCustomVariantType.OlePromotion
|
795
|
+
0001:0000DDC0 Variants.TCustomVariantType.QueryInterface
|
796
|
+
0001:0000DD68 Variants.TCustomVariantType.RaiseCastError
|
797
|
+
0001:0000DD78 Variants.TCustomVariantType.RaiseDispError
|
798
|
+
0001:0000DD70 Variants.TCustomVariantType.RaiseInvalidOp
|
799
|
+
0001:0000DD80 Variants.TCustomVariantType.RightPromotion
|
800
|
+
0001:0000DD94 Variants.TCustomVariantType.UnaryOp
|
801
|
+
0001:0000DDA8 Variants.TCustomVariantType._AddRef
|
802
|
+
0001:0000DDB4 Variants.TCustomVariantType._Release
|
803
|
+
0001:0000BFCC Variants.TranslateResult
|
804
|
+
0001:0000C340 Variants.VarArrayClear
|
805
|
+
0001:0000C5E0 Variants.VarArrayCopyForEach
|
806
|
+
0001:0000BF78 Variants.VarArrayCreateError
|
807
|
+
0001:0000BDEC Variants.VarCastError
|
808
|
+
0001:0000BD98 Variants.VarCastError
|
809
|
+
0001:0000C4BC Variants.VarClearDeep
|
810
|
+
0001:0000C7AC Variants.VarCopyCopyProc
|
811
|
+
0001:0000C7B4 Variants.VarCopyDeep
|
812
|
+
0004:0000328C Variants.VarDispProc
|
813
|
+
0002:00000144 Variants.Variants
|
814
|
+
0001:0000BE88 Variants.VarInvalidOp
|
815
|
+
0001:0000BEDC Variants.VarOverflowError
|
816
|
+
0001:0000C220 Variants.VarResultCheck
|
817
|
+
0001:0000C22C Variants.VarResultCheck
|
818
|
+
0001:0000CAA8 Variants.VarToLStrAny
|
819
|
+
0001:0000CB0C Variants.VarToLStrCustom
|
820
|
+
0001:0000C9DC Variants.VarToLStrViaOS
|
821
|
+
0001:0000D188 Variants.VarToWStrAny
|
822
|
+
0001:0000D1EC Variants.VarToWStrCustom
|
823
|
+
0001:0000D0D0 Variants.VarToWStrViaOS
|
824
|
+
0001:0000D98C Variants.VarTypeAsText
|
825
|
+
0004:00003278 VarUtils..5
|
826
|
+
0001:0000B260 VarUtils.BackupVarBoolFromStr
|
827
|
+
0001:0000B3C4 VarUtils.BackupVarBStrFromBool
|
828
|
+
0001:0000B2E0 VarUtils.BackupVarBStrFromCy
|
829
|
+
0001:0000B350 VarUtils.BackupVarBStrFromDate
|
830
|
+
0001:0000B1F4 VarUtils.BackupVarCyFromStr
|
831
|
+
0001:0000B188 VarUtils.BackupVarDateFromStr
|
832
|
+
0001:0000B044 VarUtils.BackupVarI4FromStr
|
833
|
+
0001:0000AFF0 VarUtils.BackupVariantChangeTypeEx
|
834
|
+
0001:0000B0B0 VarUtils.BackupVarR4FromStr
|
835
|
+
0001:0000B11C VarUtils.BackupVarR8FromStr
|
836
|
+
0001:0000B02C VarUtils.BiUnimplemented
|
837
|
+
0001:0000B038 VarUtils.CmpUnimplemented
|
838
|
+
0003:000009D4 VarUtils.CResult
|
839
|
+
0001:0000B790 VarUtils.Finalization
|
840
|
+
0001:0000B458 VarUtils.FindProc
|
841
|
+
0001:0000B484 VarUtils.InitializeVarUtils
|
842
|
+
0001:0000B438 VarUtils.SafeArrayCreate
|
843
|
+
0001:0000B440 VarUtils.SafeArrayGetLBound
|
844
|
+
0001:0000B448 VarUtils.SafeArrayGetUBound
|
845
|
+
0001:0000B450 VarUtils.SafeArrayPtrOfIndex
|
846
|
+
0001:0000B020 VarUtils.UniUnimplemented
|
847
|
+
0004:0000322C VarUtils.VarAdd
|
848
|
+
0004:00003244 VarUtils.VarAnd
|
849
|
+
0004:00003268 VarUtils.VarBoolFromStr
|
850
|
+
0004:00003274 VarUtils.VarBstrFromBool
|
851
|
+
0004:0000326C VarUtils.VarBstrFromCy
|
852
|
+
0004:00003270 VarUtils.VarBstrFromDate
|
853
|
+
0004:00003250 VarUtils.VarCmp
|
854
|
+
0004:00003264 VarUtils.VarCyFromStr
|
855
|
+
0004:00003260 VarUtils.VarDateFromStr
|
856
|
+
0004:00003238 VarUtils.VarDiv
|
857
|
+
0004:00003254 VarUtils.VarI4FromStr
|
858
|
+
0001:0000AFE8 VarUtils.VariantChangeType
|
859
|
+
0004:00003220 VarUtils.VariantChangeTypeEx
|
860
|
+
0001:0000AFD8 VarUtils.VariantClear
|
861
|
+
0001:0000AFE0 VarUtils.VariantCopy
|
862
|
+
0001:0000AFD0 VarUtils.VariantInit
|
863
|
+
0004:0000323C VarUtils.VarIDiv
|
864
|
+
0004:00003240 VarUtils.VarMod
|
865
|
+
0004:00003234 VarUtils.VarMul
|
866
|
+
0004:00003224 VarUtils.VarNeg
|
867
|
+
0004:00003228 VarUtils.VarNot
|
868
|
+
0004:00003248 VarUtils.VarOr
|
869
|
+
0004:00003258 VarUtils.VarR4FromStr
|
870
|
+
0004:0000325C VarUtils.VarR8FromStr
|
871
|
+
0004:00003230 VarUtils.VarSub
|
872
|
+
0002:00000134 VarUtils.VarUtils
|
873
|
+
0004:0000324C VarUtils.VarXor
|
874
|
+
0004:000027F8 Windows..3
|
875
|
+
0001:00004D60 Windows.CharNext
|
876
|
+
0001:00004D68 Windows.CharToOemA
|
877
|
+
0001:00004C58 Windows.CloseHandle
|
878
|
+
0001:00004C60 Windows.CompareString
|
879
|
+
0001:00004C68 Windows.CreateEvent
|
880
|
+
0001:00004C70 Windows.DeleteCriticalSection
|
881
|
+
0001:00004C78 Windows.EnterCriticalSection
|
882
|
+
0001:00004C80 Windows.EnumCalendarInfoA
|
883
|
+
0001:00004D88 Windows.Finalization
|
884
|
+
0001:00004C88 Windows.FindResource
|
885
|
+
0001:00004C90 Windows.FormatMessage
|
886
|
+
0001:00004C98 Windows.FreeLibrary
|
887
|
+
0001:00004CA0 Windows.FreeResource
|
888
|
+
0001:00004CA8 Windows.GetCPInfo
|
889
|
+
0001:00004CB0 Windows.GetCurrentThreadId
|
890
|
+
0001:00004CB8 Windows.GetDateFormat
|
891
|
+
0001:00004CC0 Windows.GetDiskFreeSpaceA
|
892
|
+
0001:00004CC8 Windows.GetLastError
|
893
|
+
0001:00004CD8 Windows.GetLocaleInfo
|
894
|
+
0001:00004CD0 Windows.GetLocalTime
|
895
|
+
0001:00004CE0 Windows.GetModuleFileName
|
896
|
+
0001:00004CE8 Windows.GetModuleHandle
|
897
|
+
0001:00004CF0 Windows.GetProcAddress
|
898
|
+
0001:00004CF8 Windows.GetStdHandle
|
899
|
+
0001:00004D70 Windows.GetSystemMetrics
|
900
|
+
0001:00004D00 Windows.GetThreadLocale
|
901
|
+
0001:00004D08 Windows.GetVersionEx
|
902
|
+
0004:000027FC Windows.HtmlHelpModule
|
903
|
+
0001:00004D10 Windows.InitializeCriticalSection
|
904
|
+
0001:00004D18 Windows.LeaveCriticalSection
|
905
|
+
0001:00004D20 Windows.LoadResource
|
906
|
+
0001:00004D78 Windows.LoadString
|
907
|
+
0001:00004D28 Windows.LockResource
|
908
|
+
0001:00004D80 Windows.MessageBox
|
909
|
+
0001:00004D30 Windows.ResetEvent
|
910
|
+
0001:00004D38 Windows.SetEvent
|
911
|
+
0001:00004D40 Windows.SizeofResource
|
912
|
+
0001:00004D48 Windows.VirtualQuery
|
913
|
+
0001:00004D50 Windows.WaitForSingleObject
|
914
|
+
0002:00000098 Windows.Windows
|
915
|
+
0001:00004D58 Windows.WriteFile
|
916
|
+
|
917
|
+
|
918
|
+
Address Publics by Value
|
919
|
+
|
920
|
+
0001:0000000C System..TObject
|
921
|
+
0001:000000D0 System..TInterfacedObject
|
922
|
+
0001:00000130 System.CloseHandle
|
923
|
+
0001:00000138 System.CreateFileA
|
924
|
+
0001:00000140 System.GetFileType
|
925
|
+
0001:00000148 System.GetFileSize
|
926
|
+
0001:00000150 System.GetStdHandle
|
927
|
+
0001:00000158 System.RaiseException
|
928
|
+
0001:00000160 System.ReadFile
|
929
|
+
0001:00000168 System.RtlUnwind
|
930
|
+
0001:00000170 System.SetEndOfFile
|
931
|
+
0001:00000178 System.SetFilePointer
|
932
|
+
0001:00000180 System.UnhandledExceptionFilter
|
933
|
+
0001:00000188 System.WriteFile
|
934
|
+
0001:00000190 System.CharNext
|
935
|
+
0001:00000198 System.ExitProcess
|
936
|
+
0001:000001A0 System.MessageBox
|
937
|
+
0001:000001A8 System.FindClose
|
938
|
+
0001:000001B0 System.FindFirstFile
|
939
|
+
0001:000001B8 System.FreeLibrary
|
940
|
+
0001:000001C0 System.GetCommandLine
|
941
|
+
0001:000001C8 System.GetLastError
|
942
|
+
0001:000001D0 System.GetLocaleInfo
|
943
|
+
0001:000001D8 System.GetModuleFileName
|
944
|
+
0001:000001E0 System.GetModuleHandle
|
945
|
+
0001:000001E8 System.GetProcAddress
|
946
|
+
0001:000001F0 System.GetStartupInfo
|
947
|
+
0001:000001F8 System.GetThreadLocale
|
948
|
+
0001:00000200 System.LoadLibraryEx
|
949
|
+
0001:00000208 System.LoadString
|
950
|
+
0001:00000210 System.lstrcpyn
|
951
|
+
0001:00000218 System.@strlen
|
952
|
+
0001:00000220 System.MultiByteToWideChar
|
953
|
+
0001:00000228 System.RegCloseKey
|
954
|
+
0001:00000230 System.RegOpenKeyEx
|
955
|
+
0001:00000238 System.RegQueryValueEx
|
956
|
+
0001:00000240 System.WideCharToMultiByte
|
957
|
+
0001:00000248 System.VirtualQuery
|
958
|
+
0001:00000250 System.SysAllocStringLen
|
959
|
+
0001:00000258 System.SysReAllocStringLen
|
960
|
+
0001:00000260 System.SysFreeString
|
961
|
+
0001:00000268 System.InterlockedIncrement
|
962
|
+
0001:00000270 System.InterlockedDecrement
|
963
|
+
0001:00000278 System.GetCurrentThreadId
|
964
|
+
0001:00000280 System.GetCmdShow
|
965
|
+
0001:000002A4 System.VirtualAlloc
|
966
|
+
0001:000002AC System.VirtualFree
|
967
|
+
0001:000002B4 System.Sleep
|
968
|
+
0001:000002BC System.DestroyWindow
|
969
|
+
0001:00000324 System.LockCmpxchg
|
970
|
+
0001:0000032C System.Move12
|
971
|
+
0001:00000340 System.Move20
|
972
|
+
0001:00000360 System.Move28
|
973
|
+
0001:0000038C System.Move36
|
974
|
+
0001:000003AC System.Move44
|
975
|
+
0001:000003D0 System.Move52
|
976
|
+
0001:000003FC System.Move60
|
977
|
+
0001:0000042C System.Move68
|
978
|
+
0001:00000464 System.MoveX16L4
|
979
|
+
0001:00000494 System.MoveX8L4
|
980
|
+
0001:000004B0 System.RemoveMediumFreeBlock
|
981
|
+
0001:000004F0 System.InsertMediumBlockIntoBin
|
982
|
+
0001:00000550 System.BinMediumSequentialFeedRemainder
|
983
|
+
0001:000005BC System.AllocNewSequentialFeedMediumPool
|
984
|
+
0001:00000634 System.LockLargeBlocks
|
985
|
+
0001:00000674 System.AllocateLargeBlock
|
986
|
+
0001:000006D8 System.FreeLargeBlock
|
987
|
+
0001:00000714 System.SysGetMem
|
988
|
+
0001:00000A7C System.SysFreeMem
|
989
|
+
0001:00000C5C System.SysReallocMem
|
990
|
+
0001:00000FE8 System.SysAllocMem
|
991
|
+
0001:00001018 System.NextMediumBlock
|
992
|
+
0001:0000103C System.GetFirstMediumBlockInPool
|
993
|
+
0001:0000107C System.GetFirstAndLastSmallBlockInPool
|
994
|
+
0001:000010B8 System.CardinalToStrBuf
|
995
|
+
0001:000011D4 System.AppendStringToBuffer
|
996
|
+
0001:000011EC System.InternalIsValidClass
|
997
|
+
0001:000012A4 System.GetObjectClass
|
998
|
+
0001:000012D4 System.LockExpectedMemoryLeaksList
|
999
|
+
0001:00001340 System.SysRegisterExpectedMemoryLeak
|
1000
|
+
0001:00001380 System.SysUnregisterExpectedMemoryLeak
|
1001
|
+
0001:000013D8 System.CheckSmallBlockPoolForLeaks
|
1002
|
+
0001:00001524 System.ScanForMemoryLeaks
|
1003
|
+
0001:0000199C System.BuildBlockTypeLookupTable
|
1004
|
+
0001:000019E0 System.InitializeMemoryManager
|
1005
|
+
0001:00001B08 System.FreeAllMemory
|
1006
|
+
0001:00001B98 System.FinalizeMemoryManager
|
1007
|
+
0001:00001BEC System.AllocMem
|
1008
|
+
0001:00001C04 System.@GetMem
|
1009
|
+
0001:00001C20 System.@FreeMem
|
1010
|
+
0001:00001C38 System.@ReallocMem
|
1011
|
+
0001:00001C88 System.RunErrorAt
|
1012
|
+
0001:00001C94 System.ErrorAt
|
1013
|
+
0001:00001CE0 System.Error
|
1014
|
+
0001:00001CEC System.@_IOTest
|
1015
|
+
0001:00001D0C System.SetInOutRes
|
1016
|
+
0001:00001D1C System.@Copy
|
1017
|
+
0001:00001D60 System.IOResult
|
1018
|
+
0001:00001D80 System.Move
|
1019
|
+
0001:00001E80 System.@AbstractError
|
1020
|
+
0001:00001E9C System.OpenText
|
1021
|
+
0001:00001EF4 System.@RewritText
|
1022
|
+
0001:00001F00 System.TextIn
|
1023
|
+
0001:00001F3C System.FileNOPProc
|
1024
|
+
0001:00001F40 System.TextOut
|
1025
|
+
0001:00001F7C System.InternalClose
|
1026
|
+
0001:00001F8C System.TextClose
|
1027
|
+
0001:00001FAC System.TextOpen
|
1028
|
+
0001:00002158 System.InternalFlush
|
1029
|
+
0001:000021A0 System.Flush
|
1030
|
+
0001:000021AC System.@Flush
|
1031
|
+
0001:000021B8 System.@Close
|
1032
|
+
0001:00002210 System.@FillChar
|
1033
|
+
0001:000022AC System.@ValLong
|
1034
|
+
0001:00002380 System.TryOpenForOutput
|
1035
|
+
0001:000023C4 System.@WriteBytes
|
1036
|
+
0001:00002418 System.@WriteSpaces
|
1037
|
+
0001:00002494 System.@WriteLn
|
1038
|
+
0001:000024DC System.FPower10
|
1039
|
+
0001:000024E4 System.@Pow10
|
1040
|
+
0001:000027C8 System.GetKeyboardType
|
1041
|
+
0001:000027D0 System.@isNECWindows
|
1042
|
+
0001:00002800 System.@FpuMaskInit
|
1043
|
+
0001:000028C4 System.@FpuInit
|
1044
|
+
0001:000028D0 System.TObject.ClassType
|
1045
|
+
0001:000028D8 System.TObject.ClassName
|
1046
|
+
0001:000028EC System.TObject.ClassParent
|
1047
|
+
0001:000028F8 System.TObject.NewInstance
|
1048
|
+
0001:00002914 System.TObject.FreeInstance
|
1049
|
+
0001:00002928 System.TObject.InstanceSize
|
1050
|
+
0001:00002930 System.TObject.Create
|
1051
|
+
0001:00002950 System.TObject.Destroy
|
1052
|
+
0001:00002960 System.TObject.Free
|
1053
|
+
0001:0000296C System.TObject.InitInstance
|
1054
|
+
0001:000029C4 System.TObject.CleanupInstance
|
1055
|
+
0001:000029E4 System.InvokeImplGetter
|
1056
|
+
0001:00002A14 System.TObject.GetInterface
|
1057
|
+
0001:00002AA8 System.TObject.GetInterfaceEntry
|
1058
|
+
0001:00002AEC System.@IsClass
|
1059
|
+
0001:00002B10 System.GetDynaMethod
|
1060
|
+
0001:00002B40 System.@CallDynaInst
|
1061
|
+
0001:00002B58 System.TObject.InheritsFrom
|
1062
|
+
0001:00002B6C System.TObject.SafeCallException
|
1063
|
+
0001:00002B74 System.TObject.DefaultHandler
|
1064
|
+
0001:00002B78 System.TObject.AfterConstruction
|
1065
|
+
0001:00002B7C System.TObject.BeforeDestruction
|
1066
|
+
0001:00002B80 System.TObject.Dispatch
|
1067
|
+
0001:00002BA8 System.@ClassCreate
|
1068
|
+
0001:00002BF8 System.@ClassDestroy
|
1069
|
+
0001:00002C00 System.@AfterConstruction
|
1070
|
+
0001:00002C50 System.@BeforeDestruction
|
1071
|
+
0001:00002C60 System.NotifyReRaise
|
1072
|
+
0001:00002C7C System.NotifyNonDelphiException
|
1073
|
+
0001:00002CA0 System.NotifyExcept
|
1074
|
+
0001:00002CB8 System.NotifyAnyExcept
|
1075
|
+
0001:00002CCC System.CheckJmp
|
1076
|
+
0001:00002CEC System.NotifyExceptFinally
|
1077
|
+
0001:00002D14 System.NotifyTerminate
|
1078
|
+
0001:00002D30 System.NotifyUnhandled
|
1079
|
+
0001:00002D50 System.@HandleAnyException
|
1080
|
+
0001:00002E7C System.@HandleFinally
|
1081
|
+
0001:00002F24 System.@HandleFinallyInternal
|
1082
|
+
0001:00002F5C System.@RaiseExcept
|
1083
|
+
0001:00002F84 System.@RaiseAgain
|
1084
|
+
0001:00002FD8 System.@DoneExcept
|
1085
|
+
0001:00003008 System.MapToRunError
|
1086
|
+
0001:000030A8 System.@ExceptionHandler
|
1087
|
+
0001:00003148 System.SetExceptionHandler
|
1088
|
+
0001:00003168 System.UnsetExceptionHandler
|
1089
|
+
0001:00003190 System.FinalizeUnits
|
1090
|
+
0001:000031F4 System.InitUnits
|
1091
|
+
0001:0000325C System.@StartExe
|
1092
|
+
0001:0000329C System.@InitResStringImports
|
1093
|
+
0001:000032C4 System.@InitImports
|
1094
|
+
0001:000032E8 System.MakeErrorMessage
|
1095
|
+
0001:0000334C System.ExitDll
|
1096
|
+
0001:0000337C System.WriteErrorMessage
|
1097
|
+
0001:00003408 System.@Halt0
|
1098
|
+
0001:000034E4 System.@Halt
|
1099
|
+
0001:000034F0 System.@RunError
|
1100
|
+
0001:000034FC System.@LStrClr
|
1101
|
+
0001:00003520 System.@LStrArrayClr
|
1102
|
+
0001:00003550 System.@LStrAsg
|
1103
|
+
0001:00003594 System.@LStrLAsg
|
1104
|
+
0001:000035C0 System.@NewAnsiString
|
1105
|
+
0001:000035EC System.@LStrFromPCharLen
|
1106
|
+
0001:0000361C System.CharFromWChar
|
1107
|
+
0001:0000363C System.WCharFromChar
|
1108
|
+
0001:00003658 System.@LStrFromPWCharLen
|
1109
|
+
0001:000036E4 System.@LStrFromChar
|
1110
|
+
0001:000036F4 System.@LStrFromPChar
|
1111
|
+
0001:00003724 System.@LStrFromPWChar
|
1112
|
+
0001:00003760 System.@LStrFromString
|
1113
|
+
0001:0000376C System.@LStrFromArray
|
1114
|
+
0001:00003784 System.@LStrFromWStr
|
1115
|
+
0001:00003798 System.@LStrLen
|
1116
|
+
0001:000037A4 System.@LStrCat
|
1117
|
+
0001:000037E8 System.@LStrCat3
|
1118
|
+
0001:0000385C System.@LStrCatN
|
1119
|
+
0001:000038E8 System.@LStrToPChar
|
1120
|
+
0001:000038F4 System.InternalUniqueString
|
1121
|
+
0001:00003938 System.@UniqueStringA
|
1122
|
+
0001:00003940 System.@LStrCopy
|
1123
|
+
0001:00003980 System.Pos
|
1124
|
+
0001:00003AC4 System.@LStrSetLength
|
1125
|
+
0001:00003B28 System.@Write0LString
|
1126
|
+
0001:00003B30 System.@WriteLString
|
1127
|
+
0001:00003B50 System.WStrError
|
1128
|
+
0001:00003B58 System.@NewWideString
|
1129
|
+
0001:00003B70 System.WStrSet
|
1130
|
+
0001:00003B80 System.@WStrClr
|
1131
|
+
0001:00003B98 System.@WStrArrayClr
|
1132
|
+
0001:00003BBC System.@WStrAsg
|
1133
|
+
0001:00003BE4 System.@WStrFromPCharLen
|
1134
|
+
0001:00003C70 System.@WStrFromPWCharLen
|
1135
|
+
0001:00003C94 System.@WStrFromPWChar
|
1136
|
+
0001:00003CD0 System.@WStrFromLStr
|
1137
|
+
0001:00003CE0 System.@WStrLen
|
1138
|
+
0001:00003CEC System.@WStrCopy
|
1139
|
+
0001:00003D38 System.@WStrSetLength
|
1140
|
+
0001:00003D7C System.@FinalizeRecord
|
1141
|
+
0001:00003DB0 System.@VarClr
|
1142
|
+
0001:00003DC8 System.@FinalizeArray
|
1143
|
+
0001:00003EB4 System.@Finalize
|
1144
|
+
0001:00003EC0 System.@VarCopy
|
1145
|
+
0001:00003ED8 System.@CopyRecord
|
1146
|
+
0001:00003FF4 System.@CopyArray
|
1147
|
+
0001:000040E8 System.@Dispose
|
1148
|
+
0001:000040F8 System.@DispCallByIDError
|
1149
|
+
0001:00004100 System.@_llmul
|
1150
|
+
0001:00004124 System.@DynArrayLength
|
1151
|
+
0001:0000412C System.@DynArrayHigh
|
1152
|
+
0001:00004134 System.CopyArray
|
1153
|
+
0001:00004144 System.FinalizeArray
|
1154
|
+
0001:0000414C System.DynArrayClear
|
1155
|
+
0001:00004154 System.DynArraySetLength
|
1156
|
+
0001:000042E0 System.@DynArraySetLength
|
1157
|
+
0001:000042EC System.@DynArrayClear
|
1158
|
+
0001:00004328 System.@DynArrayAsg
|
1159
|
+
0001:00004350 System.FindHInstance
|
1160
|
+
0001:00004378 System.DelayLoadResourceModule
|
1161
|
+
0001:000043C0 System.FindResourceHInstance
|
1162
|
+
0001:000043F8 System.FindBS
|
1163
|
+
0001:00004418 System.ToLongPath
|
1164
|
+
0001:000045DC System.LoadResourceModule
|
1165
|
+
0001:0000484C System.AddModuleUnloadProc
|
1166
|
+
0001:00004854 System.RemoveModuleUnloadProc
|
1167
|
+
0001:0000485C System.AddModuleUnloadProc
|
1168
|
+
0001:0000487C System.RemoveModuleUnloadProc
|
1169
|
+
0001:000048E0 System.NotifyModuleUnload
|
1170
|
+
0001:0000493C System.RegisterModule
|
1171
|
+
0001:0000494C System.UnregisterModule
|
1172
|
+
0001:000049BC System.@IntfClear
|
1173
|
+
0001:000049D4 System.@IntfCopy
|
1174
|
+
0001:00004A00 System.TInterfacedObject.AfterConstruction
|
1175
|
+
0001:00004A0C System.TInterfacedObject.BeforeDestruction
|
1176
|
+
0001:00004A1C System.TInterfacedObject.NewInstance
|
1177
|
+
0001:00004A2C System.TInterfacedObject.QueryInterface
|
1178
|
+
0001:00004A54 System.TInterfacedObject._AddRef
|
1179
|
+
0001:00004A68 System.TInterfacedObject._Release
|
1180
|
+
0001:00004A90 System.LoadResString
|
1181
|
+
0001:00004AE8 System.GetACP
|
1182
|
+
0001:00004AF0 System.Finalization
|
1183
|
+
0001:00004B50 SysInit.GetModuleHandle
|
1184
|
+
0001:00004B58 SysInit.LocalAlloc
|
1185
|
+
0001:00004B60 SysInit.TlsGetValue
|
1186
|
+
0001:00004B68 SysInit.TlsSetValue
|
1187
|
+
0001:00004B70 SysInit.AllocTlsBuffer
|
1188
|
+
0001:00004B7C SysInit.GetTlsSize
|
1189
|
+
0001:00004B84 SysInit.InitThreadTLS
|
1190
|
+
0001:00004BC8 SysInit.@GetTls
|
1191
|
+
0001:00004C08 SysInit.InitializeModule
|
1192
|
+
0001:00004C14 SysInit.@InitExe
|
1193
|
+
0001:00004C58 Windows.CloseHandle
|
1194
|
+
0001:00004C60 Windows.CompareString
|
1195
|
+
0001:00004C68 Windows.CreateEvent
|
1196
|
+
0001:00004C70 Windows.DeleteCriticalSection
|
1197
|
+
0001:00004C78 Windows.EnterCriticalSection
|
1198
|
+
0001:00004C80 Windows.EnumCalendarInfoA
|
1199
|
+
0001:00004C88 Windows.FindResource
|
1200
|
+
0001:00004C90 Windows.FormatMessage
|
1201
|
+
0001:00004C98 Windows.FreeLibrary
|
1202
|
+
0001:00004CA0 Windows.FreeResource
|
1203
|
+
0001:00004CA8 Windows.GetCPInfo
|
1204
|
+
0001:00004CB0 Windows.GetCurrentThreadId
|
1205
|
+
0001:00004CB8 Windows.GetDateFormat
|
1206
|
+
0001:00004CC0 Windows.GetDiskFreeSpaceA
|
1207
|
+
0001:00004CC8 Windows.GetLastError
|
1208
|
+
0001:00004CD0 Windows.GetLocalTime
|
1209
|
+
0001:00004CD8 Windows.GetLocaleInfo
|
1210
|
+
0001:00004CE0 Windows.GetModuleFileName
|
1211
|
+
0001:00004CE8 Windows.GetModuleHandle
|
1212
|
+
0001:00004CF0 Windows.GetProcAddress
|
1213
|
+
0001:00004CF8 Windows.GetStdHandle
|
1214
|
+
0001:00004D00 Windows.GetThreadLocale
|
1215
|
+
0001:00004D08 Windows.GetVersionEx
|
1216
|
+
0001:00004D10 Windows.InitializeCriticalSection
|
1217
|
+
0001:00004D18 Windows.LeaveCriticalSection
|
1218
|
+
0001:00004D20 Windows.LoadResource
|
1219
|
+
0001:00004D28 Windows.LockResource
|
1220
|
+
0001:00004D30 Windows.ResetEvent
|
1221
|
+
0001:00004D38 Windows.SetEvent
|
1222
|
+
0001:00004D40 Windows.SizeofResource
|
1223
|
+
0001:00004D48 Windows.VirtualQuery
|
1224
|
+
0001:00004D50 Windows.WaitForSingleObject
|
1225
|
+
0001:00004D58 Windows.WriteFile
|
1226
|
+
0001:00004D60 Windows.CharNext
|
1227
|
+
0001:00004D68 Windows.CharToOemA
|
1228
|
+
0001:00004D70 Windows.GetSystemMetrics
|
1229
|
+
0001:00004D78 Windows.LoadString
|
1230
|
+
0001:00004D80 Windows.MessageBox
|
1231
|
+
0001:00004D88 Windows.Finalization
|
1232
|
+
0001:0000509C SysUtils..Exception
|
1233
|
+
0001:00005104 SysUtils..EHeapException
|
1234
|
+
0001:00005160 SysUtils..EOutOfMemory
|
1235
|
+
0001:000051BC SysUtils..EInOutError
|
1236
|
+
0001:00005214 SysUtils..EExternal
|
1237
|
+
0001:0000526C SysUtils..EExternalException
|
1238
|
+
0001:000052CC SysUtils..EIntError
|
1239
|
+
0001:00005324 SysUtils..EDivByZero
|
1240
|
+
0001:0000537C SysUtils..ERangeError
|
1241
|
+
0001:000053D4 SysUtils..EIntOverflow
|
1242
|
+
0001:00005430 SysUtils..EMathError
|
1243
|
+
0001:00005488 SysUtils..EInvalidOp
|
1244
|
+
0001:000054E0 SysUtils..EZeroDivide
|
1245
|
+
0001:00005538 SysUtils..EOverflow
|
1246
|
+
0001:00005590 SysUtils..EUnderflow
|
1247
|
+
0001:000055E8 SysUtils..EInvalidPointer
|
1248
|
+
0001:00005644 SysUtils..EInvalidCast
|
1249
|
+
0001:000056A0 SysUtils..EConvertError
|
1250
|
+
0001:000056FC SysUtils..EAccessViolation
|
1251
|
+
0001:0000575C SysUtils..EPrivilege
|
1252
|
+
0001:000057B4 SysUtils..EStackOverflow
|
1253
|
+
0001:00005810 SysUtils..EControlC
|
1254
|
+
0001:00005868 SysUtils..EVariantError
|
1255
|
+
0001:000058C4 SysUtils..EAssertionFailed
|
1256
|
+
0001:00005924 SysUtils..EAbstractError
|
1257
|
+
0001:00005980 SysUtils..EIntfCastError
|
1258
|
+
0001:000059DC SysUtils..EOSError
|
1259
|
+
0001:00005A34 SysUtils..ESafecallException
|
1260
|
+
0001:00005AE8 SysUtils..TThreadLocalCounter
|
1261
|
+
0001:00005BC4 SysUtils..TMultiReadExclusiveWriteSynchronizer
|
1262
|
+
0001:00005C38 SysUtils.DivMod
|
1263
|
+
0001:00005C54 SysUtils.ConvertErrorFmt
|
1264
|
+
0001:00005C78 SysUtils.UpperCase
|
1265
|
+
0001:00005D14 SysUtils.LowerCase
|
1266
|
+
0001:00005DB0 SysUtils.CompareText
|
1267
|
+
0001:00005E4C SysUtils.SameText
|
1268
|
+
0001:00005E70 SysUtils.AnsiCompareText
|
1269
|
+
0001:00005EB4 SysUtils.Trim
|
1270
|
+
0001:00005F08 SysUtils.CvtInt
|
1271
|
+
0001:00005F54 SysUtils.IntToStr
|
1272
|
+
0001:00005F74 SysUtils.CvtInt64
|
1273
|
+
0001:00006040 SysUtils.IntToStr
|
1274
|
+
0001:00006068 SysUtils.IntToHex
|
1275
|
+
0001:00006090 SysUtils.StrToIntDef
|
1276
|
+
0001:000060A8 SysUtils.TryStrToInt
|
1277
|
+
0001:000060C8 SysUtils.VerifyBoolStrArray
|
1278
|
+
0001:00006158 SysUtils.CompareWith
|
1279
|
+
0001:000061DC SysUtils.TryStrToBool
|
1280
|
+
0001:00006278 SysUtils.BoolToStr
|
1281
|
+
0001:000062C4 SysUtils.LastDelimiter
|
1282
|
+
0001:00006318 SysUtils.ExtractFileName
|
1283
|
+
0001:00006350 SysUtils.BackfillGetDiskFreeSpaceEx
|
1284
|
+
0001:000063C4 SysUtils.StrLen
|
1285
|
+
0001:000063DC SysUtils.StrMove
|
1286
|
+
0001:000063EC SysUtils.StrLCopy
|
1287
|
+
0001:00006420 SysUtils.StrLIComp
|
1288
|
+
0001:00006464 SysUtils.StrScan
|
1289
|
+
0001:00006478 SysUtils.StrPos
|
1290
|
+
0001:000064CC SysUtils.FormatError
|
1291
|
+
0001:00006524 SysUtils.FormatVarToStr
|
1292
|
+
0001:00006548 SysUtils.FormatClearStr
|
1293
|
+
0001:00006554 SysUtils.FormatBuf
|
1294
|
+
0001:000068CC SysUtils.StrLFmt
|
1295
|
+
0001:0000690C SysUtils.Format
|
1296
|
+
0001:00006920 SysUtils.FmtStr
|
1297
|
+
0001:000069FC SysUtils.PutExponent
|
1298
|
+
0001:00006A40 SysUtils.FloatToText
|
1299
|
+
0001:00006D14 SysUtils.FloatToDecimal
|
1300
|
+
0001:00006F40 SysUtils.TextToFloat
|
1301
|
+
0001:00007054 SysUtils.FloatToStr
|
1302
|
+
0001:00007084 SysUtils.CurrToStr
|
1303
|
+
0001:000070B4 SysUtils.TryStrToFloat
|
1304
|
+
0001:000070D0 SysUtils.TryStrToFloat
|
1305
|
+
0001:000070FC SysUtils.TryStrToFloat
|
1306
|
+
0001:00007128 SysUtils.TryStrToCurr
|
1307
|
+
0001:00007144 SysUtils.DateTimeToTimeStamp
|
1308
|
+
0001:00007188 SysUtils.TryEncodeTime
|
1309
|
+
0001:000071F8 SysUtils.DecodeTime
|
1310
|
+
0001:00007254 SysUtils.IsLeapYear
|
1311
|
+
0001:00007290 SysUtils.TryEncodeDate
|
1312
|
+
0001:0000735C SysUtils.DecodeDateFully
|
1313
|
+
0001:000074A8 SysUtils.DecodeDate
|
1314
|
+
0001:000074C8 SysUtils.DayOfWeek
|
1315
|
+
0001:000074F0 SysUtils.CurrentYear
|
1316
|
+
0001:00007504 SysUtils.AppendChars
|
1317
|
+
0001:00007548 SysUtils.AppendString
|
1318
|
+
0001:00007564 SysUtils.AppendNumber
|
1319
|
+
0001:000075B0 SysUtils.GetCount
|
1320
|
+
0001:000075DC SysUtils.GetDate
|
1321
|
+
0001:00007614 SysUtils.GetTime
|
1322
|
+
0001:00007654 SysUtils.ConvertEraString
|
1323
|
+
0001:000077D0 SysUtils.ConvertYearString
|
1324
|
+
0001:000078E8 SysUtils.AppendFormat
|
1325
|
+
0001:000080A0 SysUtils.DateTimeToString
|
1326
|
+
0001:000080FC SysUtils.ScanBlanks
|
1327
|
+
0001:00008120 SysUtils.ScanNumber
|
1328
|
+
0001:000081B4 SysUtils.ScanString
|
1329
|
+
0001:0000828C SysUtils.ScanChar
|
1330
|
+
0001:000082C8 SysUtils.GetDateOrder
|
1331
|
+
0001:00008314 SysUtils.ScanToNumber
|
1332
|
+
0001:0000835C SysUtils.GetEraYearOffset
|
1333
|
+
0001:000083B0 SysUtils.EraToYear
|
1334
|
+
0001:0000840C SysUtils.ScanDate
|
1335
|
+
0001:00008758 SysUtils.ScanTime
|
1336
|
+
0001:00008950 SysUtils.TryStrToTime
|
1337
|
+
0001:00008988 SysUtils.TryStrToDateTime
|
1338
|
+
0001:00008A24 SysUtils.SysErrorMessage
|
1339
|
+
0001:00008A70 SysUtils.GetLocaleStr
|
1340
|
+
0001:00008ABC SysUtils.GetLocaleChar
|
1341
|
+
0001:00008AE8 SysUtils.LocalGetLocaleStr
|
1342
|
+
0001:00008B24 SysUtils.GetMonthDayNames
|
1343
|
+
0001:00008C48 SysUtils.EnumEraNames
|
1344
|
+
0001:00008C84 SysUtils.EnumEraYearOffsets
|
1345
|
+
0001:00008CFC SysUtils.GetEraNamesAndYearOffsets
|
1346
|
+
0001:00008DAC SysUtils.TranslateDateFormat
|
1347
|
+
0001:00008FDC SysUtils.ConvertAddr
|
1348
|
+
0001:00008FE8 SysUtils.ExceptionErrorMessage
|
1349
|
+
0001:00009170 SysUtils.ShowException
|
1350
|
+
0001:00009238 SysUtils.Exception.Create
|
1351
|
+
0001:00009274 SysUtils.Exception.CreateFmt
|
1352
|
+
0001:000092F4 SysUtils.Exception.CreateRes
|
1353
|
+
0001:00009330 SysUtils.Exception.CreateResFmt
|
1354
|
+
0001:000093C4 SysUtils.EHeapException.FreeInstance
|
1355
|
+
0001:000093F0 SysUtils.CreateInOutError
|
1356
|
+
0001:00009470 SysUtils.ErrorHandler
|
1357
|
+
0001:000094C0 SysUtils.CreateAssertException
|
1358
|
+
0001:0000956C SysUtils.RaiseAssertException
|
1359
|
+
0001:0000957C SysUtils.AssertErrorHandler
|
1360
|
+
0001:00009598 SysUtils.AbstractErrorHandler
|
1361
|
+
0001:000095B0 SysUtils.MapException
|
1362
|
+
0001:00009630 SysUtils.GetExceptionClass
|
1363
|
+
0001:00009648 SysUtils.CreateAVObject
|
1364
|
+
0001:00009814 SysUtils.GetExceptionObject
|
1365
|
+
0001:000098DC SysUtils.ExceptHandler
|
1366
|
+
0001:000098EC SysUtils.InitExceptions
|
1367
|
+
0001:00009970 SysUtils.DoneExceptions
|
1368
|
+
0001:000099F0 SysUtils.InitPlatformId
|
1369
|
+
0001:00009A60 SysUtils.ByteTypeTest
|
1370
|
+
0001:00009AD4 SysUtils.ByteType
|
1371
|
+
0001:00009AF8 SysUtils.StrByteType
|
1372
|
+
0001:00009B10 SysUtils.ByteToCharLen
|
1373
|
+
0001:00009B34 SysUtils.ByteToCharIndex
|
1374
|
+
0001:00009B9C SysUtils.CountChars
|
1375
|
+
0001:00009C2C SysUtils.CharToByteIndex
|
1376
|
+
0001:00009CB0 SysUtils.CharToByteLen
|
1377
|
+
0001:00009D20 SysUtils.StrCharLength
|
1378
|
+
0001:00009D40 SysUtils.StrNextChar
|
1379
|
+
0001:00009D48 SysUtils.CharLength
|
1380
|
+
0001:00009D80 SysUtils.NextCharIndex
|
1381
|
+
0001:00009DB8 SysUtils.AnsiPos
|
1382
|
+
0001:00009DF0 SysUtils.AnsiStrPos
|
1383
|
+
0001:00009E90 SysUtils.AnsiStrRScan
|
1384
|
+
0001:00009EC4 SysUtils.AnsiStrScan
|
1385
|
+
0001:00009F04 SysUtils.InitLeadBytes
|
1386
|
+
0001:00009F60 SysUtils.InitSysLocale
|
1387
|
+
0001:0000A024 SysUtils.GetFormatSettings
|
1388
|
+
0001:0000A3F0 SysUtils.ModuleUnloaded
|
1389
|
+
0001:0000A5C8 SysUtils.Sleep
|
1390
|
+
0001:0000A5D0 SysUtils.RaiseLastOSError
|
1391
|
+
0001:0000A5DC SysUtils.RaiseLastOSError
|
1392
|
+
0001:0000A674 SysUtils.FreeTerminateProcs
|
1393
|
+
0001:0000A698 SysUtils.InitDriveSpacePtr
|
1394
|
+
0001:0000A6F4 SysUtils.InterlockedIncrement
|
1395
|
+
0001:0000A700 SysUtils.InterlockedDecrement
|
1396
|
+
0001:0000A70C SysUtils.InterlockedExchange
|
1397
|
+
0001:0000A714 SysUtils.InterlockedExchangeAdd
|
1398
|
+
0001:0000A71C SysUtils.TThreadLocalCounter.Destroy
|
1399
|
+
0001:0000A774 SysUtils.TThreadLocalCounter.HashIndex
|
1400
|
+
0001:0000A790 SysUtils.TThreadLocalCounter.Open
|
1401
|
+
0001:0000A808 SysUtils.TThreadLocalCounter.Delete
|
1402
|
+
0001:0000A818 SysUtils.TThreadLocalCounter.Recycle
|
1403
|
+
0001:0000A85C SysUtils.TMultiReadExclusiveWriteSynchronizer.Create
|
1404
|
+
0001:0000A8D0 SysUtils.TMultiReadExclusiveWriteSynchronizer.Destroy
|
1405
|
+
0001:0000A918 SysUtils.TMultiReadExclusiveWriteSynchronizer.BlockReaders
|
1406
|
+
0001:0000A924 SysUtils.TMultiReadExclusiveWriteSynchronizer.UnblockReaders
|
1407
|
+
0001:0000A930 SysUtils.TMultiReadExclusiveWriteSynchronizer.UnblockOneWriter
|
1408
|
+
0001:0000A93C SysUtils.TMultiReadExclusiveWriteSynchronizer.WaitForReadSignal
|
1409
|
+
0001:0000A94C SysUtils.TMultiReadExclusiveWriteSynchronizer.WaitForWriteSignal
|
1410
|
+
0001:0000A95C SysUtils.TMultiReadExclusiveWriteSynchronizer.BeginWrite
|
1411
|
+
0001:0000AA08 SysUtils.TMultiReadExclusiveWriteSynchronizer.EndWrite
|
1412
|
+
0001:0000AA58 SysUtils.TMultiReadExclusiveWriteSynchronizer.BeginRead
|
1413
|
+
0001:0000AAC8 SysUtils.TMultiReadExclusiveWriteSynchronizer.EndRead
|
1414
|
+
0001:0000AB30 SysUtils.FreeAndNil
|
1415
|
+
0001:0000AB40 SysUtils.ClearHashTables
|
1416
|
+
0001:0000AE40 SysUtils.Finalization
|
1417
|
+
0001:0000AFD0 VarUtils.VariantInit
|
1418
|
+
0001:0000AFD8 VarUtils.VariantClear
|
1419
|
+
0001:0000AFE0 VarUtils.VariantCopy
|
1420
|
+
0001:0000AFE8 VarUtils.VariantChangeType
|
1421
|
+
0001:0000AFF0 VarUtils.BackupVariantChangeTypeEx
|
1422
|
+
0001:0000B020 VarUtils.UniUnimplemented
|
1423
|
+
0001:0000B02C VarUtils.BiUnimplemented
|
1424
|
+
0001:0000B038 VarUtils.CmpUnimplemented
|
1425
|
+
0001:0000B044 VarUtils.BackupVarI4FromStr
|
1426
|
+
0001:0000B0B0 VarUtils.BackupVarR4FromStr
|
1427
|
+
0001:0000B11C VarUtils.BackupVarR8FromStr
|
1428
|
+
0001:0000B188 VarUtils.BackupVarDateFromStr
|
1429
|
+
0001:0000B1F4 VarUtils.BackupVarCyFromStr
|
1430
|
+
0001:0000B260 VarUtils.BackupVarBoolFromStr
|
1431
|
+
0001:0000B2E0 VarUtils.BackupVarBStrFromCy
|
1432
|
+
0001:0000B350 VarUtils.BackupVarBStrFromDate
|
1433
|
+
0001:0000B3C4 VarUtils.BackupVarBStrFromBool
|
1434
|
+
0001:0000B438 VarUtils.SafeArrayCreate
|
1435
|
+
0001:0000B440 VarUtils.SafeArrayGetLBound
|
1436
|
+
0001:0000B448 VarUtils.SafeArrayGetUBound
|
1437
|
+
0001:0000B450 VarUtils.SafeArrayPtrOfIndex
|
1438
|
+
0001:0000B458 VarUtils.FindProc
|
1439
|
+
0001:0000B484 VarUtils.InitializeVarUtils
|
1440
|
+
0001:0000B790 VarUtils.Finalization
|
1441
|
+
0001:0000B810 Variants..TCustomVariantType
|
1442
|
+
0001:0000B8DC Variants..EVariantInvalidOpError
|
1443
|
+
0001:0000B940 Variants..EVariantTypeCastError
|
1444
|
+
0001:0000B9A4 Variants..EVariantOverflowError
|
1445
|
+
0001:0000BA08 Variants..EVariantInvalidArgError
|
1446
|
+
0001:0000BA6C Variants..EVariantBadVarTypeError
|
1447
|
+
0001:0000BAD0 Variants..EVariantBadIndexError
|
1448
|
+
0001:0000BB34 Variants..EVariantArrayLockedError
|
1449
|
+
0001:0000BB9C Variants..EVariantArrayCreateError
|
1450
|
+
0001:0000BC04 Variants..EVariantNotImplError
|
1451
|
+
0001:0000BC68 Variants..EVariantOutOfMemoryError
|
1452
|
+
0001:0000BCD0 Variants..EVariantUnexpectedError
|
1453
|
+
0001:0000BD34 Variants..EVariantDispatchError
|
1454
|
+
0001:0000BD98 Variants.VarCastError
|
1455
|
+
0001:0000BDEC Variants.VarCastError
|
1456
|
+
0001:0000BE88 Variants.VarInvalidOp
|
1457
|
+
0001:0000BEDC Variants.VarOverflowError
|
1458
|
+
0001:0000BF78 Variants.VarArrayCreateError
|
1459
|
+
0001:0000BFCC Variants.TranslateResult
|
1460
|
+
0001:0000C220 Variants.VarResultCheck
|
1461
|
+
0001:0000C22C Variants.VarResultCheck
|
1462
|
+
0001:0000C260 Variants.@DispInvokeError
|
1463
|
+
0001:0000C2B4 Variants.InBounds
|
1464
|
+
0001:0000C2E4 Variants.Increment
|
1465
|
+
0001:0000C340 Variants.VarArrayClear
|
1466
|
+
0001:0000C4BC Variants.VarClearDeep
|
1467
|
+
0001:0000C538 Variants.@VarClear
|
1468
|
+
0001:0000C54C Variants.@VarClr
|
1469
|
+
0001:0000C554 Variants.InBounds
|
1470
|
+
0001:0000C584 Variants.Increment
|
1471
|
+
0001:0000C5E0 Variants.VarArrayCopyForEach
|
1472
|
+
0001:0000C7AC Variants.VarCopyCopyProc
|
1473
|
+
0001:0000C7B4 Variants.VarCopyDeep
|
1474
|
+
0001:0000C860 Variants.@VarCopy
|
1475
|
+
0001:0000C8A4 Variants.CurrToWStrViaOS
|
1476
|
+
0001:0000C8DC Variants.DateToWStrViaOS
|
1477
|
+
0001:0000C914 Variants.BoolToWStrViaOS
|
1478
|
+
0001:0000C9DC Variants.VarToLStrViaOS
|
1479
|
+
0001:0000CAA8 Variants.VarToLStrAny
|
1480
|
+
0001:0000CB0C Variants.VarToLStrCustom
|
1481
|
+
0001:0000CB94 Variants.@VarToLStr
|
1482
|
+
0001:0000D0D0 Variants.VarToWStrViaOS
|
1483
|
+
0001:0000D188 Variants.VarToWStrAny
|
1484
|
+
0001:0000D1EC Variants.VarToWStrCustom
|
1485
|
+
0001:0000D2B4 Variants.@VarToWStr
|
1486
|
+
0001:0000D808 Variants.@VarAddRef
|
1487
|
+
0001:0000D98C Variants.VarTypeAsText
|
1488
|
+
0001:0000DAFC Variants.SetVarAsError
|
1489
|
+
0001:0000DB14 Variants.SetClearVarToEmptyParam
|
1490
|
+
0001:0000DB44 Variants.ClearVariantTypeList
|
1491
|
+
0001:0000DBB0 Variants.TCustomVariantType.BinaryOp
|
1492
|
+
0001:0000DBBC Variants.TCustomVariantType.Cast
|
1493
|
+
0001:0000DBF4 Variants.TCustomVariantType.CastTo
|
1494
|
+
0001:0000DC3C Variants.TCustomVariantType.Compare
|
1495
|
+
0001:0000DC48 Variants.TCustomVariantType.CompareOp
|
1496
|
+
0001:0000DC80 Variants.TCustomVariantType.CastToOle
|
1497
|
+
0001:0000DCBC Variants.TCustomVariantType.Destroy
|
1498
|
+
0001:0000DD48 Variants.TCustomVariantType.IsClear
|
1499
|
+
0001:0000DD4C Variants.TCustomVariantType.LeftPromotion
|
1500
|
+
0001:0000DD60 Variants.TCustomVariantType.OlePromotion
|
1501
|
+
0001:0000DD68 Variants.TCustomVariantType.RaiseCastError
|
1502
|
+
0001:0000DD70 Variants.TCustomVariantType.RaiseInvalidOp
|
1503
|
+
0001:0000DD78 Variants.TCustomVariantType.RaiseDispError
|
1504
|
+
0001:0000DD80 Variants.TCustomVariantType.RightPromotion
|
1505
|
+
0001:0000DD94 Variants.TCustomVariantType.UnaryOp
|
1506
|
+
0001:0000DD9C Variants.TCustomVariantType.DispInvoke
|
1507
|
+
0001:0000DDA8 Variants.TCustomVariantType._AddRef
|
1508
|
+
0001:0000DDB4 Variants.TCustomVariantType._Release
|
1509
|
+
0001:0000DDC0 Variants.TCustomVariantType.QueryInterface
|
1510
|
+
0001:0000DDE8 Variants.FindCustomVariantType
|
1511
|
+
0001:0000DEA4 Variants.Finalization
|
1512
|
+
0001:0000DF88 TypInfo.Finalization
|
1513
|
+
0001:0000DFD8 Classes..EStreamError
|
1514
|
+
0001:0000E034 Classes..EFilerError
|
1515
|
+
0001:0000E08C Classes..EWriteError
|
1516
|
+
0001:0000E0E4 Classes..EResNotFound
|
1517
|
+
0001:0000E140 Classes..EListError
|
1518
|
+
0001:0000E198 Classes..TList
|
1519
|
+
0001:0000E1FC Classes..TThreadList
|
1520
|
+
0001:0000E254 Classes..TPersistent
|
1521
|
+
0001:0000E2F0 Classes..TStream
|
1522
|
+
0001:0000E360 Classes..TCustomMemoryStream
|
1523
|
+
0001:0000E3DC Classes..TStringStream
|
1524
|
+
0001:0000E464 Classes..TResourceStream
|
1525
|
+
0001:0000E4DC Classes..TRegGroup
|
1526
|
+
0001:0000E534 Classes..TRegGroups
|
1527
|
+
0001:0000E58C Classes.TRegGroup.Create
|
1528
|
+
0001:0000E5E8 Classes.TRegGroup.Destroy
|
1529
|
+
0001:0000E628 Classes.PointerInModule
|
1530
|
+
0001:0000E648 Classes.TRegGroup.UnregisterModuleClasses
|
1531
|
+
0001:0000E6F4 Classes.TRegGroups.Create
|
1532
|
+
0001:0000E768 Classes.TRegGroups.Destroy
|
1533
|
+
0001:0000E7C8 Classes.TRegGroups.Lock
|
1534
|
+
0001:0000E7D4 Classes.TRegGroups.Unlock
|
1535
|
+
0001:0000E7E0 Classes.TRegGroups.UnregisterModuleClasses
|
1536
|
+
0001:0000E830 Classes.UnRegisterModuleClasses
|
1537
|
+
0001:0000E87C Classes.TList.Destroy
|
1538
|
+
0001:0000E89C Classes.TList.Add
|
1539
|
+
0001:0000E8D0 Classes.TList.Clear
|
1540
|
+
0001:0000E8E8 Classes.TList.Delete
|
1541
|
+
0001:0000E94C Classes.ReturnAddr
|
1542
|
+
0001:0000E950 Classes.TList.Error
|
1543
|
+
0001:0000E988 Classes.TList.Error
|
1544
|
+
0001:0000E9DC Classes.TList.Get
|
1545
|
+
0001:0000EA04 Classes.TList.Grow
|
1546
|
+
0001:0000EA38 Classes.TList.SetCapacity
|
1547
|
+
0001:0000EA74 Classes.TList.SetCount
|
1548
|
+
0001:0000EAE8 Classes.TList.Notify
|
1549
|
+
0001:0000EAEC Classes.TThreadList.Create
|
1550
|
+
0001:0000EB40 Classes.TThreadList.Destroy
|
1551
|
+
0001:0000EBBC Classes.TThreadList.LockList
|
1552
|
+
0001:0000EBD0 Classes.TThreadList.UnlockList
|
1553
|
+
0001:0000EBDC Classes.TPersistent.Destroy
|
1554
|
+
0001:0000EC08 Classes.TPersistent.Assign
|
1555
|
+
0001:0000EC1C Classes.TPersistent.AssignError
|
1556
|
+
0001:0000ECEC Classes.TPersistent.AssignTo
|
1557
|
+
0001:0000ECF4 Classes.TPersistent.DefineProperties
|
1558
|
+
0001:0000ECF8 Classes.TPersistent.GetNamePath
|
1559
|
+
0001:0000EDA8 Classes.TPersistent.GetOwner
|
1560
|
+
0001:0000EDAC Classes.TStream.GetSize
|
1561
|
+
0001:0000EDF8 Classes.TStream.SetSize
|
1562
|
+
0001:0000EDFC Classes.TStream.SetSize
|
1563
|
+
0001:0000EE50 Classes.RaiseException
|
1564
|
+
0001:0000EE9C Classes.TStream.Seek
|
1565
|
+
0001:0000EF20 Classes.TStream.Seek
|
1566
|
+
0001:0000EF90 Classes.TStream.WriteBuffer
|
1567
|
+
0001:0000EFC8 Classes.TCustomMemoryStream.SetPointer
|
1568
|
+
0001:0000EFD0 Classes.TCustomMemoryStream.Read
|
1569
|
+
0001:0000F008 Classes.TCustomMemoryStream.Seek
|
1570
|
+
0001:0000F02C Classes.TCustomMemoryStream.SaveToStream
|
1571
|
+
0001:0000F044 Classes.TStringStream.Create
|
1572
|
+
0001:0000F088 Classes.TStringStream.Read
|
1573
|
+
0001:0000F0C8 Classes.TStringStream.Write
|
1574
|
+
0001:0000F100 Classes.TStringStream.Seek
|
1575
|
+
0001:0000F160 Classes.TStringStream.SetSize
|
1576
|
+
0001:0000F17C Classes.TResourceStream.Create
|
1577
|
+
0001:0000F1D4 Classes.Error
|
1578
|
+
0001:0000F274 Classes.TResourceStream.Initialize
|
1579
|
+
0001:0000F2E0 Classes.TResourceStream.Destroy
|
1580
|
+
0001:0000F310 Classes.TResourceStream.Write
|
1581
|
+
0001:0000F328 Classes.RemoveFixupReferences
|
1582
|
+
0001:0000F3D4 Classes.RemoveFixups
|
1583
|
+
0001:0000F458 Classes.InitThreadSynchronization
|
1584
|
+
0001:0000F48C Classes.DoneThreadSynchronization
|
1585
|
+
0001:0000F4A4 Classes.FreeIntConstList
|
1586
|
+
0001:0000F510 Classes.ModuleUnload
|
1587
|
+
0001:0000F518 Classes.Finalization
|
1588
|
+
0001:0000F5C8 testproject.Finalization
|
1589
|
+
0002:00000000 System.System
|
1590
|
+
0002:00000098 Windows.Windows
|
1591
|
+
0002:000000AC SysUtils.SysUtils
|
1592
|
+
0002:00000134 VarUtils.VarUtils
|
1593
|
+
0002:00000144 Variants.Variants
|
1594
|
+
0002:000001F0 TypInfo.TypInfo
|
1595
|
+
0002:000001F8 Classes.Classes
|
1596
|
+
0002:0000028C testproject.testproject
|
1597
|
+
0003:00000000 System.ExitCode
|
1598
|
+
0003:00000004 System.ErrorAddr
|
1599
|
+
0003:00000008 System.FileMode
|
1600
|
+
0003:0000000C System.VarClearProc
|
1601
|
+
0003:00000010 System.VarAddRefProc
|
1602
|
+
0003:00000014 System.VarCopyProc
|
1603
|
+
0003:00000018 System.VarToLStrProc
|
1604
|
+
0003:0000001C System.VarToWStrProc
|
1605
|
+
0003:00000020 System.Default8087CW
|
1606
|
+
0003:00000024 System.DebugHook
|
1607
|
+
0003:00000028 System.JITEnable
|
1608
|
+
0003:0000002C System.NoErrMsg
|
1609
|
+
0003:00000030 System.DefaultTextLineBreakStyle
|
1610
|
+
0003:00000034 System.LibModuleList
|
1611
|
+
0003:00000038 System.ModuleUnloadList
|
1612
|
+
0003:0000003C System.Copyright
|
1613
|
+
0003:00000040 System.SmallBlockTypes
|
1614
|
+
0003:00000720 System.MemoryManager
|
1615
|
+
0003:00000738 System.reMap
|
1616
|
+
0003:00000754 System.errCaption
|
1617
|
+
0003:0000075C System.runErrMsg
|
1618
|
+
0003:0000077C System.dig
|
1619
|
+
0003:0000078C SysInit.TlsIndex
|
1620
|
+
0003:00000790 SysInit.Module
|
1621
|
+
0003:000007A8 SysUtils.EmptyStr
|
1622
|
+
0003:000007AC SysUtils.EmptyWideStr
|
1623
|
+
0003:000007B0 SysUtils.Win32Platform
|
1624
|
+
0003:000007B4 SysUtils.Win32MajorVersion
|
1625
|
+
0003:000007B8 SysUtils.Win32MinorVersion
|
1626
|
+
0003:000007BC SysUtils.Win32BuildNumber
|
1627
|
+
0003:000007C0 SysUtils.Win32CSDVersion
|
1628
|
+
0003:000007C4 SysUtils.TwoDigitYearCenturyWindow
|
1629
|
+
0003:000007C8 SysUtils.MonthDays
|
1630
|
+
0003:000007F8 SysUtils.LeadBytes
|
1631
|
+
0003:00000818 SysUtils.HexDisplayPrefix
|
1632
|
+
0003:0000081C SysUtils.GetDiskFreeSpaceEx
|
1633
|
+
0003:00000820 SysUtils.cSimpleBoolStrs
|
1634
|
+
0003:00000828 SysUtils.FormatErrorStrs
|
1635
|
+
0003:00000830 SysUtils.FCon1E18
|
1636
|
+
0003:0000083C SysUtils.DCon10
|
1637
|
+
0003:00000840 SysUtils.CWNear
|
1638
|
+
0003:00000844 SysUtils.FMSecsPerDay
|
1639
|
+
0003:00000848 SysUtils.IMSecsPerDay
|
1640
|
+
0003:0000084C SysUtils.Format
|
1641
|
+
0003:00000850 SysUtils.DefShortMonthNames
|
1642
|
+
0003:00000880 SysUtils.DefLongMonthNames
|
1643
|
+
0003:000008B0 SysUtils.DefShortDayNames
|
1644
|
+
0003:000008CC SysUtils.DefLongDayNames
|
1645
|
+
0003:000008E8 SysUtils.ErrorMap
|
1646
|
+
0003:00000920 SysUtils.ExceptMap
|
1647
|
+
0003:000009D0 SysUtils.TerminateProcList
|
1648
|
+
0003:000009D4 VarUtils.CResult
|
1649
|
+
0003:000009DC Variants.NullStrictConvert
|
1650
|
+
0003:000009E0 Variants.NullAsStringValue
|
1651
|
+
0003:000009E4 Variants.BooleanToStringRule
|
1652
|
+
0003:000009E8 Variants.CInvalidCustomVariantType
|
1653
|
+
0003:000009EC Variants.CText
|
1654
|
+
0003:00000A40 Variants.CRelationshipToBoolean
|
1655
|
+
0003:00000A54 TypInfo.BooleanIdents
|
1656
|
+
0003:00000A5C TypInfo.DotSep
|
1657
|
+
0003:00000A60 Classes.SyncList
|
1658
|
+
0004:00000000 System.DispCallByIDProc
|
1659
|
+
0004:00000004 System.ExceptProc
|
1660
|
+
0004:00000008 System.ErrorProc
|
1661
|
+
0004:0000000C System.ExceptClsProc
|
1662
|
+
0004:00000010 System.ExceptObjProc
|
1663
|
+
0004:00000014 System.RaiseExceptionProc
|
1664
|
+
0004:00000018 System.RTLUnwindProc
|
1665
|
+
0004:0000001C System.ExceptionClass
|
1666
|
+
0004:00000020 System.AssertErrorProc
|
1667
|
+
0004:00000024 System.ExitProcessProc
|
1668
|
+
0004:00000028 System.AbstractErrorProc
|
1669
|
+
0004:0000002C System.MainInstance
|
1670
|
+
0004:00000030 System.MainThreadID
|
1671
|
+
0004:00000034 System.IsLibrary
|
1672
|
+
0004:00000038 System.CmdShow
|
1673
|
+
0004:0000003C System.CmdLine
|
1674
|
+
0004:00000040 System.ExitProc
|
1675
|
+
0004:00000044 System.IsConsole
|
1676
|
+
0004:00000045 System.IsMultiThread
|
1677
|
+
0004:00000046 System.Test8086
|
1678
|
+
0004:00000048 System.Input
|
1679
|
+
0004:00000214 System.Output
|
1680
|
+
0004:000003E0 System.ErrOutput
|
1681
|
+
0004:000005AC System.ReportMemoryLeaksOnShutdown
|
1682
|
+
0004:000005B0 System..6
|
1683
|
+
0004:000005B4 System.DefaultSystemCodePage
|
1684
|
+
0004:000005B8 System.AllocSize2SmallBlockTypeIndX4
|
1685
|
+
0004:000006FE System.MinimumBlockAlignment
|
1686
|
+
0004:00000700 System.MediumBlockPoolsCircularList
|
1687
|
+
0004:00000710 System.MediumBlocksLocked
|
1688
|
+
0004:00000714 System.LastSequentiallyFedMediumBlock
|
1689
|
+
0004:00000718 System.MediumSequentialFeedBytesLeft
|
1690
|
+
0004:0000071C System.MediumBlockBinGroupBitmap
|
1691
|
+
0004:00000720 System.MediumBlockBinBitmaps
|
1692
|
+
0004:000007A0 System.MediumBlockBins
|
1693
|
+
0004:000027A0 System.LargeBlocksLocked
|
1694
|
+
0004:000027A4 System.LargeBlocksCircularList
|
1695
|
+
0004:000027B4 System.ExpectedMemoryLeaks
|
1696
|
+
0004:000027B8 System.ExpectedMemoryLeaksListLocked
|
1697
|
+
0004:000027BC System.MMSharingWindow
|
1698
|
+
0004:000027C0 System.InitContext
|
1699
|
+
0004:000027EC SysInit.ModuleIsLib
|
1700
|
+
0004:000027ED SysInit.ModuleIsCpp
|
1701
|
+
0004:000027F0 SysInit.HInstance
|
1702
|
+
0004:000027F4 SysInit.tlsBuffer
|
1703
|
+
0004:000027F8 Windows..3
|
1704
|
+
0004:000027FC Windows.HtmlHelpModule
|
1705
|
+
0004:00002800 SysUtils.CurrencyString
|
1706
|
+
0004:00002804 SysUtils.CurrencyFormat
|
1707
|
+
0004:00002805 SysUtils.NegCurrFormat
|
1708
|
+
0004:00002806 SysUtils.ThousandSeparator
|
1709
|
+
0004:00002807 SysUtils.DecimalSeparator
|
1710
|
+
0004:00002808 SysUtils.CurrencyDecimals
|
1711
|
+
0004:00002809 SysUtils.DateSeparator
|
1712
|
+
0004:0000280C SysUtils.ShortDateFormat
|
1713
|
+
0004:00002810 SysUtils.LongDateFormat
|
1714
|
+
0004:00002814 SysUtils.TimeSeparator
|
1715
|
+
0004:00002818 SysUtils.TimeAMString
|
1716
|
+
0004:0000281C SysUtils.TimePMString
|
1717
|
+
0004:00002820 SysUtils.ShortTimeFormat
|
1718
|
+
0004:00002824 SysUtils.LongTimeFormat
|
1719
|
+
0004:00002828 SysUtils.ShortMonthNames
|
1720
|
+
0004:00002858 SysUtils.LongMonthNames
|
1721
|
+
0004:00002888 SysUtils.ShortDayNames
|
1722
|
+
0004:000028A4 SysUtils.LongDayNames
|
1723
|
+
0004:000028C0 SysUtils.SysLocale
|
1724
|
+
0004:000028CE SysUtils.ListSeparator
|
1725
|
+
0004:000028D0 SysUtils.EraNames
|
1726
|
+
0004:000028EC SysUtils.EraYearOffsets
|
1727
|
+
0004:00002908 SysUtils.TrueBoolStrs
|
1728
|
+
0004:0000290C SysUtils.FalseBoolStrs
|
1729
|
+
0004:00002910 SysUtils..35
|
1730
|
+
0004:00002914 SysUtils.OutOfMemory
|
1731
|
+
0004:00002918 SysUtils.InvalidPointer
|
1732
|
+
0004:0000291C SysUtils.CharHash
|
1733
|
+
0004:00002A1C SysUtils.ValidatedUnitHashBuckets
|
1734
|
+
0004:00002E1C SysUtils.UnitHashBuckets
|
1735
|
+
0004:0000321C SysUtils.FLanguages
|
1736
|
+
0004:00003220 VarUtils.VariantChangeTypeEx
|
1737
|
+
0004:00003224 VarUtils.VarNeg
|
1738
|
+
0004:00003228 VarUtils.VarNot
|
1739
|
+
0004:0000322C VarUtils.VarAdd
|
1740
|
+
0004:00003230 VarUtils.VarSub
|
1741
|
+
0004:00003234 VarUtils.VarMul
|
1742
|
+
0004:00003238 VarUtils.VarDiv
|
1743
|
+
0004:0000323C VarUtils.VarIDiv
|
1744
|
+
0004:00003240 VarUtils.VarMod
|
1745
|
+
0004:00003244 VarUtils.VarAnd
|
1746
|
+
0004:00003248 VarUtils.VarOr
|
1747
|
+
0004:0000324C VarUtils.VarXor
|
1748
|
+
0004:00003250 VarUtils.VarCmp
|
1749
|
+
0004:00003254 VarUtils.VarI4FromStr
|
1750
|
+
0004:00003258 VarUtils.VarR4FromStr
|
1751
|
+
0004:0000325C VarUtils.VarR8FromStr
|
1752
|
+
0004:00003260 VarUtils.VarDateFromStr
|
1753
|
+
0004:00003264 VarUtils.VarCyFromStr
|
1754
|
+
0004:00003268 VarUtils.VarBoolFromStr
|
1755
|
+
0004:0000326C VarUtils.VarBstrFromCy
|
1756
|
+
0004:00003270 VarUtils.VarBstrFromDate
|
1757
|
+
0004:00003274 VarUtils.VarBstrFromBool
|
1758
|
+
0004:00003278 VarUtils..5
|
1759
|
+
0004:0000327C Variants.EmptyParam
|
1760
|
+
0004:0000328C Variants.VarDispProc
|
1761
|
+
0004:00003290 Variants.ClearAnyProc
|
1762
|
+
0004:00003294 Variants.ChangeAnyProc
|
1763
|
+
0004:00003298 Variants.RefAnyProc
|
1764
|
+
0004:0000329C Variants..81
|
1765
|
+
0004:000032A0 Variants.LVarTypes
|
1766
|
+
0004:000032A4 Variants.LVarTypeSync
|
1767
|
+
0004:000032BC TypInfo..6
|
1768
|
+
0004:000032C0 Classes.GlobalNameSpace
|
1769
|
+
0004:000032C4 Classes.SyncEvent
|
1770
|
+
0004:000032C8 Classes..95
|
1771
|
+
0004:000032CC Classes.IntConstList
|
1772
|
+
0004:000032D0 Classes.RegGroups
|
1773
|
+
0004:000032D4 Classes.FindGlobalComponentProcs
|
1774
|
+
0004:000032D8 Classes.GlobalFixupList
|
1775
|
+
0004:000032DC Classes.ThreadLock
|
1776
|
+
0004:000032F4 testproject.res
|
1777
|
+
0004:000032F8 testproject.str
|
1778
|
+
0004:000032FC testproject.s
|
1779
|
+
0005:00000000 System.RaiseListPtr
|
1780
|
+
0005:00000004 System.InOutRes
|
1781
|
+
0005:00000008 Classes.GlobalLists
|
1782
|
+
0005:0000000C SysInit.TlsLast
|
1783
|
+
|
1784
|
+
|
1785
|
+
Line numbers for testproject(C:\cygwin\home\ashu\v3_0\lib\rake-delphi\test\resources\testproject\testproject.dpr) segment .itext
|
1786
|
+
|
1787
|
+
30 0002:0000028C 35 0002:000002B5 37 0002:000002CE 38 0002:000002E0
|
1788
|
+
39 0002:000002EE 40 0002:0000030C 41 0002:0000031A 42 0002:00000333
|
1789
|
+
43 0002:00000341 44 0002:00000351 46 0002:00000371 49 0002:00000390
|
1790
|
+
52 0002:000003B1 77 0002:000003C8 78 0002:000003EC
|
1791
|
+
|
1792
|
+
Bound resource files
|
1793
|
+
|
1794
|
+
testproject.res
|
1795
|
+
C:\cygwin\tmp\dtf4D4E.tmp
|
1796
|
+
|
1797
|
+
|
1798
|
+
Program entry point at 0002:0000028C
|