| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 ___gcov_write_summary | 47 ___gcov_write_summary |
| 48 ___gcov_read_counter | 48 ___gcov_read_counter |
| 49 ___gcov_read_unsigned | 49 ___gcov_read_unsigned |
| 50 ___gcov_read_summary | 50 ___gcov_read_summary |
| 51 ___gcov_close | 51 ___gcov_close |
| 52 ___gcov_open | 52 ___gcov_open |
| 53 ___gcov_flush | 53 ___gcov_flush |
| 54 ___gcov_merge_add | 54 ___gcov_merge_add |
| 55 ___gcov_fork | 55 ___gcov_fork |
| 56 | 56 |
| 57 # Written in asm as a .globl. (Is that necessary?) |
| 58 _NaClSwitch |
| 59 _NaClSyscallSeg |
| 60 |
| 57 # _ChromeMain must be listed last. That's the whole point of this file. | 61 # _ChromeMain must be listed last. That's the whole point of this file. |
| 58 _ChromeMain | 62 _ChromeMain |
| OLD | NEW |