forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjulia.expmap.in
49 lines (46 loc) · 1.09 KB
/
julia.expmap.in
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
@JULIA_SHLIB_SYMBOL_VERSION@ {
global:
pthread*;
__stack_chk_*;
asprintf*;
bitvector_*;
ios_*;
arraylist_*;
small_arraylist_*;
jl_*;
ijl_*;
_jl_mutex_*;
rec_backtrace*;
julia_*;
libsupport_init*;
localtime_r*;
memhash*;
memhash32*;
memhash32_seed*;
memhash_seed*;
restore_signals*;
u8_*;
uv_*;
add_library_mapping*;
utf8proc_*;
jlbacktrace*;
jlbacktracet*;
_IO_stdin_used*; /* glibc expects this to be exported to detect which version of glibc is being used, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109 for further details */
_Z24jl_coverage_data_pointerN4llvm9StringRefEi*;
_Z22jl_coverage_alloc_lineN4llvm9StringRefEi*;
_Z22jl_malloc_data_pointerN4llvm9StringRefEi*;
_jl_timing_*;
LLVMExtra*;
JLJIT*;
llvmGetPassPluginInfo*;
/* freebsd */
environ*;
__progname*;
local:
*;
};
@LLVM_SHLIB_SYMBOL_VERSION@ {
global:
/* Make visible so that linker will merge duplicate definitions across DSO boundaries */
_ZN4llvm3Any6TypeId*;
};