summaryrefslogtreecommitdiff
path: root/chromium/buildtools/third_party/libc++/trunk/utils/sym_check/linux_blacklist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/buildtools/third_party/libc++/trunk/utils/sym_check/linux_blacklist.txt')
-rw-r--r--chromium/buildtools/third_party/libc++/trunk/utils/sym_check/linux_blacklist.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/buildtools/third_party/libc++/trunk/utils/sym_check/linux_blacklist.txt b/chromium/buildtools/third_party/libc++/trunk/utils/sym_check/linux_blacklist.txt
new file mode 100644
index 00000000000..4d9d1d4b9e3
--- /dev/null
+++ b/chromium/buildtools/third_party/libc++/trunk/utils/sym_check/linux_blacklist.txt
@@ -0,0 +1,19 @@
+# all guard variables
+_ZGVNSt3__
+# all vtables
+_ZTV
+# all VTT
+_ZTT
+# all non-virtual thunks
+_ZTh
+# all virtual thunks
+_ZTv
+# typeinfo for std::__1::__types
+# There are no std::__types
+_ZTINSt3__1[0-9][0-9]*__
+# typeinfo name for std::__1::__types
+_ZTSNSt3__1[0-9][0-9]*__
+# anything using __hidden_allocator
+.*__hidden_allocator
+# anything using __sso_allocator
+.*__sso_allocator