xref: /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/gnu.ver (revision 04febcfb30580676d3e95f58a16c5137ee478b32)
1*e4b17023SJohn Marino## Linker script for GNU versioning (GNU ld 2.13.91+ only.)
2*e4b17023SJohn Marino##
3*e4b17023SJohn Marino## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4*e4b17023SJohn Marino## 2011, 2012 Free Software Foundation, Inc.
5*e4b17023SJohn Marino##
6*e4b17023SJohn Marino## This file is part of the GNU ISO C++ Library.  This library is free
7*e4b17023SJohn Marino## software; you can redistribute it and/or modify it under the
8*e4b17023SJohn Marino## terms of the GNU General Public License as published by the
9*e4b17023SJohn Marino## Free Software Foundation; either version 3, or (at your option)
10*e4b17023SJohn Marino## any later version.
11*e4b17023SJohn Marino##
12*e4b17023SJohn Marino## This library is distributed in the hope that it will be useful,
13*e4b17023SJohn Marino## but WITHOUT ANY WARRANTY; without even the implied warranty of
14*e4b17023SJohn Marino## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15*e4b17023SJohn Marino## GNU General Public License for more details.
16*e4b17023SJohn Marino##
17*e4b17023SJohn Marino## You should have received a copy of the GNU General Public License along
18*e4b17023SJohn Marino## with this library; see the file COPYING3.  If not see
19*e4b17023SJohn Marino## <http://www.gnu.org/licenses/>.
20*e4b17023SJohn Marino
21*e4b17023SJohn MarinoGLIBCXX_3.4 {
22*e4b17023SJohn Marino
23*e4b17023SJohn Marino  global:
24*e4b17023SJohn Marino
25*e4b17023SJohn Marino    # Names inside the 'extern' block are demangled names.
26*e4b17023SJohn Marino    extern "C++"
27*e4b17023SJohn Marino    {
28*e4b17023SJohn Marino      std::[A-Z]*;
29*e4b17023SJohn Marino      std::a[a-c]*;
30*e4b17023SJohn Marino      std::ad[a-n]*;
31*e4b17023SJohn Marino      std::ad[p-z]*;
32*e4b17023SJohn Marino      std::a[e-z]*;
33*e4b17023SJohn Marino#     std::ba[a-r]*;
34*e4b17023SJohn Marino      std::basic_[a-e]*;
35*e4b17023SJohn Marino      std::basic_f[a-h]*;
36*e4b17023SJohn Marino#     std::basic_filebuf;
37*e4b17023SJohn Marino      std::basic_f[j-r]*;
38*e4b17023SJohn Marino#     std::basic_fstream;
39*e4b17023SJohn Marino      std::basic_f[t-z]*;
40*e4b17023SJohn Marino      std::basic_[g-h]*;
41*e4b17023SJohn Marino      std::basic_i[a-e]*;
42*e4b17023SJohn Marino#     std::basic_ifstream;
43*e4b17023SJohn Marino      std::basic_i[g-r]*;
44*e4b17023SJohn Marino      std::basic_istr[a-d]*;
45*e4b17023SJohn Marino#     std::basic_istream;
46*e4b17023SJohn Marino      std::basic_istr[f-z]*;
47*e4b17023SJohn Marino      std::basic_i[t-z]*;
48*e4b17023SJohn Marino      std::basic_[j-n]*;
49*e4b17023SJohn Marino      std::basic_o[a-e]*;
50*e4b17023SJohn Marino#     std::basic_ofstream;
51*e4b17023SJohn Marino#     std::basic_o[g-z]*;
52*e4b17023SJohn Marino      std::basic_o[g-r]*;
53*e4b17023SJohn Marino      std::basic_ostr[a-d]*;
54*e4b17023SJohn Marino      std::basic_ostr[f-z]*;
55*e4b17023SJohn Marino      std::basic_[p-r]*;
56*e4b17023SJohn Marino#     std::basic_streambuf
57*e4b17023SJohn Marino#     std::basic_string
58*e4b17023SJohn Marino#     std::basic_stringbuf
59*e4b17023SJohn Marino      std::basic_stringstream*;
60*e4b17023SJohn Marino      std::basic_[t-z]*;
61*e4b17023SJohn Marino      std::ba[t-z]*;
62*e4b17023SJohn Marino      std::b[b-z]*;
63*e4b17023SJohn Marino      std::c[a-g]*;
64*e4b17023SJohn Marino#     std::char_traits;
65*e4b17023SJohn Marino#     std::c[i-z]*;
66*e4b17023SJohn Marino      std::c[i-n]*;
67*e4b17023SJohn Marino#     std::condition_variable;
68*e4b17023SJohn Marino      std::co[^n]*;
69*e4b17023SJohn Marino      std::c[p-s]*;
70*e4b17023SJohn Marino      std::cu[^r]*;
71*e4b17023SJohn Marino#     std::current_exception
72*e4b17023SJohn Marino      std::c[v-z]*;
73*e4b17023SJohn Marino#     std::[d-g]*;
74*e4b17023SJohn Marino      std::d[a-d]*;
75*e4b17023SJohn Marino      std::d[f-n]*;
76*e4b17023SJohn Marino      std::domain_error::d*;
77*e4b17023SJohn Marino#     std::domain_error::~d*;
78*e4b17023SJohn Marino      std::d[p-z]*;
79*e4b17023SJohn Marino      std::e[a-q]*;
80*e4b17023SJohn Marino      std::error[^_]*;
81*e4b17023SJohn Marino      std::e[s-z]*;
82*e4b17023SJohn Marino      std::gslice*;
83*e4b17023SJohn Marino      std::h[^a]*;
84*e4b17023SJohn Marino      std::i[a-m]*;
85*e4b17023SJohn Marino      std::invalid_argument::i*;
86*e4b17023SJohn Marino#     std::invalid_argument::~i*;
87*e4b17023SJohn Marino#     std::ios_base::[A-Ha-z]*;
88*e4b17023SJohn Marino      std::ios_base::[A-Ha-f]*;
89*e4b17023SJohn Marino      std::ios_base::goodbit;
90*e4b17023SJohn Marino      std::ios_base::[h-z]*;
91*e4b17023SJohn Marino      std::ios_base::_M_grow_words*;
92*e4b17023SJohn Marino      std::ios_base::_M_init*;
93*e4b17023SJohn Marino      std::ios_base::Init::[A-Za-z]*;
94*e4b17023SJohn Marino#     std::ios_base::[J-Za-z]*;
95*e4b17023SJohn Marino      std::i[p-r]*;
96*e4b17023SJohn Marino#     std::istream
97*e4b17023SJohn Marino#     std::istreambuf_iterator
98*e4b17023SJohn Marino      std::istringstream*;
99*e4b17023SJohn Marino      std::istrstream*;
100*e4b17023SJohn Marino      std::i[t-z]*;
101*e4b17023SJohn Marino      std::[A-Zj-k]*;
102*e4b17023SJohn Marino      std::length_error::l*;
103*e4b17023SJohn Marino#     std::length_error::~l*;
104*e4b17023SJohn Marino      std::logic_error*;
105*e4b17023SJohn Marino      std::locale::[A-Za-e]*;
106*e4b17023SJohn Marino      std::locale::facet::[A-Za-z]*;
107*e4b17023SJohn Marino      std::locale::facet::_S_get_c_locale*;
108*e4b17023SJohn Marino      std::locale::facet::_S_clone_c_locale*;
109*e4b17023SJohn Marino      std::locale::facet::_S_create_c_locale*;
110*e4b17023SJohn Marino      std::locale::facet::_S_destroy_c_locale*;
111*e4b17023SJohn Marino      std::locale::[A-Zg-h]*;
112*e4b17023SJohn Marino      std::locale::id::[A-Za-z]*;
113*e4b17023SJohn Marino      std::locale::id::_M_id*;
114*e4b17023SJohn Marino      std::locale::[A-Zj-z]*;
115*e4b17023SJohn Marino      std::locale::_[A-Ha-z]*;
116*e4b17023SJohn Marino      std::locale::_Impl::[A-Za-z]*;
117*e4b17023SJohn Marino#     std::locale::_Impl::_M_[A-Za-z]*;
118*e4b17023SJohn Marino      std::locale::_[J-Ra-z]*;
119*e4b17023SJohn Marino      std::locale::_S_normalize_category*;
120*e4b17023SJohn Marino      std::locale::_[T-Za-z]*;
121*e4b17023SJohn Marino#     std::[A-Zm-r]*;
122*e4b17023SJohn Marino#     std::[A-Zm]*;
123*e4b17023SJohn Marino      std::[A-Z]*;
124*e4b17023SJohn Marino      std::messages*;
125*e4b17023SJohn Marino      std::money*;
126*e4b17023SJohn Marino#     std::n[^u]*;
127*e4b17023SJohn Marino      std::n[^aue]*;
128*e4b17023SJohn Marino      std::nu[^m]*;
129*e4b17023SJohn Marino      std::num[^e]*;
130*e4b17023SJohn Marino      std::ostrstream*;
131*e4b17023SJohn Marino      std::out_of_range::o*;
132*e4b17023SJohn Marino#     std::out_of_range::~o*;
133*e4b17023SJohn Marino      std::overflow_error::o*;
134*e4b17023SJohn Marino#     std::overflow_error::~o*;
135*e4b17023SJohn Marino#     std::[p-q]*;
136*e4b17023SJohn Marino      std::r[^ae]*;
137*e4b17023SJohn Marino      std::range_error::r*;
138*e4b17023SJohn Marino#     std::range_error::~r*;
139*e4b17023SJohn Marino#     std::re[^t]*;
140*e4b17023SJohn Marino#     std::rethrow_exception
141*e4b17023SJohn Marino      std::set_new_handler*;
142*e4b17023SJohn Marino      std::set_terminate*;
143*e4b17023SJohn Marino      std::set_unexpected*;
144*e4b17023SJohn Marino#     std::string
145*e4b17023SJohn Marino      std::strstream*;
146*e4b17023SJohn Marino      std::strstreambuf*;
147*e4b17023SJohn Marino#     std::t[a-q]*;
148*e4b17023SJohn Marino      std::t[a-g]*;
149*e4b17023SJohn Marino      std::th[a-h]*;
150*e4b17023SJohn Marino      std::th[j-q]*;
151*e4b17023SJohn Marino      std::th[s-z]*;
152*e4b17023SJohn Marino#     std::t[i-n]*;
153*e4b17023SJohn Marino      std::tr1::h[^a]*;
154*e4b17023SJohn Marino      std::t[s-z]*;
155*e4b17023SJohn Marino#     std::[A-Zu-z]*;
156*e4b17023SJohn Marino      std::underflow_error::u*;
157*e4b17023SJohn Marino#     std::underflow_error::~u*;
158*e4b17023SJohn Marino      std::uncaught_exception*;
159*e4b17023SJohn Marino      std::unexpected*;
160*e4b17023SJohn Marino      std::[A-Zv-z]*;
161*e4b17023SJohn Marino      std::_List_node_base::hook*;
162*e4b17023SJohn Marino      std::_List_node_base::swap*;
163*e4b17023SJohn Marino      std::_List_node_base::unhook*;
164*e4b17023SJohn Marino      std::_List_node_base::reverse*;
165*e4b17023SJohn Marino      std::_List_node_base::transfer*;
166*e4b17023SJohn Marino      std::__timepunct*;
167*e4b17023SJohn Marino#     std::__numeric_limits_base*;
168*e4b17023SJohn Marino      std::__num_base::_S_format_float*;
169*e4b17023SJohn Marino      std::__num_base::_S_format_int*;
170*e4b17023SJohn Marino      std::__num_base::_S_atoms_in;
171*e4b17023SJohn Marino      std::__num_base::_S_atoms_out;
172*e4b17023SJohn Marino      std::__moneypunct_cache*;
173*e4b17023SJohn Marino      std::__numpunct_cache*;
174*e4b17023SJohn Marino      std::__timepunct_cache*
175*e4b17023SJohn Marino#     __gnu_debug::_Error_formatter*
176*e4b17023SJohn Marino    };
177*e4b17023SJohn Marino
178*e4b17023SJohn Marino    # Names not in an 'extern' block are mangled names.  Character classes
179*e4b17023SJohn Marino    # are used in many of the regex patterns to compensate for minor differences
180*e4b17023SJohn Marino    # among the standard integer types and sizes on different platforms and
181*e4b17023SJohn Marino    # under different modes of 64-bit architecture (ILP64, LLP64, etc.)
182*e4b17023SJohn Marino
183*e4b17023SJohn Marino    # std::string
184*e4b17023SJohn Marino    # 'y' here and below represents 'unsigned long long'
185*e4b17023SJohn Marino    # where it is used for size_type on LLP64 platforms.
186*e4b17023SJohn Marino    _ZNSsC[12][EI][PRjmvyN]*;
187*e4b17023SJohn Marino    _ZNSsD*;
188*e4b17023SJohn Marino    _ZNSs[0-58-9]a*;
189*e4b17023SJohn Marino    _ZNSs5beginEv;
190*e4b17023SJohn Marino    _ZNSs[0-58-9][c-e]*;
191*e4b17023SJohn Marino    _ZNSs[0-59][g-z]*;
192*e4b17023SJohn Marino#   _ZNSs[67][a-z]*E[PRcjmvy]*;
193*e4b17023SJohn Marino    _ZNSs6appendE[PRcjmvy]*;
194*e4b17023SJohn Marino    _ZNSs6assignE[PRcjmvy]*;
195*e4b17023SJohn Marino    _ZNSs6insertE[PRcjmvy]*;
196*e4b17023SJohn Marino    _ZNSs6insertEN9__gnu_cxx17__normal_iteratorIPcSsEE[PRcjmvy]*;
197*e4b17023SJohn Marino    _ZNSs[67][j-z]*E[PRcjmvy]*;
198*e4b17023SJohn Marino    _ZNSs7[a-z]*EES2_[NPRjmy]*;
199*e4b17023SJohn Marino    _ZNSs7[a-z]*EES2_S[12]*;
200*e4b17023SJohn Marino    _ZNSs12_Alloc_hiderC*;
201*e4b17023SJohn Marino    _ZNSs12_M_leak_hardEv;
202*e4b17023SJohn Marino    _ZNSs12_S_constructE[jmy]cRKSaIcE;
203*e4b17023SJohn Marino    _ZNSs12_S_empty_repEv;
204*e4b17023SJohn Marino    _ZNSs13_S_copy_chars*;
205*e4b17023SJohn Marino    _ZNSs[0-9][0-9]_M_replace*;
206*e4b17023SJohn Marino    _ZNSs4_Rep10_M_destroy*;
207*e4b17023SJohn Marino    _ZNSs4_Rep10_M_dispose*;
208*e4b17023SJohn Marino    _ZNSs4_Rep10_M_refcopyEv;
209*e4b17023SJohn Marino    _ZNSs4_Rep10_M_refdataEv;
210*e4b17023SJohn Marino    _ZNSs4_Rep12_S_empty_repEv;
211*e4b17023SJohn Marino    _ZNSs4_Rep13_M_set_leakedEv;
212*e4b17023SJohn Marino    _ZNSs4_Rep15_M_set_sharableEv;
213*e4b17023SJohn Marino    _ZNSs4_Rep7_M_grab*;
214*e4b17023SJohn Marino    _ZNSs4_Rep8_M_clone*;
215*e4b17023SJohn Marino    _ZNSs4_Rep9_S_createE[jmy][jmy]*;
216*e4b17023SJohn Marino    _ZNSs7_M_dataEPc;
217*e4b17023SJohn Marino    _ZNSs7_M_leakEv;
218*e4b17023SJohn Marino    _ZNSs9_M_mutateE[jmy][jmy][jmy];
219*e4b17023SJohn Marino    _ZNSs4_Rep20_S_empty_rep_storageE;
220*e4b17023SJohn Marino    _ZNSs4_Rep11_S_max_sizeE;
221*e4b17023SJohn Marino    _ZNSs4_Rep11_S_terminalE;
222*e4b17023SJohn Marino    _ZNSsaSE[PRc]*;
223*e4b17023SJohn Marino    _ZNSsixE*;
224*e4b17023SJohn Marino    _ZNSspLE[PRc]*;
225*e4b17023SJohn Marino    _ZNKSs[0-3][a-b]*;
226*e4b17023SJohn Marino    _ZNKSs[5-9][a-b]*;
227*e4b17023SJohn Marino    _ZNKSs[0-9][d-e]*;
228*e4b17023SJohn Marino    _ZNKSs[0-9][g-z]*;
229*e4b17023SJohn Marino    _ZNKSs[0-9][0-9][a-z]*;
230*e4b17023SJohn Marino    _ZNKSs4find*;
231*e4b17023SJohn Marino    _ZNKSs[a-z]*;
232*e4b17023SJohn Marino    _ZNKSs4_Rep12_M_is_leakedEv;
233*e4b17023SJohn Marino    _ZNKSs4_Rep12_M_is_sharedEv;
234*e4b17023SJohn Marino    _ZNKSs6_M_repEv;
235*e4b17023SJohn Marino    _ZNKSs7_M_dataEv;
236*e4b17023SJohn Marino    _ZNKSs7_M_iendEv;
237*e4b17023SJohn Marino    _ZNKSs8_M_check*;
238*e4b17023SJohn Marino    _ZNKSs8_M_limit*;
239*e4b17023SJohn Marino    _ZNKSs9_M_ibeginEv;
240*e4b17023SJohn Marino    _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_E*;
241*e4b17023SJohn Marino    _ZNKSs7compare*;
242*e4b17023SJohn Marino    _ZNKSs5c_strEv;
243*e4b17023SJohn Marino    _ZNKSs8capacityEv;
244*e4b17023SJohn Marino    _ZNKSs4copyEPc[jmy][jmy];
245*e4b17023SJohn Marino
246*e4b17023SJohn Marino    # std::wstring
247*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEC[12][EI][PRjmvyN]*;
248*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEED*;
249*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE[0-58-9]a*;
250*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE5beginEv;
251*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE[0-58-9][c-e]*;
252*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE[0-59][g-z]*;
253*e4b17023SJohn Marino#   _ZNSbIwSt11char_traitsIwESaIwEE[67][a-b]*E[PRwjmvy]*;
254*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE6appendE[PRwjmvy]*;
255*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE6assignE[PRwjmvy]*;
256*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE6insertE[PRwjmvy]*;
257*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE6insertEN9__gnu_cxx17__normal_iteratorIPwS2_EE[PRwjmvy]*;
258*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE[67][j-z]*E[PRwjmvy]*;
259*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE7[a-z]*EES6_[NPRjmy]*;
260*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE7[a-z]*EES6_S[56]*;
261*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE12_Alloc_hiderC*;
262*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE12_M_leak_hardEv;
263*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE12_S_constructE[jmy]wRKS1_;
264*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE12_S_empty_repEv;
265*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE13_S_copy_chars*;
266*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE[0-9][0-9]_M_replace*;
267*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_destroy*;
268*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_dispose*;
269*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_refcopyEv;
270*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_refdataEv;
271*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep12_S_empty_repEv;
272*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep13_M_set_leakedEv;
273*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep15_M_set_sharableEv;
274*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep7_M_grab*;
275*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep8_M_clone*;
276*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep9_S_createE[jmy][jmy]*;
277*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE7_M_dataEPw;
278*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE7_M_leakEv;
279*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE9_M_mutateE[jmy][jmy][jmy];
280*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep20_S_empty_rep_storageE;
281*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep11_S_max_sizeE;
282*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep11_S_terminalE;
283*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEaSE[PRw]*;
284*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEixE*;
285*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEpLE[PRw]*;
286*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE[0-3][a-b]*;
287*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE[5-9][a-b]*;
288*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE[0-9][d-e]*;
289*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE[0-9][g-z]*;
290*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE[0-9][0-9][a-z]*;
291*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE[a-z]*;
292*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE4find*;
293*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE4_Rep12_M_is_leakedEv;
294*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE4_Rep12_M_is_sharedEv;
295*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE6_M_repEv;
296*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE7_M_dataEv;
297*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE7_M_iendEv;
298*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE8_M_check*;
299*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE8_M_limit*;
300*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE9_M_ibeginEv;
301*e4b17023SJohn Marino    _ZStplIwSt11char_traitsIwESaIwEESbIT_T0_T1_E*;
302*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE7compare*;
303*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE5c_strEv;
304*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE8capacityEv;
305*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE4copyEPw[jmy][jmy];
306*e4b17023SJohn Marino
307*e4b17023SJohn Marino    # std::basic_streambuf
308*e4b17023SJohn Marino    _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[CD]*;
309*e4b17023SJohn Marino    _ZNKSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9]*;
310*e4b17023SJohn Marino    _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9][a-z][^t]*;
311*e4b17023SJohn Marino    _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9][0-9][a-z][^t]*;
312*e4b17023SJohn Marino    _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EEaSERKS2_;
313*e4b17023SJohn Marino
314*e4b17023SJohn Marino    # std::basic_stringbuf
315*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EEC*;
316*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EED[^2]*;
317*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][a-r]*;
318*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]seek*;
319*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]set*;
320*e4b17023SJohn Marino    _ZNKSt15basic_stringbufIcSt11char_traitsIcESaIcEE3strEv;
321*e4b17023SJohn Marino    _ZNKSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strEv;
322*e4b17023SJohn Marino    _ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE3strERKSs;
323*e4b17023SJohn Marino    _ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E;
324*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][t-z]*;
325*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]_M_[a-o]*;
326*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]_M_[q-z]*;
327*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][0-9]_M_[a-z]*;
328*e4b17023SJohn Marino
329*e4b17023SJohn Marino    # std::basic_iostream constructors, destructors
330*e4b17023SJohn Marino    _ZNSdC*;
331*e4b17023SJohn Marino    _ZNSdD*;
332*e4b17023SJohn Marino
333*e4b17023SJohn Marino    # std::basic_filebuf
334*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EEC*;
335*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EED*;
336*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE0*;
337*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE13*;
338*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE15*;
339*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE16*;
340*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE19*;
341*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE2*;
342*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE3*;
343*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE4openEPKc*;
344*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE4sync*;
345*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE[5-9]*;
346*e4b17023SJohn Marino    _ZNKSt13basic_filebufI[cw]St11char_traitsI[cw]EE7is_openEv;
347*e4b17023SJohn Marino
348*e4b17023SJohn Marino    # std::basic_fstream
349*e4b17023SJohn Marino    _ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EEC[12]Ev;
350*e4b17023SJohn Marino    _ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EEC[12]EPKc*;
351*e4b17023SJohn Marino    _ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EED*;
352*e4b17023SJohn Marino    _ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EE5closeEv;
353*e4b17023SJohn Marino    _ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
354*e4b17023SJohn Marino    _ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EE4openEPKc*;
355*e4b17023SJohn Marino    _ZNKSt13basic_fstreamI[cw]St11char_traitsI[cw]EE5rdbufEv;
356*e4b17023SJohn Marino
357*e4b17023SJohn Marino    # std::basic_ifstream
358*e4b17023SJohn Marino    _ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EEC[12]Ev;
359*e4b17023SJohn Marino    _ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EEC[12]EPKc*;
360*e4b17023SJohn Marino    _ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EED*;
361*e4b17023SJohn Marino    _ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE5closeEv;
362*e4b17023SJohn Marino    _ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
363*e4b17023SJohn Marino    _ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE4openEPKc*;
364*e4b17023SJohn Marino    _ZNKSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE5rdbufEv;
365*e4b17023SJohn Marino
366*e4b17023SJohn Marino    # std::basic_ofstream
367*e4b17023SJohn Marino    _ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EEC[12]Ev;
368*e4b17023SJohn Marino    _ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EEC[12]EPKc*;
369*e4b17023SJohn Marino    _ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EED*;
370*e4b17023SJohn Marino    _ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE5closeEv;
371*e4b17023SJohn Marino    _ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
372*e4b17023SJohn Marino    _ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE4openEPKc*;
373*e4b17023SJohn Marino    _ZNKSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE5rdbufEv;
374*e4b17023SJohn Marino
375*e4b17023SJohn Marino    # std::basic_istream<char>
376*e4b17023SJohn Marino    _ZNSiC*;
377*e4b17023SJohn Marino    _ZNSiD*;
378*e4b17023SJohn Marino    _ZNKSi[0-9][a-z]*;
379*e4b17023SJohn Marino    _ZNSi[0-9][a-h]*;
380*e4b17023SJohn Marino    _ZNSi[0-9][j-z]*;
381*e4b17023SJohn Marino    # 'x' here and below matches 'long long' where it
382*e4b17023SJohn Marino    # is used for signed sizetypes on LLP64 platforms.
383*e4b17023SJohn Marino    _ZNSi6ignoreE[ilx][ilx];
384*e4b17023SJohn Marino    _ZNSirsE*[^g];
385*e4b17023SJohn Marino
386*e4b17023SJohn Marino    # std::basic_istream<wchar_t>
387*e4b17023SJohn Marino    _ZNSt13basic_istreamIwSt11char_traitsIwEEC*;
388*e4b17023SJohn Marino    _ZNSt13basic_istreamIwSt11char_traitsIwEED*;
389*e4b17023SJohn Marino    _ZNKSt13basic_istreamIwSt11char_traitsIwEE[0-9][a-z]*;
390*e4b17023SJohn Marino    _ZNSt13basic_istreamIwSt11char_traitsIwEE[0-9][a-h]*;
391*e4b17023SJohn Marino    _ZNSt13basic_istreamIwSt11char_traitsIwEE[0-9][j-z]*;
392*e4b17023SJohn Marino    _ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[ilx][ijlmx];
393*e4b17023SJohn Marino    _ZNSt13basic_istreamIwSt11char_traitsIwEErsE*[^g];
394*e4b17023SJohn Marino
395*e4b17023SJohn Marino    # std::istream operators and extractors
396*e4b17023SJohn Marino    _ZSt7getlineI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_istream*;
397*e4b17023SJohn Marino    _ZSt2wsI[cw]St11char_traitsI[cw]EE*;
398*e4b17023SJohn Marino    _ZStrsI[cw]St11char_traitsI[cw]EERSt13basic_istream*;
399*e4b17023SJohn Marino    _ZStrsI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_istream*;
400*e4b17023SJohn Marino    _ZStrsISt11char_traitsI[cw]EERSt13basic_istream*;
401*e4b17023SJohn Marino    _ZStrsId[cw]St11char_traitsI[cw]EERSt13basic_istream*;
402*e4b17023SJohn Marino    _ZStrsIe[cw]St11char_traitsI[cw]EERSt13basic_istream*;
403*e4b17023SJohn Marino    _ZStrsIf[cw]St11char_traitsI[cw]EERSt13basic_istream*;
404*e4b17023SJohn Marino
405*e4b17023SJohn Marino    # std::basic_ostream<char>
406*e4b17023SJohn Marino    _ZNSoC*;
407*e4b17023SJohn Marino    _ZNSoD*;
408*e4b17023SJohn Marino    _ZNKSo6sentrycvbEv;
409*e4b17023SJohn Marino    _ZNSo8_M_writeEPKc[ilx];
410*e4b17023SJohn Marino    _ZNSo[0-9][a-z]*;
411*e4b17023SJohn Marino    _ZNSolsE*[^g];
412*e4b17023SJohn Marino
413*e4b17023SJohn Marino    # std::basic_ostream<wchar_t>
414*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEEC*;
415*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEED*;
416*e4b17023SJohn Marino    _ZNKSt13basic_ostreamIwSt11char_traitsIwEE[0-9][a-z]*;
417*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEE3putEw;
418*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEE5flushEv;
419*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEE5seekpE*;
420*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEE5tellpEv;
421*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEE5writeEPKw*;
422*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentry*;
423*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEE8_M_writeEPKw[ilx];
424*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEElsE*[^g];
425*e4b17023SJohn Marino
426*e4b17023SJohn Marino    # std::ostream operators and inserters
427*e4b17023SJohn Marino    _ZSt4end[ls]I[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
428*e4b17023SJohn Marino    _ZSt5flushI[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
429*e4b17023SJohn Marino    _ZStlsI[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
430*e4b17023SJohn Marino    _ZStlsI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_ostream*;
431*e4b17023SJohn Marino    _ZStlsISt11char_traitsI[cw]EERSt13basic_ostream*;
432*e4b17023SJohn Marino    _ZStlsId[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
433*e4b17023SJohn Marino    _ZStlsIe[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
434*e4b17023SJohn Marino    _ZStlsIf[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
435*e4b17023SJohn Marino
436*e4b17023SJohn Marino    # std::locale destructors
437*e4b17023SJohn Marino    _ZNSt6localeD*;
438*e4b17023SJohn Marino
439*e4b17023SJohn Marino    # std::locale::facet destructors
440*e4b17023SJohn Marino    _ZNSt6locale5facetD*;
441*e4b17023SJohn Marino
442*e4b17023SJohn Marino    # std::locale::_Impl constructors, destructors
443*e4b17023SJohn Marino    _ZNSt6locale5_ImplC*;
444*e4b17023SJohn Marino    _ZNSt6locale5_ImplD*;
445*e4b17023SJohn Marino
446*e4b17023SJohn Marino    # std::ios_base, std::ios_base::Init destructors
447*e4b17023SJohn Marino    _ZNSt8ios_baseD*;
448*e4b17023SJohn Marino    _ZNSt8ios_base4InitD*;
449*e4b17023SJohn Marino
450*e4b17023SJohn Marino    # bool std::has_facet
451*e4b17023SJohn Marino    _ZSt9has_facetIS*;
452*e4b17023SJohn Marino
453*e4b17023SJohn Marino    # std::use_facet
454*e4b17023SJohn Marino    _ZSt9use_facetIS*;
455*e4b17023SJohn Marino
456*e4b17023SJohn Marino    # std::ctype
457*e4b17023SJohn Marino    _ZNKSt5ctypeIcE8*;
458*e4b17023SJohn Marino    _ZNKSt5ctypeIcE9*;
459*e4b17023SJohn Marino    _ZNKSt5ctypeIcE10*;
460*e4b17023SJohn Marino    _ZNKSt5ctypeIw*;
461*e4b17023SJohn Marino    _ZNSt5ctypeI[cw]*;
462*e4b17023SJohn Marino
463*e4b17023SJohn Marino    # std::ctype_base
464*e4b17023SJohn Marino    _ZNSt10ctype_base*;
465*e4b17023SJohn Marino
466*e4b17023SJohn Marino    # std::ctype_byname
467*e4b17023SJohn Marino    _ZNSt12ctype_bynameI[cw]*;
468*e4b17023SJohn Marino
469*e4b17023SJohn Marino    # std::num_get
470*e4b17023SJohn Marino    _ZNKSt7num_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;
471*e4b17023SJohn Marino
472*e4b17023SJohn Marino    # std::num_put
473*e4b17023SJohn Marino    _ZNKSt7num_putI[cw]St19ostreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;
474*e4b17023SJohn Marino
475*e4b17023SJohn Marino    # std::money_get
476*e4b17023SJohn Marino    _ZNKSt9money_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;
477*e4b17023SJohn Marino
478*e4b17023SJohn Marino    # std::money_put
479*e4b17023SJohn Marino    _ZNKSt9money_putI[cw]St19ostreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;
480*e4b17023SJohn Marino
481*e4b17023SJohn Marino    # std::time_get
482*e4b17023SJohn Marino    _ZNSt8time_get*;
483*e4b17023SJohn Marino    _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE1*;
484*e4b17023SJohn Marino    _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE8*;
485*e4b17023SJohn Marino    _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE21*;
486*e4b17023SJohn Marino
487*e4b17023SJohn Marino    # std::time_get_byname
488*e4b17023SJohn Marino    _ZNSt15time_get_byname*;
489*e4b17023SJohn Marino
490*e4b17023SJohn Marino    # std::time_put
491*e4b17023SJohn Marino    _ZNSt8time_put*;
492*e4b17023SJohn Marino    _ZNKSt8time_put*;
493*e4b17023SJohn Marino
494*e4b17023SJohn Marino    # std::time_put_byname
495*e4b17023SJohn Marino    _ZNSt15time_put_byname*;
496*e4b17023SJohn Marino
497*e4b17023SJohn Marino    # std::numeric_limits
498*e4b17023SJohn Marino    _ZNSt21__numeric_limits_base[5-9]*;
499*e4b17023SJohn Marino    _ZNSt21__numeric_limits_base1[0-7][hirt]*;
500*e4b17023SJohn Marino    _ZNSt21__numeric_limits_base1[0-7]mi*;
501*e4b17023SJohn Marino    _ZNSt21__numeric_limits_base1[0-7]max_e*;
502*e4b17023SJohn Marino
503*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[a-m]E[5-9]*;
504*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[p-z]E[5-9]*;
505*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[a-m]E1[0-7][hirt]*;
506*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[p-z]E1[0-7][hirt]*;
507*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[a-m]E1[0-7]mi*;
508*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[p-z]E1[0-7]mi*;
509*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[a-m]E1[0-7]max_e*;
510*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[p-z]E1[0-7]max_e*;
511*e4b17023SJohn Marino
512*e4b17023SJohn Marino    # std::_Rb_tree
513*e4b17023SJohn Marino    _ZSt18_Rb_tree_decrementPKSt18_Rb_tree_node_base;
514*e4b17023SJohn Marino    _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base;
515*e4b17023SJohn Marino    _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base;
516*e4b17023SJohn Marino    _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base;
517*e4b17023SJohn Marino    _ZSt20_Rb_tree_black_countPKSt18_Rb_tree_node_baseS1_;
518*e4b17023SJohn Marino    _ZSt20_Rb_tree_rotate_leftPSt18_Rb_tree_node_baseRS0_;
519*e4b17023SJohn Marino    _ZSt21_Rb_tree_rotate_rightPSt18_Rb_tree_node_baseRS0_;
520*e4b17023SJohn Marino    _ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_;
521*e4b17023SJohn Marino    _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_;
522*e4b17023SJohn Marino
523*e4b17023SJohn Marino    # std::__basic_file
524*e4b17023SJohn Marino    _ZNKSt12__basic_fileIcE7is_openEv;
525*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE2fdEv;
526*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE4openEPKcSt13_Ios_Openmodei;
527*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE4syncEv;
528*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE5closeEv;
529*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE6xsgetn*;
530*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE6xsputn*;
531*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE7seekoff*;
532*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE8sys_openE*St13_Ios_Openmode;
533*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE8xsputn_2*;
534*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE9showmanycEv;
535*e4b17023SJohn Marino    _ZNSt12__basic_fileIcEC*;
536*e4b17023SJohn Marino    _ZNSt12__basic_fileIcED*;
537*e4b17023SJohn Marino
538*e4b17023SJohn Marino    # std::__convert_to_v
539*e4b17023SJohn Marino    _ZSt14__convert_to_vI[^g]*;
540*e4b17023SJohn Marino
541*e4b17023SJohn Marino    # __gnu_cxx::stdio_sync_filebuf
542*e4b17023SJohn Marino    _ZTVN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
543*e4b17023SJohn Marino
544*e4b17023SJohn Marino    # __gnu_cxx::__atomic_add
545*e4b17023SJohn Marino    # __gnu_cxx::__exchange_and_add
546*e4b17023SJohn Marino    _ZN9__gnu_cxx12__atomic_addEPV[il]i;
547*e4b17023SJohn Marino    _ZN9__gnu_cxx18__exchange_and_addEPV[il]i;
548*e4b17023SJohn Marino
549*e4b17023SJohn Marino    # debug mode
550*e4b17023SJohn Marino    _ZN10__gnu_norm15_List_node_base4hook*;
551*e4b17023SJohn Marino    _ZN10__gnu_norm15_List_node_base4swap*;
552*e4b17023SJohn Marino    _ZN10__gnu_norm15_List_node_base6unhookEv;
553*e4b17023SJohn Marino    _ZN10__gnu_norm15_List_node_base7reverseEv;
554*e4b17023SJohn Marino    _ZN10__gnu_norm15_List_node_base8transfer*;
555*e4b17023SJohn Marino
556*e4b17023SJohn Marino    # __gnu_debug::_Safe_sequence_base and _Safe_iterator_base
557*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_sequence_base13_M_detach_allEv;
558*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_sequence_base18_M_detach_singularEv;
559*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_sequence_base22_M_revalidate_singularEv;
560*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_sequence_base7_M_swapERS0_;
561*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb;
562*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_iterator_base9_M_detachEv;
563*e4b17023SJohn Marino    _ZNK11__gnu_debug19_Safe_iterator_base11_M_singularEv;
564*e4b17023SJohn Marino    _ZNK11__gnu_debug19_Safe_iterator_base14_M_can_compareERKS0_;
565*e4b17023SJohn Marino
566*e4b17023SJohn Marino    # __gnu_debug::_Error_formatter
567*e4b17023SJohn Marino    _ZNK11__gnu_debug16_Error_formatter10_M_message*;
568*e4b17023SJohn Marino    _ZNK11__gnu_debug16_Error_formatter10_Parameter*;
569*e4b17023SJohn Marino    _ZNK11__gnu_debug16_Error_formatter13_M_print_word*;
570*e4b17023SJohn Marino    _ZNK11__gnu_debug16_Error_formatter15_M_print_string*;
571*e4b17023SJohn Marino    _ZNK11__gnu_debug16_Error_formatter8_M_error*;
572*e4b17023SJohn Marino
573*e4b17023SJohn Marino    # exceptions as functions
574*e4b17023SJohn Marino    _ZSt16__throw_bad_castv;
575*e4b17023SJohn Marino    _ZSt17__throw_bad_allocv;
576*e4b17023SJohn Marino    _ZSt18__throw_bad_typeidv;
577*e4b17023SJohn Marino    _ZSt19__throw_ios_failurePKc;
578*e4b17023SJohn Marino    _ZSt19__throw_logic_errorPKc;
579*e4b17023SJohn Marino    _ZSt19__throw_range_errorPKc;
580*e4b17023SJohn Marino    _ZSt20__throw_domain_errorPKc;
581*e4b17023SJohn Marino    _ZSt20__throw_length_errorPKc;
582*e4b17023SJohn Marino    _ZSt20__throw_out_of_rangePKc;
583*e4b17023SJohn Marino    _ZSt21__throw_bad_exceptionv;
584*e4b17023SJohn Marino    _ZSt21__throw_runtime_errorPKc;
585*e4b17023SJohn Marino    _ZSt22__throw_overflow_errorPKc;
586*e4b17023SJohn Marino    _ZSt23__throw_underflow_errorPKc;
587*e4b17023SJohn Marino    _ZSt24__throw_invalid_argumentPKc;
588*e4b17023SJohn Marino
589*e4b17023SJohn Marino    # operator new(size_t)
590*e4b17023SJohn Marino    _Znw[jmy];
591*e4b17023SJohn Marino    # operator new(size_t, std::nothrow_t const&)
592*e4b17023SJohn Marino    _Znw[jmy]RKSt9nothrow_t;
593*e4b17023SJohn Marino
594*e4b17023SJohn Marino    # operator delete(void*)
595*e4b17023SJohn Marino    _ZdlPv;
596*e4b17023SJohn Marino    # operator delete(void*, std::nothrow_t const&)
597*e4b17023SJohn Marino    _ZdlPvRKSt9nothrow_t;
598*e4b17023SJohn Marino
599*e4b17023SJohn Marino    # operator new[](size_t)
600*e4b17023SJohn Marino    _Zna[jmy];
601*e4b17023SJohn Marino    # operator new[](size_t, std::nothrow_t const&)
602*e4b17023SJohn Marino    _Zna[jmy]RKSt9nothrow_t;
603*e4b17023SJohn Marino
604*e4b17023SJohn Marino    # operator delete[](void*)
605*e4b17023SJohn Marino    _ZdaPv;
606*e4b17023SJohn Marino    # operator delete[](void*, std::nothrow_t const&)
607*e4b17023SJohn Marino    _ZdaPvRKSt9nothrow_t;
608*e4b17023SJohn Marino
609*e4b17023SJohn Marino    # virtual table
610*e4b17023SJohn Marino    _ZTVNSt8ios_base7failureE;
611*e4b17023SJohn Marino    _ZTVNSt6locale5facetE;
612*e4b17023SJohn Marino    _ZTVS[a-z];
613*e4b17023SJohn Marino    _ZTVSt[0-9][A-Za-z]*;
614*e4b17023SJohn Marino#   _ZTVSt[0-9][0-9][A-Za-z]*;
615*e4b17023SJohn Marino    _ZTVSt[0-9][0-9][A-Z]*;
616*e4b17023SJohn Marino#   _ZTVSt[0-9][0-9][a-d]*;
617*e4b17023SJohn Marino    _ZTVSt[0-9][0-9]a*;
618*e4b17023SJohn Marino    _ZTVSt10bad_typeid;
619*e4b17023SJohn Marino    _ZTVSt13bad_exception;
620*e4b17023SJohn Marino    _ZTVSt[0-9][0-9]basic*;
621*e4b17023SJohn Marino    _ZTVSt[0-9][0-9][c-d]*;
622*e4b17023SJohn Marino    _ZTVSt[0-9][0-9][g-k]*;
623*e4b17023SJohn Marino    _ZTVSt11logic_error;
624*e4b17023SJohn Marino    _ZTVSt12length_error;
625*e4b17023SJohn Marino#   _ZTVSt[0-9][0-9][m-q]*;
626*e4b17023SJohn Marino    _ZTVSt[0-9][0-9][m]*;
627*e4b17023SJohn Marino    _ZTVSt[0-9][0-9]n[^e]*;
628*e4b17023SJohn Marino    _ZTVSt[0-9][0-9][o-q]*;
629*e4b17023SJohn Marino    _ZTVSt11range_error;
630*e4b17023SJohn Marino    _ZTVSt13runtime_error;
631*e4b17023SJohn Marino    _ZTVSt[0-9][0-9][t-z]*;
632*e4b17023SJohn Marino    _ZTVSt[0-9][0-9]e[^r]*;
633*e4b17023SJohn Marino    _ZTVSt[0-9][0-9]s[^y]*;
634*e4b17023SJohn Marino
635*e4b17023SJohn Marino    _ZTVSt11__timepunctI[cw]E;
636*e4b17023SJohn Marino    _ZTVSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
637*e4b17023SJohn Marino    _ZTVSt21__ctype_abstract_baseI[cw]E;
638*e4b17023SJohn Marino
639*e4b17023SJohn Marino    # VTT structure
640*e4b17023SJohn Marino    _ZTTS[a-z];
641*e4b17023SJohn Marino    _ZTTSt[0-9][A-Za-z]*;
642*e4b17023SJohn Marino    _ZTTSt[0-9][0-9][A-Za-z]*;
643*e4b17023SJohn Marino
644*e4b17023SJohn Marino    # typeinfo structure
645*e4b17023SJohn Marino    _ZTIS[a-z];
646*e4b17023SJohn Marino    _ZTISt[0-9][A-Za-z]*;
647*e4b17023SJohn Marino#   _ZTISt[0-9][0-9][A-Za-z]*;
648*e4b17023SJohn Marino    _ZTISt[0-9][0-9][A-Z]*;
649*e4b17023SJohn Marino#   _ZTISt[0-9][0-9][a-d]*;
650*e4b17023SJohn Marino    _ZTISt[0-9][0-9]a*;
651*e4b17023SJohn Marino    _ZTISt10bad_typeid;
652*e4b17023SJohn Marino    _ZTISt13bad_exception;
653*e4b17023SJohn Marino    _ZTISt[0-9][0-9]basic*;
654*e4b17023SJohn Marino    _ZTISt[0-9][0-9][c-d]*;
655*e4b17023SJohn Marino    _ZTISt[0-9][0-9][g-k]*;
656*e4b17023SJohn Marino    _ZTISt11logic_error;
657*e4b17023SJohn Marino    _ZTISt12length_error;
658*e4b17023SJohn Marino#   _ZTISt[0-9][0-9][m-q]*;
659*e4b17023SJohn Marino    _ZTISt[0-9][0-9][m]*;
660*e4b17023SJohn Marino    _ZTISt[0-9][0-9]n[^e]*;
661*e4b17023SJohn Marino    _ZTISt[0-9][0-9][o-q]*;
662*e4b17023SJohn Marino    _ZTISt11range_error;
663*e4b17023SJohn Marino    _ZTISt13runtime_error;
664*e4b17023SJohn Marino    _ZTISt[0-9][0-9][t-z]*;
665*e4b17023SJohn Marino    _ZTISt[0-9][0-9]e[^r]*;
666*e4b17023SJohn Marino    _ZTISt[0-9][0-9]s[^y]*;
667*e4b17023SJohn Marino    _ZTISt11__timepunctI[cw]E;
668*e4b17023SJohn Marino    _ZTISt10__num_base;
669*e4b17023SJohn Marino    _ZTISt21__ctype_abstract_baseI[cw]E;
670*e4b17023SJohn Marino    _ZTISt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
671*e4b17023SJohn Marino#    _ZTISt16__numpunct_cacheI[cw]E;
672*e4b17023SJohn Marino#    _ZTISt17__timepunct_cacheI[cw]E;
673*e4b17023SJohn Marino#    _ZTISt18__moneypunct_cacheI[cw]Lb?EE;
674*e4b17023SJohn Marino    _ZTINSt8ios_base7failureE;
675*e4b17023SJohn Marino    _ZTINSt6locale5facetE;
676*e4b17023SJohn Marino    _ZTIN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
677*e4b17023SJohn Marino    _ZTIN9__gnu_cxx13stdio_filebufI[cw]St11char_traitsI[cw]EEE;
678*e4b17023SJohn Marino
679*e4b17023SJohn Marino    # typeinfo name
680*e4b17023SJohn Marino    _ZTSNSt8ios_base7failureE;
681*e4b17023SJohn Marino    _ZTSNSt6locale5facetE;
682*e4b17023SJohn Marino    _ZTSS[a-z];
683*e4b17023SJohn Marino    _ZTSSt[0-9][A-Za-z]*;
684*e4b17023SJohn Marino#   _ZTSSt[0-9][0-9][A-Za-z]*;
685*e4b17023SJohn Marino    _ZTSSt[0-9][0-9][A-Z]*;
686*e4b17023SJohn Marino#   _ZTSSt[0-9][0-9][a-d]*;
687*e4b17023SJohn Marino    _ZTSSt[0-9][0-9]a*;
688*e4b17023SJohn Marino    _ZTSSt10bad_typeid;
689*e4b17023SJohn Marino    _ZTSSt13bad_exception;
690*e4b17023SJohn Marino    _ZTSSt[0-9][0-9]basic*;
691*e4b17023SJohn Marino    _ZTSSt[0-9][0-9][c-d]*;
692*e4b17023SJohn Marino    _ZTSSt[0-9][0-9][g-k]*;
693*e4b17023SJohn Marino    _ZTSSt11logic_error;
694*e4b17023SJohn Marino    _ZTSSt12length_error;
695*e4b17023SJohn Marino#   _ZTSSt[0-9][0-9][m-q]*;
696*e4b17023SJohn Marino    _ZTSSt[0-9][0-9][m]*;
697*e4b17023SJohn Marino    _ZTSSt[0-9][0-9]n[^e]*;
698*e4b17023SJohn Marino    _ZTSSt[0-9][0-9][o-q]*;
699*e4b17023SJohn Marino    _ZTSSt11range_error;
700*e4b17023SJohn Marino    _ZTSSt13runtime_error;
701*e4b17023SJohn Marino    _ZTSSt[0-9][0-9][t-z]*;
702*e4b17023SJohn Marino    _ZTSSt[0-9][0-9]e[^r]*;
703*e4b17023SJohn Marino    _ZTSSt[0-9][0-9]s[^y]*;
704*e4b17023SJohn Marino
705*e4b17023SJohn Marino    _ZTSSt11__timepunctI[cw]E;
706*e4b17023SJohn Marino    _ZTSSt10__num_base;
707*e4b17023SJohn Marino    _ZTSSt21__ctype_abstract_baseI[cw]E;
708*e4b17023SJohn Marino    _ZTSSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
709*e4b17023SJohn Marino    _ZTSN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
710*e4b17023SJohn Marino    _ZTSN9__gnu_cxx13stdio_filebufI[cw]St11char_traitsI[cw]EEE;
711*e4b17023SJohn Marino
712*e4b17023SJohn Marino    # std::bad_alloc::~bad_alloc, std::bad_cast::~bad_cast,
713*e4b17023SJohn Marino    # std::bad_typeid::~bad_typeid, std::bad_exception::~bad_exception
714*e4b17023SJohn Marino    _ZNSt9bad_allocD*;
715*e4b17023SJohn Marino    _ZNSt8bad_castD*;
716*e4b17023SJohn Marino    _ZNSt10bad_typeidD*;
717*e4b17023SJohn Marino    _ZNSt13bad_exceptionD*;
718*e4b17023SJohn Marino
719*e4b17023SJohn Marino    # function-scope static objects requires a guard variable.
720*e4b17023SJohn Marino    _ZGVNSt[^1]*;
721*e4b17023SJohn Marino    _ZGVNSt1[^7]*;
722*e4b17023SJohn Marino
723*e4b17023SJohn Marino    # complete and deleting destructors where base destructors should not
724*e4b17023SJohn Marino    # be exported.
725*e4b17023SJohn Marino    _ZNSt11range_errorD[01]Ev;
726*e4b17023SJohn Marino    _ZNSt12domain_errorD[01]Ev;
727*e4b17023SJohn Marino    _ZNSt12length_errorD[01]Ev;
728*e4b17023SJohn Marino    _ZNSt12out_of_rangeD[01]Ev;
729*e4b17023SJohn Marino    _ZNSt14overflow_errorD[01]Ev;
730*e4b17023SJohn Marino    _ZNSt15underflow_errorD[01]Ev;
731*e4b17023SJohn Marino    _ZNSt16invalid_argumentD[01]Ev;
732*e4b17023SJohn Marino
733*e4b17023SJohn Marino    # virtual function thunks
734*e4b17023SJohn Marino    _ZThn8_NS*;
735*e4b17023SJohn Marino    _ZThn16_NS*;
736*e4b17023SJohn Marino    _ZTv0_n12_NS*;
737*e4b17023SJohn Marino    _ZTv0_n24_NS*;
738*e4b17023SJohn Marino
739*e4b17023SJohn Marino    # stub functions from libmath
740*e4b17023SJohn Marino    sinf;
741*e4b17023SJohn Marino    sinl;
742*e4b17023SJohn Marino    sinhf;
743*e4b17023SJohn Marino    sinhl;
744*e4b17023SJohn Marino    cosf;
745*e4b17023SJohn Marino    cosl;
746*e4b17023SJohn Marino    coshf;
747*e4b17023SJohn Marino    coshl;
748*e4b17023SJohn Marino    tanf;
749*e4b17023SJohn Marino    tanl;
750*e4b17023SJohn Marino    tanhf;
751*e4b17023SJohn Marino    tanhl;
752*e4b17023SJohn Marino    atan2f;
753*e4b17023SJohn Marino    atan2l;
754*e4b17023SJohn Marino    expf;
755*e4b17023SJohn Marino    expl;
756*e4b17023SJohn Marino    hypotf;
757*e4b17023SJohn Marino    hypotl;
758*e4b17023SJohn Marino    hypot;
759*e4b17023SJohn Marino    logf;
760*e4b17023SJohn Marino    logl;
761*e4b17023SJohn Marino    log10f;
762*e4b17023SJohn Marino    log10l;
763*e4b17023SJohn Marino    powf;
764*e4b17023SJohn Marino    powl;
765*e4b17023SJohn Marino    sqrtf;
766*e4b17023SJohn Marino    sqrtl;
767*e4b17023SJohn Marino    copysignf;
768*e4b17023SJohn Marino
769*e4b17023SJohn Marino#ifdef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT
770*e4b17023SJohn Marino   # GLIBCXX_ABI compatibility only.
771*e4b17023SJohn Marino    # std::string
772*e4b17023SJohn Marino    _ZNKSs11_M_disjunctEPKc;
773*e4b17023SJohn Marino    _ZNKSs15_M_check_lengthE[jmy][jmy]PKc;
774*e4b17023SJohn Marino    _ZNSs4_Rep26_M_set_length_and_sharableE*;
775*e4b17023SJohn Marino    _ZNSs7_M_copyEPcPKc[jmy];
776*e4b17023SJohn Marino    _ZNSs7_M_moveEPcPKc[jmy];
777*e4b17023SJohn Marino    _ZNSs9_M_assignEPc[jmy]c;
778*e4b17023SJohn Marino
779*e4b17023SJohn Marino    # std::wstring
780*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE11_M_disjunctEPKw;
781*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE15_M_check_lengthE[jmy][jmy]PKc;
782*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep26_M_set_length_and_sharableE*;
783*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE7_M_copyEPwPKw[jmy];
784*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE7_M_moveEPwPKw[jmy];
785*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE9_M_assignEPw[jmy]w;
786*e4b17023SJohn Marino
787*e4b17023SJohn Marino    _ZNKSt13basic_fstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
788*e4b17023SJohn Marino    _ZNKSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
789*e4b17023SJohn Marino    _ZNKSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
790*e4b17023SJohn Marino
791*e4b17023SJohn Marino    _ZNSi6ignoreE[ilvx];
792*e4b17023SJohn Marino    _ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[ilvx];
793*e4b17023SJohn Marino
794*e4b17023SJohn Marino    _ZNSt11char_traitsI[cw]E2eqERK[cw]S2_;
795*e4b17023SJohn Marino
796*e4b17023SJohn Marino    _ZNSt19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEppEv;
797*e4b17023SJohn Marino#endif
798*e4b17023SJohn Marino
799*e4b17023SJohn Marino    # std::locale::Impl _M_ members
800*e4b17023SJohn Marino    _ZNSt6locale5_Impl16_M_install_facetEPKNS_2idEPKNS_5facetE;
801*e4b17023SJohn Marino    _ZNSt6locale5_Impl16_M_replace_facetEPKS0_PKNS_2idE;
802*e4b17023SJohn Marino    _ZNSt6locale5_Impl19_M_replace_categoryEPKS0_PKPKNS_2idE;
803*e4b17023SJohn Marino    _ZNSt6locale5_Impl21_M_replace_categoriesEPKS0_i;
804*e4b17023SJohn Marino
805*e4b17023SJohn Marino  # DO NOT DELETE THIS LINE.  Port-specific symbols, if any, will be here.
806*e4b17023SJohn Marino
807*e4b17023SJohn Marino  local:
808*e4b17023SJohn Marino    *;
809*e4b17023SJohn Marino};
810*e4b17023SJohn Marino
811*e4b17023SJohn MarinoGLIBCXX_3.4.1 {
812*e4b17023SJohn Marino
813*e4b17023SJohn Marino    _ZNSt12__basic_fileIcE4fileEv;
814*e4b17023SJohn Marino
815*e4b17023SJohn Marino} GLIBCXX_3.4;
816*e4b17023SJohn Marino
817*e4b17023SJohn MarinoGLIBCXX_3.4.2 {
818*e4b17023SJohn Marino
819*e4b17023SJohn Marino    _ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EE4fileEv;
820*e4b17023SJohn Marino
821*e4b17023SJohn Marino    _ZN9__gnu_cxx17__pool_alloc_base9_M_refillE[jmy];
822*e4b17023SJohn Marino    _ZN9__gnu_cxx17__pool_alloc_base16_M_get_free_listE[jmy];
823*e4b17023SJohn Marino    _ZN9__gnu_cxx17__pool_alloc_base12_M_get_mutexEv;
824*e4b17023SJohn Marino
825*e4b17023SJohn Marino} GLIBCXX_3.4.1;
826*e4b17023SJohn Marino
827*e4b17023SJohn MarinoGLIBCXX_3.4.3 {
828*e4b17023SJohn Marino
829*e4b17023SJohn Marino    # stub functions from libmath
830*e4b17023SJohn Marino    acosf;
831*e4b17023SJohn Marino    acosl;
832*e4b17023SJohn Marino    asinf;
833*e4b17023SJohn Marino    asinl;
834*e4b17023SJohn Marino    atanf;
835*e4b17023SJohn Marino    atanl;
836*e4b17023SJohn Marino    ceilf;
837*e4b17023SJohn Marino    ceill;
838*e4b17023SJohn Marino    floorf;
839*e4b17023SJohn Marino    floorl;
840*e4b17023SJohn Marino    fmodf;
841*e4b17023SJohn Marino    fmodl;
842*e4b17023SJohn Marino    frexpf;
843*e4b17023SJohn Marino    frexpl;
844*e4b17023SJohn Marino    ldexpf;
845*e4b17023SJohn Marino    ldexpl;
846*e4b17023SJohn Marino    modff;
847*e4b17023SJohn Marino    modfl;
848*e4b17023SJohn Marino
849*e4b17023SJohn Marino} GLIBCXX_3.4.2;
850*e4b17023SJohn Marino
851*e4b17023SJohn MarinoGLIBCXX_3.4.4 {
852*e4b17023SJohn Marino
853*e4b17023SJohn Marino    _ZN9__gnu_cxx6__poolILb0EE13_M_initializeEv;
854*e4b17023SJohn Marino    _ZN9__gnu_cxx6__poolILb1EE13_M_initializeEPFvPvE;
855*e4b17023SJohn Marino    _ZN9__gnu_cxx6__poolILb1EE21_M_destroy_thread_keyEPv;
856*e4b17023SJohn Marino    _ZN9__gnu_cxx6__poolILb1EE16_M_get_thread_idEv;
857*e4b17023SJohn Marino    _ZN9__gnu_cxx6__poolILb[01]EE16_M_reserve_blockE[jmy][jmy];
858*e4b17023SJohn Marino    _ZN9__gnu_cxx6__poolILb[01]EE16_M_reclaim_blockEPc[jmy];
859*e4b17023SJohn Marino    _ZN9__gnu_cxx6__poolILb[01]EE10_M_destroyEv;
860*e4b17023SJohn Marino
861*e4b17023SJohn Marino    _ZN9__gnu_cxx9free_list6_M_getE*;
862*e4b17023SJohn Marino    _ZN9__gnu_cxx9free_list8_M_clearEv;
863*e4b17023SJohn Marino
864*e4b17023SJohn Marino} GLIBCXX_3.4.3;
865*e4b17023SJohn Marino
866*e4b17023SJohn MarinoGLIBCXX_3.4.5 {
867*e4b17023SJohn Marino
868*e4b17023SJohn Marino    # std::string
869*e4b17023SJohn Marino    _ZNKSs11_M_disjunctEPKc;
870*e4b17023SJohn Marino    _ZNKSs15_M_check_lengthE[jmy][jmy]PKc;
871*e4b17023SJohn Marino    _ZNSs4_Rep26_M_set_length_and_sharableE*;
872*e4b17023SJohn Marino    _ZNSs7_M_copyEPcPKc[jmy];
873*e4b17023SJohn Marino    _ZNSs7_M_moveEPcPKc[jmy];
874*e4b17023SJohn Marino    _ZNSs9_M_assignEPc[jmy]c;
875*e4b17023SJohn Marino
876*e4b17023SJohn Marino    # std::wstring
877*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE11_M_disjunctEPKw;
878*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE15_M_check_lengthE[jmy][jmy]PKc;
879*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4_Rep26_M_set_length_and_sharableE*;
880*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE7_M_copyEPwPKw[jmy];
881*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE7_M_moveEPwPKw[jmy];
882*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE9_M_assignEPw[jmy]w;
883*e4b17023SJohn Marino
884*e4b17023SJohn Marino    _ZNKSt13basic_fstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
885*e4b17023SJohn Marino    _ZNKSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
886*e4b17023SJohn Marino    _ZNKSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
887*e4b17023SJohn Marino
888*e4b17023SJohn Marino    _ZNSi6ignoreE[ilvx];
889*e4b17023SJohn Marino    _ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[ilvx];
890*e4b17023SJohn Marino
891*e4b17023SJohn Marino    _ZNSt11char_traitsI[cw]E2eqERK[cw]S2_;
892*e4b17023SJohn Marino
893*e4b17023SJohn Marino    # Those template instantiations weren't exported on Solaris in GCC 4.6
894*e4b17023SJohn Marino    # and aren't necessary for correct operation, so don't emit them now
895*e4b17023SJohn Marino    # (PR libstdc++/52188).
896*e4b17023SJohn Marino#if !defined(__sun__) && !defined(__svr4__)
897*e4b17023SJohn Marino    _ZNSt19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEppEv;
898*e4b17023SJohn Marino#endif
899*e4b17023SJohn Marino} GLIBCXX_3.4.4;
900*e4b17023SJohn Marino
901*e4b17023SJohn MarinoGLIBCXX_3.4.6 {
902*e4b17023SJohn Marino
903*e4b17023SJohn Marino    _ZSt17__copy_streambufsI[cw]St11char_traitsI[cw]EE[ix]PSt15basic_streambuf*;
904*e4b17023SJohn Marino    _ZNSt8ios_base17_M_call_callbacksENS_5eventE;
905*e4b17023SJohn Marino    _ZNSt8ios_base20_M_dispose_callbacksEv;
906*e4b17023SJohn Marino    _ZNSt6locale5facet13_S_get_c_nameEv;
907*e4b17023SJohn Marino
908*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE9showmanycEv;
909*e4b17023SJohn Marino
910*e4b17023SJohn Marino#ifdef HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT
911*e4b17023SJohn Marino    _ZNKSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strEv;
912*e4b17023SJohn Marino#endif
913*e4b17023SJohn Marino
914*e4b17023SJohn Marino    _ZN9__gnu_cxx6__poolILb1EE13_M_initializeEv;
915*e4b17023SJohn Marino
916*e4b17023SJohn Marino} GLIBCXX_3.4.5;
917*e4b17023SJohn Marino
918*e4b17023SJohn MarinoGLIBCXX_3.4.7 {
919*e4b17023SJohn Marino
920*e4b17023SJohn Marino    _ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetE[jmy];
921*e4b17023SJohn Marino
922*e4b17023SJohn Marino} GLIBCXX_3.4.6;
923*e4b17023SJohn Marino
924*e4b17023SJohn MarinoGLIBCXX_3.4.8 {
925*e4b17023SJohn Marino
926*e4b17023SJohn Marino    _ZSt17__copy_streambufsI[cw]St11char_traitsI[cw]EElPSt15basic_streambuf*;
927*e4b17023SJohn Marino
928*e4b17023SJohn Marino} GLIBCXX_3.4.7;
929*e4b17023SJohn Marino
930*e4b17023SJohn MarinoGLIBCXX_3.4.9 {
931*e4b17023SJohn Marino
932*e4b17023SJohn Marino    _ZNSt6__norm15_List_node_base4hook*;
933*e4b17023SJohn Marino    _ZNSt6__norm15_List_node_base4swap*;
934*e4b17023SJohn Marino    _ZNSt6__norm15_List_node_base6unhookEv;
935*e4b17023SJohn Marino    _ZNSt6__norm15_List_node_base7reverseEv;
936*e4b17023SJohn Marino    _ZNSt6__norm15_List_node_base8transfer*;
937*e4b17023SJohn Marino
938*e4b17023SJohn Marino    _ZNSo9_M_insertI[^g]*;
939*e4b17023SJohn Marino    _ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertI[^g]*;
940*e4b17023SJohn Marino    _ZNSi10_M_extractI[^g]*;
941*e4b17023SJohn Marino    _ZNSt13basic_istreamIwSt11char_traitsIwEE10_M_extractI[^g]*;
942*e4b17023SJohn Marino
943*e4b17023SJohn Marino    _ZSt21__copy_streambufs_eofI[cw]St11char_traitsI[cw]EE[ilx]PSt15basic_streambuf*;
944*e4b17023SJohn Marino
945*e4b17023SJohn Marino    _ZSt16__ostream_insert*;
946*e4b17023SJohn Marino
947*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_sequence_base12_M_get_mutexEv;
948*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_iterator_base16_M_attach_singleEPNS_19_Safe_sequence_baseEb;
949*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_iterator_base16_M_detach_singleEv;
950*e4b17023SJohn Marino    _ZN11__gnu_debug19_Safe_iterator_base12_M_get_mutexEv;
951*e4b17023SJohn Marino
952*e4b17023SJohn Marino    _ZNKSt9bad_alloc4whatEv;
953*e4b17023SJohn Marino    _ZNKSt8bad_cast4whatEv;
954*e4b17023SJohn Marino    _ZNKSt10bad_typeid4whatEv;
955*e4b17023SJohn Marino    _ZNKSt13bad_exception4whatEv;
956*e4b17023SJohn Marino
957*e4b17023SJohn Marino} GLIBCXX_3.4.8;
958*e4b17023SJohn Marino
959*e4b17023SJohn MarinoGLIBCXX_3.4.10 {
960*e4b17023SJohn Marino
961*e4b17023SJohn Marino    _ZNK11__gnu_debug16_Error_formatter17_M_get_max_lengthEv;
962*e4b17023SJohn Marino
963*e4b17023SJohn Marino    _ZNKSt3tr14hashIRKSbIwSt11char_traitsIwESaIwEEEclES6_;
964*e4b17023SJohn Marino    _ZNKSt3tr14hashIRKSsEclES2_;
965*e4b17023SJohn Marino    _ZNKSt3tr14hashISbIwSt11char_traitsIwESaIwEEEclES4_;
966*e4b17023SJohn Marino    _ZNKSt3tr14hashISsEclESs;
967*e4b17023SJohn Marino    _ZNKSt3tr14hashIeEclEe;
968*e4b17023SJohn Marino
969*e4b17023SJohn Marino    _ZNKSt4hashIRKSbIwSt11char_traitsIwESaIwEEEclES5_;
970*e4b17023SJohn Marino    _ZNKSt4hashIRKSsEclES1_;
971*e4b17023SJohn Marino    _ZNKSt4hashISbIwSt11char_traitsIwESaIwEEEclES3_;
972*e4b17023SJohn Marino    _ZNKSt4hashISsEclESs;
973*e4b17023SJohn Marino    _ZNKSt4hashIeEclEe;
974*e4b17023SJohn Marino
975*e4b17023SJohn Marino    _ZSt17__verify_grouping*;
976*e4b17023SJohn Marino
977*e4b17023SJohn Marino    _ZNSt8__detail12__prime_listE;
978*e4b17023SJohn Marino    _ZNSt3tr18__detail12__prime_listE;
979*e4b17023SJohn Marino
980*e4b17023SJohn Marino    # for parallel mode
981*e4b17023SJohn Marino    _ZN14__gnu_parallel9_Settings3getEv;
982*e4b17023SJohn Marino    _ZN14__gnu_parallel9_Settings3setERS0_;
983*e4b17023SJohn Marino
984*e4b17023SJohn Marino    _ZNSt9__cxx199815_List_node_base4hook*;
985*e4b17023SJohn Marino    _ZNSt9__cxx199815_List_node_base4swap*;
986*e4b17023SJohn Marino    _ZNSt9__cxx199815_List_node_base6unhookEv;
987*e4b17023SJohn Marino    _ZNSt9__cxx199815_List_node_base7reverseEv;
988*e4b17023SJohn Marino    _ZNSt9__cxx199815_List_node_base8transfer*;
989*e4b17023SJohn Marino
990*e4b17023SJohn Marino    _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE6stosscEv;
991*e4b17023SJohn Marino
992*e4b17023SJohn Marino    _ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EE4syncEv;
993*e4b17023SJohn Marino    _ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EE[5-9C]*;
994*e4b17023SJohn Marino    _ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EED[^2]*;
995*e4b17023SJohn Marino
996*e4b17023SJohn Marino} GLIBCXX_3.4.9;
997*e4b17023SJohn Marino
998*e4b17023SJohn MarinoGLIBCXX_3.4.11 {
999*e4b17023SJohn Marino
1000*e4b17023SJohn Marino    # atomic
1001*e4b17023SJohn Marino    __atomic_flag_for_address;
1002*e4b17023SJohn Marino    __atomic_flag_wait_explicit;
1003*e4b17023SJohn Marino    atomic_flag_clear_explicit;
1004*e4b17023SJohn Marino    atomic_flag_test_and_set_explicit;
1005*e4b17023SJohn Marino    _ZNVSt9__atomic011atomic_flag12test_and_setESt12memory_order;
1006*e4b17023SJohn Marino    _ZNVSt9__atomic011atomic_flag5clearESt12memory_order;
1007*e4b17023SJohn Marino
1008*e4b17023SJohn Marino    # mutex
1009*e4b17023SJohn Marino    _ZSt10adopt_lock;
1010*e4b17023SJohn Marino    _ZSt10defer_lock;
1011*e4b17023SJohn Marino    _ZSt11try_to_lock;
1012*e4b17023SJohn Marino
1013*e4b17023SJohn Marino    _ZTISt10lock_error;
1014*e4b17023SJohn Marino    _ZTVSt10lock_error;
1015*e4b17023SJohn Marino    _ZTSSt10lock_error;
1016*e4b17023SJohn Marino    _ZNKSt10lock_error4whatEv;
1017*e4b17023SJohn Marino
1018*e4b17023SJohn Marino    _ZSt11__once_call;
1019*e4b17023SJohn Marino    _ZSt15__once_callable;
1020*e4b17023SJohn Marino    _ZSt14__once_functor;
1021*e4b17023SJohn Marino    _ZSt23__get_once_functor_lockv;
1022*e4b17023SJohn Marino    __once_proxy;
1023*e4b17023SJohn Marino
1024*e4b17023SJohn Marino    # condition_variable
1025*e4b17023SJohn Marino    _ZNSt18condition_variable10notify_allEv;
1026*e4b17023SJohn Marino    _ZNSt18condition_variable10notify_oneEv;
1027*e4b17023SJohn Marino    _ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE;
1028*e4b17023SJohn Marino    _ZNSt18condition_variableC1Ev;
1029*e4b17023SJohn Marino    _ZNSt18condition_variableC2Ev;
1030*e4b17023SJohn Marino    _ZNSt18condition_variableD1Ev;
1031*e4b17023SJohn Marino    _ZNSt18condition_variableD2Ev;
1032*e4b17023SJohn Marino    _ZNSt22condition_variable_anyC1Ev;
1033*e4b17023SJohn Marino    _ZNSt22condition_variable_anyC2Ev;
1034*e4b17023SJohn Marino    _ZNSt22condition_variable_anyD1Ev;
1035*e4b17023SJohn Marino    _ZNSt22condition_variable_anyD2Ev;
1036*e4b17023SJohn Marino
1037*e4b17023SJohn Marino    # thread
1038*e4b17023SJohn Marino    _ZNSt6thread4joinEv;
1039*e4b17023SJohn Marino    _ZNSt6thread6detachEv;
1040*e4b17023SJohn Marino    _ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE;
1041*e4b17023SJohn Marino
1042*e4b17023SJohn Marino    # system_error
1043*e4b17023SJohn Marino    _ZSt15system_categoryv;
1044*e4b17023SJohn Marino    _ZSt16generic_categoryv;
1045*e4b17023SJohn Marino
1046*e4b17023SJohn Marino    _ZNKSt10error_code23default_error_conditionEv;
1047*e4b17023SJohn Marino    _ZNKSt14error_category23default_error_conditionEi;
1048*e4b17023SJohn Marino
1049*e4b17023SJohn Marino    _ZNKSt14error_category10equivalentERKSt10error_codei;
1050*e4b17023SJohn Marino    _ZNKSt14error_category10equivalentEiRKSt15error_condition;
1051*e4b17023SJohn Marino
1052*e4b17023SJohn Marino    _ZTISt14error_category;
1053*e4b17023SJohn Marino    _ZTSSt14error_category;
1054*e4b17023SJohn Marino    _ZTVSt14error_category;
1055*e4b17023SJohn Marino
1056*e4b17023SJohn Marino    _ZTSSt12system_error;
1057*e4b17023SJohn Marino    _ZTISt12system_error;
1058*e4b17023SJohn Marino    _ZTVSt12system_error;
1059*e4b17023SJohn Marino    _ZNSt12system_errorD*Ev;
1060*e4b17023SJohn Marino    _ZNSt12system_errorC*;
1061*e4b17023SJohn Marino
1062*e4b17023SJohn Marino    _ZNKSt4hashISt10error_codeEclES0_;
1063*e4b17023SJohn Marino
1064*e4b17023SJohn Marino    _ZSt20__throw_system_errori;
1065*e4b17023SJohn Marino
1066*e4b17023SJohn Marino    # char16_t and char32_t
1067*e4b17023SJohn Marino    _ZNSt14numeric_limitsIDiE[5-9]*;
1068*e4b17023SJohn Marino    _ZNSt14numeric_limitsIDsE[5-9]*;
1069*e4b17023SJohn Marino    _ZNSt14numeric_limitsIDiE1[0-7][hirt]*;
1070*e4b17023SJohn Marino    _ZNSt14numeric_limitsIDsE1[0-7][hirt]*;
1071*e4b17023SJohn Marino    _ZNSt14numeric_limitsIDiE1[0-7]mi*;
1072*e4b17023SJohn Marino    _ZNSt14numeric_limitsIDsE1[0-7]mi*;
1073*e4b17023SJohn Marino    _ZNSt14numeric_limitsIDiE1[0-7]max_e*;
1074*e4b17023SJohn Marino    _ZNSt14numeric_limitsIDsE1[0-7]max_e*;
1075*e4b17023SJohn Marino
1076*e4b17023SJohn Marino    # chrono
1077*e4b17023SJohn Marino    _ZNSt6chrono12system_clock12is_monotonicE;
1078*e4b17023SJohn Marino    _ZNSt6chrono12system_clock3nowEv;
1079*e4b17023SJohn Marino    _ZNSt6chrono15monotonic_clock12is_monotonicE;
1080*e4b17023SJohn Marino    _ZNSt6chrono15monotonic_clock3nowEv;
1081*e4b17023SJohn Marino
1082*e4b17023SJohn Marino    # string/wstring initializer_list overloads
1083*e4b17023SJohn Marino    _ZNSs6appendESt16initializer_listIcE;
1084*e4b17023SJohn Marino    _ZNSs6assignESt16initializer_listIcE;
1085*e4b17023SJohn Marino    _ZNSs6insertEN9__gnu_cxx17__normal_iteratorIPcSsEESt16initializer_listIcE;
1086*e4b17023SJohn Marino    _ZNSs7replaceEN9__gnu_cxx17__normal_iteratorIPcSsEES2_St16initializer_listIcE;
1087*e4b17023SJohn Marino    _ZNSsC1ESt16initializer_listIcERKSaIcE;
1088*e4b17023SJohn Marino    _ZNSsC2ESt16initializer_listIcERKSaIcE;
1089*e4b17023SJohn Marino    _ZNSsaSESt16initializer_listIcE;
1090*e4b17023SJohn Marino    _ZNSspLESt16initializer_listIcE;
1091*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE6appendESt16initializer_listIwE;
1092*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE6assignESt16initializer_listIwE;
1093*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE6insertEN9__gnu_cxx17__normal_iteratorIPwS2_EESt16initializer_listIwE;
1094*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE7replaceEN9__gnu_cxx17__normal_iteratorIPwS2_EES6_St16initializer_listIwE;
1095*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEC1ESt16initializer_listIwERKS1_;
1096*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEC2ESt16initializer_listIwERKS1_;
1097*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEaSESt16initializer_listIwE;
1098*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEpLESt16initializer_listIwE;
1099*e4b17023SJohn Marino
1100*e4b17023SJohn Marino    # ctype<char>::_M_narrow_init and _M_widen_init
1101*e4b17023SJohn Marino    _ZNKSt5ctypeIcE14_M_narrow_initEv;
1102*e4b17023SJohn Marino    _ZNKSt5ctypeIcE13_M_widen_initEv;
1103*e4b17023SJohn Marino
1104*e4b17023SJohn Marino} GLIBCXX_3.4.10;
1105*e4b17023SJohn Marino
1106*e4b17023SJohn MarinoGLIBCXX_3.4.12 {
1107*e4b17023SJohn Marino
1108*e4b17023SJohn Marino    # mutex
1109*e4b17023SJohn Marino    _ZSt27__set_once_functor_lock_ptrPSt11unique_lockISt5mutexE;
1110*e4b17023SJohn Marino    _ZSt16__get_once_mutexv;
1111*e4b17023SJohn Marino
1112*e4b17023SJohn Marino} GLIBCXX_3.4.11;
1113*e4b17023SJohn Marino
1114*e4b17023SJohn MarinoGLIBCXX_3.4.13 {
1115*e4b17023SJohn Marino
1116*e4b17023SJohn Marino    # new fstream members
1117*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE4openERKSsSt13_Ios_Openmode;
1118*e4b17023SJohn Marino    _ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EEC[12]ERKSsSt13_Ios_Openmode;
1119*e4b17023SJohn Marino    _ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EE4openERKSsSt13_Ios_Openmode;
1120*e4b17023SJohn Marino    _ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EEC[12]ERKSsSt13_Ios_Openmode;
1121*e4b17023SJohn Marino    _ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE4openERKSsSt13_Ios_Openmode;
1122*e4b17023SJohn Marino    _ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EEC[12]ERKSsSt13_Ios_Openmode;
1123*e4b17023SJohn Marino    _ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE4openERKSsSt13_Ios_Openmode;
1124*e4b17023SJohn Marino
1125*e4b17023SJohn Marino} GLIBCXX_3.4.12;
1126*e4b17023SJohn Marino
1127*e4b17023SJohn MarinoGLIBCXX_3.4.14 {
1128*e4b17023SJohn Marino
1129*e4b17023SJohn Marino    # atomic
1130*e4b17023SJohn Marino    _ZNSt9__atomic011atomic_flag12test_and_setESt12memory_order;
1131*e4b17023SJohn Marino    _ZNSt9__atomic011atomic_flag5clearESt12memory_order;
1132*e4b17023SJohn Marino
1133*e4b17023SJohn Marino    # future
1134*e4b17023SJohn Marino    _ZNSt12future_errorD*;
1135*e4b17023SJohn Marino    _ZNKSt12future_error4whatEv;
1136*e4b17023SJohn Marino    _ZTSSt12future_error;
1137*e4b17023SJohn Marino    _ZTVSt12future_error;
1138*e4b17023SJohn Marino    _ZTISt12future_error;
1139*e4b17023SJohn Marino    _ZSt20__throw_future_errori;
1140*e4b17023SJohn Marino
1141*e4b17023SJohn Marino    # GLIBCXX_ABI compatibility only.
1142*e4b17023SJohn Marino    _ZSt15future_category;
1143*e4b17023SJohn Marino
1144*e4b17023SJohn Marino    # string|wstring ::cbegin member functions
1145*e4b17023SJohn Marino    _ZNKSs6cbeginEv;
1146*e4b17023SJohn Marino    _ZNKSs4cendEv;
1147*e4b17023SJohn Marino    _ZNKSs7crbeginEv;
1148*e4b17023SJohn Marino    _ZNKSs5crendEv;
1149*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE4cendEv;
1150*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE6cbeginEv;
1151*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE7crbeginEv;
1152*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE5crendEv;
1153*e4b17023SJohn Marino
1154*e4b17023SJohn Marino    # string|wstring ::_S_construct<> and ::_S_construct_aux_2 helpers
1155*e4b17023SJohn Marino    _ZNSs12_S_constructI*;
1156*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE12_S_constructI*;
1157*e4b17023SJohn Marino    _ZNSs18_S_construct_aux_2*;
1158*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE18_S_construct_aux_2*;
1159*e4b17023SJohn Marino
1160*e4b17023SJohn Marino    # string|wstring shrink_to_fit member function
1161*e4b17023SJohn Marino    _ZNSs13shrink_to_fitEv;
1162*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE13shrink_to_fitEv;
1163*e4b17023SJohn Marino
1164*e4b17023SJohn Marino    # string|wstring move contructor, move assignment operator and
1165*e4b17023SJohn Marino    # move assign.
1166*e4b17023SJohn Marino    _ZNSsC1EOSs;
1167*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEC1EOS2_;
1168*e4b17023SJohn Marino    _ZNSsaSEOSs;
1169*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEaSEOS2_;
1170*e4b17023SJohn Marino    _ZNSs6assignEOSs;
1171*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE6assignEOS2_;
1172*e4b17023SJohn Marino
1173*e4b17023SJohn Marino    _ZSt25__throw_bad_function_callv;
1174*e4b17023SJohn Marino
1175*e4b17023SJohn Marino    # std::time_get::_M_extract_wday_or_month
1176*e4b17023SJohn Marino    _ZNKSt8time_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE24_M_extract_wday_or_month*;
1177*e4b17023SJohn Marino
1178*e4b17023SJohn Marino    # libstdc++/16896
1179*e4b17023SJohn Marino    _ZNSt15_List_node_base7_M_hook*;
1180*e4b17023SJohn Marino    _ZNSt15_List_node_base9_M_unhookEv;
1181*e4b17023SJohn Marino    _ZNSt15_List_node_base10_M_reverseEv;
1182*e4b17023SJohn Marino    _ZNSt15_List_node_base11_M_transfer*;
1183*e4b17023SJohn Marino
1184*e4b17023SJohn Marino    _ZNSt6__norm15_List_node_base7_M_hook*;
1185*e4b17023SJohn Marino    _ZNSt6__norm15_List_node_base9_M_unhookEv;
1186*e4b17023SJohn Marino    _ZNSt6__norm15_List_node_base10_M_reverseEv;
1187*e4b17023SJohn Marino    _ZNSt6__norm15_List_node_base11_M_transfer*;
1188*e4b17023SJohn Marino
1189*e4b17023SJohn Marino    _ZNSt9__cxx199815_List_node_base7_M_hook*;
1190*e4b17023SJohn Marino    _ZNSt9__cxx199815_List_node_base9_M_unhookEv;
1191*e4b17023SJohn Marino    _ZNSt9__cxx199815_List_node_base10_M_reverseEv;
1192*e4b17023SJohn Marino    _ZNSt9__cxx199815_List_node_base11_M_transfer*;
1193*e4b17023SJohn Marino
1194*e4b17023SJohn Marino    # std::numeric_limits::max_digits10
1195*e4b17023SJohn Marino    _ZNSt21__numeric_limits_base12max_digits10E;
1196*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[a-m]E12max_digits10E;
1197*e4b17023SJohn Marino    _ZNSt14numeric_limitsI[p-z]E12max_digits10E;
1198*e4b17023SJohn Marino    _ZNSt14numeric_limitsID[is]E12max_digits10E;
1199*e4b17023SJohn Marino
1200*e4b17023SJohn Marino} GLIBCXX_3.4.13;
1201*e4b17023SJohn Marino
1202*e4b17023SJohn MarinoGLIBCXX_3.4.15 {
1203*e4b17023SJohn Marino
1204*e4b17023SJohn Marino    # string|wstring front and back member functions
1205*e4b17023SJohn Marino    _ZNSs5frontEv;
1206*e4b17023SJohn Marino    _ZNKSs5frontEv;
1207*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE5frontEv;
1208*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE5frontEv;
1209*e4b17023SJohn Marino    _ZNSs4backEv;
1210*e4b17023SJohn Marino    _ZNKSs4backEv;
1211*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE4backEv;
1212*e4b17023SJohn Marino    _ZNKSbIwSt11char_traitsIwESaIwEE4backEv;
1213*e4b17023SJohn Marino
1214*e4b17023SJohn Marino    # string|wstring move contructor.
1215*e4b17023SJohn Marino    _ZNSsC2EOSs;
1216*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEEC2EOS2_;
1217*e4b17023SJohn Marino
1218*e4b17023SJohn Marino    # basic_filebuf::_M_get_ext_pos
1219*e4b17023SJohn Marino    _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE14_M_get_ext_pos*;
1220*e4b17023SJohn Marino
1221*e4b17023SJohn Marino    # targets using emutls
1222*e4b17023SJohn Marino    __emutls_v._ZSt11__once_call;
1223*e4b17023SJohn Marino    __emutls_v._ZSt15__once_callable;
1224*e4b17023SJohn Marino
1225*e4b17023SJohn Marino    # std::future_category is now a function
1226*e4b17023SJohn Marino    _ZSt15future_categoryv;
1227*e4b17023SJohn Marino
1228*e4b17023SJohn Marino    # std::placeholders
1229*e4b17023SJohn Marino    _ZNSt12placeholders*;
1230*e4b17023SJohn Marino
1231*e4b17023SJohn Marino    _ZNSt8__detail15_List_node_base7_M_hook*;
1232*e4b17023SJohn Marino    _ZNSt8__detail15_List_node_base9_M_unhookEv;
1233*e4b17023SJohn Marino    _ZNSt8__detail15_List_node_base10_M_reverseEv;
1234*e4b17023SJohn Marino    _ZNSt8__detail15_List_node_base11_M_transfer*;
1235*e4b17023SJohn Marino    _ZNSt8__detail15_List_node_base4swapERS0_S1_;
1236*e4b17023SJohn Marino
1237*e4b17023SJohn Marino    _ZNSt11range_errorD2Ev;
1238*e4b17023SJohn Marino    _ZNSt12domain_errorD2Ev;
1239*e4b17023SJohn Marino    _ZNSt12length_errorD2Ev;
1240*e4b17023SJohn Marino    _ZNSt12out_of_rangeD2Ev;
1241*e4b17023SJohn Marino    _ZNSt14overflow_errorD2Ev;
1242*e4b17023SJohn Marino    _ZNSt15underflow_errorD2Ev;
1243*e4b17023SJohn Marino    _ZNSt16invalid_argumentD2Ev;
1244*e4b17023SJohn Marino
1245*e4b17023SJohn Marino    _ZNSt11regex_errorD*;
1246*e4b17023SJohn Marino    _ZNKSt11regex_error4whatEv;
1247*e4b17023SJohn Marino    _ZTVSt11regex_error;
1248*e4b17023SJohn Marino    _ZTISt11regex_error;
1249*e4b17023SJohn Marino    _ZSt19__throw_regex_errorNSt15regex_constants10error_typeE;
1250*e4b17023SJohn Marino
1251*e4b17023SJohn Marino    # std::bad_weak_ptr
1252*e4b17023SJohn Marino    _ZNSt12bad_weak_ptrD*;
1253*e4b17023SJohn Marino    _ZNKSt12bad_weak_ptr4whatEv;
1254*e4b17023SJohn Marino    _ZTVSt12bad_weak_ptr;
1255*e4b17023SJohn Marino    _ZTISt12bad_weak_ptr;
1256*e4b17023SJohn Marino
1257*e4b17023SJohn Marino    # std::bad_function_call
1258*e4b17023SJohn Marino    _ZNSt17bad_function_callD*;
1259*e4b17023SJohn Marino    _ZTISt17bad_function_call;
1260*e4b17023SJohn Marino    _ZTVSt17bad_function_call;
1261*e4b17023SJohn Marino
1262*e4b17023SJohn Marino    _ZNSt14error_categoryC*;
1263*e4b17023SJohn Marino    _ZNSt14error_categoryD*;
1264*e4b17023SJohn Marino
1265*e4b17023SJohn Marino    _ZNSt13__future_base12_Result_baseC*;
1266*e4b17023SJohn Marino    _ZNSt13__future_base12_Result_baseD*;
1267*e4b17023SJohn Marino    _ZTINSt13__future_base12_Result_baseE;
1268*e4b17023SJohn Marino    _ZTVNSt13__future_base12_Result_baseE;
1269*e4b17023SJohn Marino
1270*e4b17023SJohn Marino    _ZNSt13__future_base11_State_baseD*;
1271*e4b17023SJohn Marino    _ZTINSt13__future_base11_State_baseE;
1272*e4b17023SJohn Marino    _ZTVNSt13__future_base11_State_baseE;
1273*e4b17023SJohn Marino
1274*e4b17023SJohn Marino} GLIBCXX_3.4.14;
1275*e4b17023SJohn Marino
1276*e4b17023SJohn MarinoGLIBCXX_3.4.16 {
1277*e4b17023SJohn Marino
1278*e4b17023SJohn Marino    # libstdc++/48465
1279*e4b17023SJohn Marino    _ZNSs10_S_compareE[jmy][jmy];
1280*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE10_S_compareE[jmy][jmy];
1281*e4b17023SJohn Marino
1282*e4b17023SJohn Marino    # basic_streambuf<>::__safe_gbump, __safe_pbump
1283*e4b17023SJohn Marino    _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE12__safe_gbumpE*;
1284*e4b17023SJohn Marino    _ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE12__safe_pbumpE*;
1285*e4b17023SJohn Marino
1286*e4b17023SJohn Marino    # basic_stringbuf<>::_M_pbump
1287*e4b17023SJohn Marino    _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE8_M_pbumpE*;
1288*e4b17023SJohn Marino
1289*e4b17023SJohn Marino} GLIBCXX_3.4.15;
1290*e4b17023SJohn Marino
1291*e4b17023SJohn MarinoGLIBCXX_3.4.17 {
1292*e4b17023SJohn Marino
1293*e4b17023SJohn Marino    # std::thread::hardware_concurrency
1294*e4b17023SJohn Marino    _ZNSt6thread20hardware_concurrencyEv;
1295*e4b17023SJohn Marino
1296*e4b17023SJohn Marino    # __gnu_debug::_Safe_unordered_container_base and _Safe_local_iterator_base
1297*e4b17023SJohn Marino    _ZN11__gnu_debug30_Safe_unordered_container_base7_M_swapERS0_;
1298*e4b17023SJohn Marino    _ZN11__gnu_debug30_Safe_unordered_container_base13_M_detach_allEv;
1299*e4b17023SJohn Marino    _ZN11__gnu_debug25_Safe_local_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb;
1300*e4b17023SJohn Marino    _ZN11__gnu_debug25_Safe_local_iterator_base9_M_detachEv;
1301*e4b17023SJohn Marino
1302*e4b17023SJohn Marino    # std::chrono::steady_clock::now()
1303*e4b17023SJohn Marino    _ZNSt6chrono12steady_clock3nowEv;
1304*e4b17023SJohn Marino
1305*e4b17023SJohn Marino    # std::numeric_limits<__int128> and <unsigned __int128>
1306*e4b17023SJohn Marino    _ZNSt14numeric_limitsInE*;
1307*e4b17023SJohn Marino    _ZNSt14numeric_limitsIoE*;
1308*e4b17023SJohn Marino
1309*e4b17023SJohn Marino    # std::string::pop_back()
1310*e4b17023SJohn Marino    _ZNSs8pop_backEv;
1311*e4b17023SJohn Marino    # std::wstring::pop_back()
1312*e4b17023SJohn Marino    _ZNSbIwSt11char_traitsIwESaIwEE8pop_backEv;
1313*e4b17023SJohn Marino
1314*e4b17023SJohn Marino    # std::_Async_state_common::~_Async_state_common
1315*e4b17023SJohn Marino    _ZTINSt13__future_base19_Async_state_commonE;
1316*e4b17023SJohn Marino    _ZTSNSt13__future_base19_Async_state_commonE;
1317*e4b17023SJohn Marino    _ZTVNSt13__future_base19_Async_state_commonE;
1318*e4b17023SJohn Marino    _ZNSt13__future_base19_Async_state_commonD0Ev;
1319*e4b17023SJohn Marino    _ZNSt13__future_base19_Async_state_commonD1Ev;
1320*e4b17023SJohn Marino    _ZNSt13__future_base19_Async_state_commonD2Ev;
1321*e4b17023SJohn Marino
1322*e4b17023SJohn Marino} GLIBCXX_3.4.16;
1323*e4b17023SJohn Marino
1324*e4b17023SJohn Marino# Symbols in the support library (libsupc++) have their own tag.
1325*e4b17023SJohn MarinoCXXABI_1.3 {
1326*e4b17023SJohn Marino
1327*e4b17023SJohn Marino  global:
1328*e4b17023SJohn Marino    __cxa_allocate_exception;
1329*e4b17023SJohn Marino    __cxa_bad_cast;
1330*e4b17023SJohn Marino    __cxa_bad_typeid;
1331*e4b17023SJohn Marino    __cxa_begin_catch;
1332*e4b17023SJohn Marino    __cxa_begin_cleanup;
1333*e4b17023SJohn Marino    __cxa_call_unexpected;
1334*e4b17023SJohn Marino    __cxa_current_exception_type;
1335*e4b17023SJohn Marino    __cxa_demangle;
1336*e4b17023SJohn Marino    __cxa_end_catch;
1337*e4b17023SJohn Marino    __cxa_end_cleanup;
1338*e4b17023SJohn Marino    __cxa_free_exception;
1339*e4b17023SJohn Marino    __cxa_get_globals;
1340*e4b17023SJohn Marino    __cxa_get_globals_fast;
1341*e4b17023SJohn Marino    __cxa_guard_abort;
1342*e4b17023SJohn Marino    __cxa_guard_acquire;
1343*e4b17023SJohn Marino    __cxa_guard_release;
1344*e4b17023SJohn Marino    __cxa_pure_virtual;
1345*e4b17023SJohn Marino    __cxa_rethrow;
1346*e4b17023SJohn Marino    __cxa_throw;
1347*e4b17023SJohn Marino    __cxa_type_match;
1348*e4b17023SJohn Marino    __cxa_vec_ctor;
1349*e4b17023SJohn Marino    __cxa_vec_cctor;
1350*e4b17023SJohn Marino    __cxa_vec_cleanup;
1351*e4b17023SJohn Marino    __cxa_vec_delete;
1352*e4b17023SJohn Marino    __cxa_vec_delete2;
1353*e4b17023SJohn Marino    __cxa_vec_delete3;
1354*e4b17023SJohn Marino    __cxa_vec_dtor;
1355*e4b17023SJohn Marino    __cxa_vec_new;
1356*e4b17023SJohn Marino    __cxa_vec_new2;
1357*e4b17023SJohn Marino    __cxa_vec_new3;
1358*e4b17023SJohn Marino    __gxx_personality_v0;
1359*e4b17023SJohn Marino    __gxx_personality_sj0;
1360*e4b17023SJohn Marino    __dynamic_cast;
1361*e4b17023SJohn Marino
1362*e4b17023SJohn Marino    # *_type_info classes, ctor and dtor
1363*e4b17023SJohn Marino    _ZN10__cxxabiv117__array_type_info*;
1364*e4b17023SJohn Marino    _ZN10__cxxabiv117__class_type_info*;
1365*e4b17023SJohn Marino    _ZN10__cxxabiv116__enum_type_info*;
1366*e4b17023SJohn Marino    _ZN10__cxxabiv120__function_type_info*;
1367*e4b17023SJohn Marino    _ZN10__cxxabiv123__fundamental_type_info*;
1368*e4b17023SJohn Marino    _ZN10__cxxabiv117__pbase_type_info*;
1369*e4b17023SJohn Marino    _ZN10__cxxabiv129__pointer_to_member_type_info*;
1370*e4b17023SJohn Marino    _ZN10__cxxabiv119__pointer_type_info*;
1371*e4b17023SJohn Marino    _ZN10__cxxabiv120__si_class_type_info*;
1372*e4b17023SJohn Marino    _ZN10__cxxabiv121__vmi_class_type_info*;
1373*e4b17023SJohn Marino
1374*e4b17023SJohn Marino    # *_type_info classes, member functions
1375*e4b17023SJohn Marino    _ZNK10__cxxabiv117__class_type_info*;
1376*e4b17023SJohn Marino    _ZNK10__cxxabiv120__function_type_info*;
1377*e4b17023SJohn Marino    _ZNK10__cxxabiv117__pbase_type_info*;
1378*e4b17023SJohn Marino    _ZNK10__cxxabiv129__pointer_to_member_type_info*;
1379*e4b17023SJohn Marino    _ZNK10__cxxabiv119__pointer_type_info*;
1380*e4b17023SJohn Marino    _ZNK10__cxxabiv120__si_class_type_info*;
1381*e4b17023SJohn Marino    _ZNK10__cxxabiv121__vmi_class_type_info*;
1382*e4b17023SJohn Marino
1383*e4b17023SJohn Marino    # virtual table
1384*e4b17023SJohn Marino    _ZTVN10__cxxabiv117__array_type_infoE;
1385*e4b17023SJohn Marino    _ZTVN10__cxxabiv117__class_type_infoE;
1386*e4b17023SJohn Marino    _ZTVN10__cxxabiv116__enum_type_infoE;
1387*e4b17023SJohn Marino    _ZTVN10__cxxabiv120__function_type_infoE;
1388*e4b17023SJohn Marino    _ZTVN10__cxxabiv123__fundamental_type_infoE;
1389*e4b17023SJohn Marino    _ZTVN10__cxxabiv117__pbase_type_infoE;
1390*e4b17023SJohn Marino    _ZTVN10__cxxabiv129__pointer_to_member_type_infoE;
1391*e4b17023SJohn Marino    _ZTVN10__cxxabiv119__pointer_type_infoE;
1392*e4b17023SJohn Marino    _ZTVN10__cxxabiv120__si_class_type_infoE;
1393*e4b17023SJohn Marino    _ZTVN10__cxxabiv121__vmi_class_type_infoE;
1394*e4b17023SJohn Marino
1395*e4b17023SJohn Marino    # typeinfo structure (and some names)
1396*e4b17023SJohn Marino    _ZTI[a-fh-mp-z];
1397*e4b17023SJohn Marino    _ZTIP[a-fh-mp-z];
1398*e4b17023SJohn Marino    _ZTIPK[a-fh-mp-z];
1399*e4b17023SJohn Marino    _ZTIN10__cxxabiv117__array_type_infoE;
1400*e4b17023SJohn Marino    _ZTIN10__cxxabiv117__class_type_infoE;
1401*e4b17023SJohn Marino    _ZTIN10__cxxabiv116__enum_type_infoE;
1402*e4b17023SJohn Marino    _ZTIN10__cxxabiv120__function_type_infoE;
1403*e4b17023SJohn Marino    _ZTIN10__cxxabiv123__fundamental_type_infoE;
1404*e4b17023SJohn Marino    _ZTIN10__cxxabiv117__pbase_type_infoE;
1405*e4b17023SJohn Marino    _ZTIN10__cxxabiv129__pointer_to_member_type_infoE;
1406*e4b17023SJohn Marino    _ZTIN10__cxxabiv119__pointer_type_infoE;
1407*e4b17023SJohn Marino    _ZTIN10__cxxabiv120__si_class_type_infoE;
1408*e4b17023SJohn Marino    _ZTIN10__cxxabiv121__vmi_class_type_infoE;
1409*e4b17023SJohn Marino
1410*e4b17023SJohn Marino    # typeinfo name
1411*e4b17023SJohn Marino    _ZTS[a-fh-mp-z];
1412*e4b17023SJohn Marino    _ZTSP[a-fh-mp-z];
1413*e4b17023SJohn Marino    _ZTSPK[a-fh-mp-z];
1414*e4b17023SJohn Marino    _ZTSN10__cxxabiv117__array_type_infoE;
1415*e4b17023SJohn Marino    _ZTSN10__cxxabiv117__class_type_infoE;
1416*e4b17023SJohn Marino    _ZTSN10__cxxabiv116__enum_type_infoE;
1417*e4b17023SJohn Marino    _ZTSN10__cxxabiv120__function_type_infoE;
1418*e4b17023SJohn Marino    _ZTSN10__cxxabiv123__fundamental_type_infoE;
1419*e4b17023SJohn Marino    _ZTSN10__cxxabiv117__pbase_type_infoE;
1420*e4b17023SJohn Marino    _ZTSN10__cxxabiv129__pointer_to_member_type_infoE;
1421*e4b17023SJohn Marino    _ZTSN10__cxxabiv119__pointer_type_infoE;
1422*e4b17023SJohn Marino    _ZTSN10__cxxabiv120__si_class_type_infoE;
1423*e4b17023SJohn Marino    _ZTSN10__cxxabiv121__vmi_class_type_infoE;
1424*e4b17023SJohn Marino
1425*e4b17023SJohn Marino    # __gnu_cxx::_verbose_terminate_handler()
1426*e4b17023SJohn Marino    _ZN9__gnu_cxx27__verbose_terminate_handlerEv;
1427*e4b17023SJohn Marino
1428*e4b17023SJohn Marino};
1429*e4b17023SJohn Marino
1430*e4b17023SJohn MarinoCXXABI_1.3.1 {
1431*e4b17023SJohn Marino
1432*e4b17023SJohn Marino    __cxa_get_exception_ptr;
1433*e4b17023SJohn Marino
1434*e4b17023SJohn Marino} CXXABI_1.3;
1435*e4b17023SJohn Marino
1436*e4b17023SJohn MarinoCXXABI_1.3.2 {
1437*e4b17023SJohn Marino
1438*e4b17023SJohn Marino    # typeinfo structures
1439*e4b17023SJohn Marino    _ZTIN10__cxxabiv115__forced_unwindE;
1440*e4b17023SJohn Marino    _ZTIN10__cxxabiv119__foreign_exceptionE;
1441*e4b17023SJohn Marino
1442*e4b17023SJohn Marino} CXXABI_1.3.1;
1443*e4b17023SJohn Marino
1444*e4b17023SJohn MarinoCXXABI_1.3.3 {
1445*e4b17023SJohn Marino
1446*e4b17023SJohn Marino    # typeinfo for char16_t and char32_t
1447*e4b17023SJohn Marino    _ZTIDs;
1448*e4b17023SJohn Marino    _ZTIPDs;
1449*e4b17023SJohn Marino    _ZTIPKDs;
1450*e4b17023SJohn Marino    _ZTIDi;
1451*e4b17023SJohn Marino    _ZTIPDi;
1452*e4b17023SJohn Marino    _ZTIPKDi;
1453*e4b17023SJohn Marino
1454*e4b17023SJohn Marino    # exception_ptr
1455*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptrC1Ev;
1456*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptrC2Ev;
1457*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptrC1ERKS0_;
1458*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptrC2ERKS0_;
1459*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptrC1EMS0_FvvE;
1460*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptrC2EMS0_FvvE;
1461*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptrD1Ev;
1462*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptrD2Ev;
1463*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptraSERKS0_;
1464*e4b17023SJohn Marino    _ZNKSt15__exception_ptr13exception_ptrcvMS0_FvvEEv;
1465*e4b17023SJohn Marino    _ZNKSt15__exception_ptr13exception_ptrntEv;
1466*e4b17023SJohn Marino    _ZNKSt15__exception_ptr13exception_ptr20__cxa_exception_typeEv;
1467*e4b17023SJohn Marino    _ZNSt15__exception_ptr13exception_ptr4swapERS0_;
1468*e4b17023SJohn Marino    _ZNSt15__exception_ptreqERKNS_13exception_ptrES2_;
1469*e4b17023SJohn Marino    _ZNSt15__exception_ptrneERKNS_13exception_ptrES2_;
1470*e4b17023SJohn Marino
1471*e4b17023SJohn Marino    _ZSt17current_exceptionv;
1472*e4b17023SJohn Marino    _ZSt17rethrow_exceptionNSt15__exception_ptr13exception_ptrE;
1473*e4b17023SJohn Marino
1474*e4b17023SJohn Marino} CXXABI_1.3.2;
1475*e4b17023SJohn Marino
1476*e4b17023SJohn MarinoCXXABI_1.3.4 {
1477*e4b17023SJohn Marino
1478*e4b17023SJohn Marino    # typeinfo for decimal floating point types
1479*e4b17023SJohn Marino    _ZTID[fde];
1480*e4b17023SJohn Marino    _ZTIPD[fde];
1481*e4b17023SJohn Marino    _ZTIPKD[fde];
1482*e4b17023SJohn Marino
1483*e4b17023SJohn Marino} CXXABI_1.3.3;
1484*e4b17023SJohn Marino
1485*e4b17023SJohn MarinoCXXABI_1.3.5 {
1486*e4b17023SJohn Marino
1487*e4b17023SJohn Marino    # typeinfo for decltype(nullptr)
1488*e4b17023SJohn Marino    _ZTIDn;
1489*e4b17023SJohn Marino    _ZTIPDn;
1490*e4b17023SJohn Marino    _ZTIPKDn;
1491*e4b17023SJohn Marino
1492*e4b17023SJohn Marino    # typeinfo for __int128 and unsigned __int128
1493*e4b17023SJohn Marino    _ZTI[no];
1494*e4b17023SJohn Marino    _ZTIP[no];
1495*e4b17023SJohn Marino    _ZTIPK[no];
1496*e4b17023SJohn Marino
1497*e4b17023SJohn Marino    # Default function.
1498*e4b17023SJohn Marino    _ZSt11_Hash_bytesPKv*;
1499*e4b17023SJohn Marino
1500*e4b17023SJohn Marino    # FNV hash.
1501*e4b17023SJohn Marino    _ZSt15_Fnv_hash_bytesPKv*;
1502*e4b17023SJohn Marino
1503*e4b17023SJohn Marino    # std::nested_exception
1504*e4b17023SJohn Marino    _ZNSt16nested_exceptionD*;
1505*e4b17023SJohn Marino    _ZTISt16nested_exception;
1506*e4b17023SJohn Marino    _ZTVSt16nested_exception;
1507*e4b17023SJohn Marino
1508*e4b17023SJohn Marino} CXXABI_1.3.4;
1509*e4b17023SJohn Marino
1510*e4b17023SJohn MarinoCXXABI_1.3.6 {
1511*e4b17023SJohn Marino
1512*e4b17023SJohn Marino    __cxa_allocate_dependent_exception;
1513*e4b17023SJohn Marino    __cxa_free_dependent_exception;
1514*e4b17023SJohn Marino    __cxa_deleted_virtual;
1515*e4b17023SJohn Marino
1516*e4b17023SJohn Marino} CXXABI_1.3.5;
1517*e4b17023SJohn Marino
1518*e4b17023SJohn Marino
1519*e4b17023SJohn Marino# Symbols in the support library (libsupc++) supporting transactional memory.
1520*e4b17023SJohn MarinoCXXABI_TM_1 {
1521*e4b17023SJohn Marino
1522*e4b17023SJohn Marino  global:
1523*e4b17023SJohn Marino    __cxa_tm_cleanup;
1524*e4b17023SJohn Marino
1525*e4b17023SJohn Marino};