summaryrefslogtreecommitdiffstats
path: root/chrome/app/framework.order
blob: 71cb3d3ede6c0694e0693546715478ba350271e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# This .order file defines the order that symbols should be laid out in the
# Mac framework.  The framework does not contain many global text symbols, and
# in release mode, does not contain any non-global text symbols after being
# stripped.  In order to avoid symbolization of stripped binaries from showing
# confusing offsets from the few public symbols that are available, an
# easily-recognized symbol, _ChromeMain, is placed last among global text
# symbols.
#
# Not all symbols will appear in all build types.  Varying optimizations may
# result in differences between the set of symbols present in debug and
# release modes.  When Breakpad is in use, _catch_exception_raise will be
# present, but it will not appear in non-Breakpad-enabled builds.  It is not
# an error to list symbols in this file that will not be present in each
# output variant.

_NP_GetEntryPoints
_NP_GetMIMEDescription
_NP_GetValue
_NP_Initialize
_NP_Shutdown
__ZN22mac_plugin_interposing21SwitchToPluginProcessEv
__ZN22mac_plugin_interposing17GetActiveDelegateEv
__ZN22mac_plugin_interposing33NotifyBrowserOfPluginSelectWindowEj6CGRectb
__ZN22mac_plugin_interposing31NotifyBrowserOfPluginShowWindowEj6CGRectb
__ZN22mac_plugin_interposing31NotifyBrowserOfPluginHideWindowEj6CGRect
__ZN22mac_plugin_interposing28NotifyPluginOfSetThemeCursorEPvm
__ZN22mac_plugin_interposing23NotifyPluginOfSetCursorEPvPK6Cursor
__ZN22mac_plugin_interposing23GetPluginWindowHasFocusEPv
__ZN25CarbonPluginWindowTrackerC1Ev
__ZN25CarbonPluginWindowTrackerC2Ev
__ZN25CarbonPluginWindowTracker14SharedInstanceEv
__ZN25CarbonPluginWindowTracker28CreateDummyWindowForDelegateEPv
__ZNK25CarbonPluginWindowTracker25GetDelegateForDummyWindowEP15OpaqueWindowPtr
__ZNK25CarbonPluginWindowTracker25GetDummyWindowForDelegateEPv
__ZN25CarbonPluginWindowTracker29DestroyDummyWindowForDelegateEPvP15OpaqueWindowPtr
__ZN7WebCore22narrowPrecisionToFloatIdEEfT_
__ZN7WebCore24narrowPrecisionToCGFloatIdEEfT_
__ZnwmPv
__ZdlPvS_
_catch_exception_raise

# List the gcov symbols so the code coverage bot doesn't trip up in
# the verify_order post build step.
___gcov_init
___gcov_seek
___gcov_write_tag_length
___gcov_write_counter
___gcov_write_unsigned
___gcov_write_summary
___gcov_read_counter
___gcov_read_unsigned
___gcov_read_summary
___gcov_close
___gcov_open
___gcov_flush
___gcov_merge_add
___gcov_fork

# Written in asm as a .globl.  (Is that necessary?)
_NaClSwitch
_NaClSyscallSeg

# Entry point from the app mode loader.
_ChromeAppModeStart

# _ChromeMain must be listed last.  That's the whole point of this file.
_ChromeMain