OLD | NEW |
---|---|
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # This .order file defines the order that symbols should be laid out in the | 5 # This .order file defines the order that symbols should be laid out in the |
6 # Mac framework. The framework does not contain many global text symbols, and | 6 # Mac framework. The framework does not contain many global text symbols, and |
7 # in release mode, does not contain any non-global text symbols after being | 7 # in release mode, does not contain any non-global text symbols after being |
8 # stripped. In order to avoid symbolization of stripped binaries from showing | 8 # stripped. In order to avoid symbolization of stripped binaries from showing |
9 # confusing offsets from the few public symbols that are available, an | 9 # confusing offsets from the few public symbols that are available, an |
10 # easily-recognized symbol, _ChromeMain, is placed last among global text | 10 # easily-recognized symbol, _ChromeMain, is placed last among global text |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
313 _Dart_FunctionOwner | 313 _Dart_FunctionOwner |
314 _Dart_GetFunctionNames | 314 _Dart_GetFunctionNames |
315 _Dart_LibraryGetClassNames | 315 _Dart_LibraryGetClassNames |
316 _Dart_LibraryName | 316 _Dart_LibraryName |
317 _Dart_LookupFunction | 317 _Dart_LookupFunction |
318 _Dart_QualifiedTypeName | 318 _Dart_QualifiedTypeName |
319 _Dart_TypeName | 319 _Dart_TypeName |
320 _Dart_CloseNativePort | 320 _Dart_CloseNativePort |
321 _Dart_CompileAll | 321 _Dart_CompileAll |
322 _Dart_CompileToKernel | 322 _Dart_CompileToKernel |
323 _Dart_CompileSourcesToKernel | |
Alan Knight
2017/05/18 16:32:13
If we're trying to maintain alphabetical order, th
aam
2017/05/18 17:42:23
Done.
| |
323 _Dart_NewNativePort | 324 _Dart_NewNativePort |
324 _Dart_PostCObject | 325 _Dart_PostCObject |
325 _Dart_PostInteger | 326 _Dart_PostInteger |
326 __Dart_ReportErrorHandle | 327 __Dart_ReportErrorHandle |
327 _Dart_ShouldPauseOnStart | 328 _Dart_ShouldPauseOnStart |
328 _Dart_SetShouldPauseOnStart | 329 _Dart_SetShouldPauseOnStart |
329 _Dart_IsPausedOnStart | 330 _Dart_IsPausedOnStart |
330 _Dart_SetPausedOnStart | 331 _Dart_SetPausedOnStart |
331 _Dart_ShouldPauseOnExit | 332 _Dart_ShouldPauseOnExit |
332 _Dart_SetShouldPauseOnExit | 333 _Dart_SetShouldPauseOnExit |
333 _Dart_IsPausedOnExit | 334 _Dart_IsPausedOnExit |
334 _Dart_SetPausedOnExit | 335 _Dart_SetPausedOnExit |
335 _Dart_GetMessageNotifyCallback | 336 _Dart_GetMessageNotifyCallback |
336 _Dart_HandleMessages | 337 _Dart_HandleMessages |
337 | 338 |
338 # _ChromeMain must be listed last. That's the whole point of this file. | 339 # _ChromeMain must be listed last. That's the whole point of this file. |
339 _ChromeMain | 340 _ChromeMain |
OLD | NEW |