blob: 6249930dc1b99821dad725ea8d6733b6fe164c24 [file] [log] [blame]
Martin Stjernholm43551622018-11-09 15:14:54 +00001# This is used only to hide data symbols that get imported through
2# whole_static_libs, or else they might trigger the ASan odr-violation check.
3# Before adding symbols here, please make sure that it doesn't give rise to a
4# real ODR problem. All these symbols are either in .rodata or .data.rel.ro
5# sections.
6LIBARTBASE {
7 local:
8 PPMD7_kExpEscape;
9 XZ_SIG;
10 g_AlignedAlloc;
11 g_Alloc;
12 g_BigAlloc;
13 g_MidAlloc;
14 k7zSignature;
15};