blob: a58c9cdf91ca6f32d223a1ba31ac04605540a62d [file] [log] [blame]
{
# Symbols marked as 'local' are not exported by the DSO and thus may not
# be used by client applications.
local:
# libunwind
_ULx86_64_*;
_Ux86_64_*;
_U_dyn_info_list_addr;
unw_backtrace;
# libev
ev_*;
# zlib
adler32*;
crc32*;
deflate*;
get_crc_table;
inflate*;
zError;
zlib*;
# devtoolset
__cxa_throw_bad_array*;
# breakpad
ConvertUTF*;
isLegalUTF8Sequence;
my_*;
extern "C++" {
# glog, gflags, and protobuf
*google::*;
fL*::FLAGS_*;
gflags_mutex_namespace::*;
glog_internal_namespace_::*;
# breakpad
google_breakpad::*;
logger::write*;
CreateGUID*;
GUIDToString*;
# crcutil
crcutil::*;
crcutil_interface::*;
# devtoolset - the Red Hat devtoolset statically links c++11 symbols
# into binaries so that the result may be executed on a system with an
# older libstdc++ which doesn't include the necessary c++11 symbols.
std::*;
};
};