Chromium Code Reviews| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 57 ___gcov_close | 57 ___gcov_close |
| 58 ___gcov_open | 58 ___gcov_open |
| 59 ___gcov_flush | 59 ___gcov_flush |
| 60 ___gcov_merge_add | 60 ___gcov_merge_add |
| 61 ___gcov_fork | 61 ___gcov_fork |
| 62 | 62 |
| 63 # Written in asm as a .globl. (Is that necessary?) | 63 # Written in asm as a .globl. (Is that necessary?) |
| 64 _NaClSwitch | 64 _NaClSwitch |
| 65 _NaClSyscallSeg | 65 _NaClSyscallSeg |
| 66 | 66 |
| 67 # ASM functions in libjpeg-turbo. | |
|
Mark Mentovai
2011/01/31 17:09:56
Nope. These shouldn’t be exported at all. Take a l
| |
| 68 _jpeg_simd_cpu_support | |
| 69 _jsimd_rgb_ycc_convert_mmx | |
| 70 _jsimd_extrgb_ycc_convert_mmx | |
| 71 _jsimd_extrgbx_ycc_convert_mmx | |
| 72 _jsimd_extbgr_ycc_convert_mmx | |
| 73 _jsimd_extbgrx_ycc_convert_mmx | |
| 74 _jsimd_extxbgr_ycc_convert_mmx | |
| 75 _jsimd_extxrgb_ycc_convert_mmx | |
| 76 _jsimd_ycc_rgb_convert_mmx | |
| 77 _jsimd_ycc_extrgb_convert_mmx | |
| 78 _jsimd_ycc_extrgbx_convert_mmx | |
| 79 _jsimd_ycc_extbgr_convert_mmx | |
| 80 _jsimd_ycc_extbgrx_convert_mmx | |
| 81 _jsimd_ycc_extxbgr_convert_mmx | |
| 82 _jsimd_ycc_extxrgb_convert_mmx | |
| 83 _jsimd_h2v1_downsample_mmx | |
| 84 _jsimd_h2v2_downsample_mmx | |
| 85 _jsimd_h2v1_fancy_upsample_mmx | |
| 86 _jsimd_h2v2_fancy_upsample_mmx | |
| 87 _jsimd_h2v1_upsample_mmx | |
| 88 _jsimd_h2v2_upsample_mmx | |
| 89 _jsimd_h2v1_merged_upsample_mmx | |
| 90 _jsimd_h2v2_merged_upsample_mmx | |
| 91 _jsimd_h2v1_extrgb_merged_upsample_mmx | |
| 92 _jsimd_h2v2_extrgb_merged_upsample_mmx | |
| 93 _jsimd_h2v1_extrgbx_merged_upsample_mmx | |
| 94 _jsimd_h2v2_extrgbx_merged_upsample_mmx | |
| 95 _jsimd_h2v1_extbgr_merged_upsample_mmx | |
| 96 _jsimd_h2v2_extbgr_merged_upsample_mmx | |
| 97 _jsimd_h2v1_extbgrx_merged_upsample_mmx | |
| 98 _jsimd_h2v2_extbgrx_merged_upsample_mmx | |
| 99 _jsimd_h2v1_extxbgr_merged_upsample_mmx | |
| 100 _jsimd_h2v2_extxbgr_merged_upsample_mmx | |
| 101 _jsimd_h2v1_extxrgb_merged_upsample_mmx | |
| 102 _jsimd_h2v2_extxrgb_merged_upsample_mmx | |
| 103 _jsimd_convsamp_mmx | |
| 104 _jsimd_quantize_mmx | |
| 105 _jsimd_fdct_ifast_mmx | |
| 106 _jsimd_fdct_islow_mmx | |
| 107 _jsimd_idct_4x4_mmx | |
| 108 _jsimd_idct_2x2_mmx | |
| 109 _jsimd_idct_islow_mmx | |
| 110 _jsimd_idct_ifast_mmx | |
| 111 _jsimd_convsamp_float_3dnow | |
| 112 _jsimd_quantize_float_3dnow | |
| 113 _jsimd_fdct_float_3dnow | |
| 114 _jsimd_idct_float_3dnow | |
| 115 _jsimd_convsamp_float_sse | |
| 116 _jsimd_quantize_float_sse | |
| 117 _jsimd_fdct_float_sse | |
| 118 _jsimd_idct_float_sse | |
| 119 _jsimd_rgb_ycc_convert_sse2 | |
| 120 _jsimd_extrgb_ycc_convert_sse2 | |
| 121 _jsimd_extrgbx_ycc_convert_sse2 | |
| 122 _jsimd_extbgr_ycc_convert_sse2 | |
| 123 _jsimd_extbgrx_ycc_convert_sse2 | |
| 124 _jsimd_extxbgr_ycc_convert_sse2 | |
| 125 _jsimd_extxrgb_ycc_convert_sse2 | |
| 126 _jsimd_ycc_rgb_convert_sse2 | |
| 127 _jsimd_ycc_extrgb_convert_sse2 | |
| 128 _jsimd_ycc_extrgbx_convert_sse2 | |
| 129 _jsimd_ycc_extbgr_convert_sse2 | |
| 130 _jsimd_ycc_extbgrx_convert_sse2 | |
| 131 _jsimd_ycc_extxbgr_convert_sse2 | |
| 132 _jsimd_ycc_extxrgb_convert_sse2 | |
| 133 _jsimd_h2v1_downsample_sse2 | |
| 134 _jsimd_h2v2_downsample_sse2 | |
| 135 _jsimd_h2v1_fancy_upsample_sse2 | |
| 136 _jsimd_h2v2_fancy_upsample_sse2 | |
| 137 _jsimd_h2v1_upsample_sse2 | |
| 138 _jsimd_h2v2_upsample_sse2 | |
| 139 _jsimd_h2v1_merged_upsample_sse2 | |
| 140 _jsimd_h2v2_merged_upsample_sse2 | |
| 141 _jsimd_h2v1_extrgb_merged_upsample_sse2 | |
| 142 _jsimd_h2v2_extrgb_merged_upsample_sse2 | |
| 143 _jsimd_h2v1_extrgbx_merged_upsample_sse2 | |
| 144 _jsimd_h2v2_extrgbx_merged_upsample_sse2 | |
| 145 _jsimd_h2v1_extbgr_merged_upsample_sse2 | |
| 146 _jsimd_h2v2_extbgr_merged_upsample_sse2 | |
| 147 _jsimd_h2v1_extbgrx_merged_upsample_sse2 | |
| 148 _jsimd_h2v2_extbgrx_merged_upsample_sse2 | |
| 149 _jsimd_h2v1_extxbgr_merged_upsample_sse2 | |
| 150 _jsimd_h2v2_extxbgr_merged_upsample_sse2 | |
| 151 _jsimd_h2v1_extxrgb_merged_upsample_sse2 | |
| 152 _jsimd_h2v2_extxrgb_merged_upsample_sse2 | |
| 153 _jsimd_convsamp_sse2 | |
| 154 _jsimd_quantize_sse2 | |
| 155 _jsimd_fdct_ifast_sse2 | |
| 156 _jsimd_fdct_islow_sse2 | |
| 157 _jsimd_idct_4x4_sse2 | |
| 158 _jsimd_idct_2x2_sse2 | |
| 159 _jsimd_idct_islow_sse2 | |
| 160 _jsimd_idct_ifast_sse2 | |
| 161 _jsimd_convsamp_float_sse2 | |
| 162 _jsimd_quantize_float_sse2 | |
| 163 _jsimd_idct_float_sse2 | |
| 164 | |
| 67 # Entry point from the app mode loader. | 165 # Entry point from the app mode loader. |
| 68 _ChromeAppModeStart | 166 _ChromeAppModeStart |
| 69 | 167 |
| 70 # _ChromeMain must be listed last. That's the whole point of this file. | 168 # _ChromeMain must be listed last. That's the whole point of this file. |
| 71 _ChromeMain | 169 _ChromeMain |
| OLD | NEW |