]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/stdlib/Symbol.map
Merge LLVM libunwind trunk r351319, from just before upstream's
[FreeBSD/FreeBSD.git] / lib / libc / stdlib / Symbol.map
1 /*
2  * $FreeBSD$
3  */
4
5 FBSD_1.0 {
6         _Exit;
7         a64l;
8         abort;
9         abs;
10         atexit;
11         __cxa_atexit;
12         __cxa_finalize;
13         atof;
14         atoi;
15         atol;
16         atoll;
17         bsearch;
18         div;
19         __isthreaded;
20         exit;
21         getenv;
22         opterr;
23         optind;
24         optopt;
25         optreset;
26         optarg;
27         getopt;
28         getopt_long;
29         getopt_long_only;
30         suboptarg;
31         getsubopt;
32         grantpt;
33         ptsname;
34         unlockpt;
35         hcreate;
36         hdestroy;
37         hsearch;
38         heapsort;
39         imaxabs;
40         imaxdiv;
41         insque;
42         l64a;
43         l64a_r;
44         labs;
45         ldiv;
46         llabs;
47         lldiv;
48         lsearch;
49         lfind;
50         mergesort;
51         putenv;
52         qsort_r;
53         qsort;
54         radixsort;
55         sradixsort;
56         rand_r;
57         rand;
58         srand;
59         sranddev;
60         srandom;
61         srandomdev;
62         initstate;
63         setstate;
64         random;
65         reallocf;
66         realpath;
67         remque;
68         setenv;
69         unsetenv;
70         strfmon;
71         strtoimax;
72         strtol;
73         strtoll;
74         strtonum;
75         strtoq;
76         strtoul;
77         strtoull;
78         strtoumax;
79         strtouq;
80         system;
81         tdelete;
82         tfind;
83         tsearch;
84         twalk;
85 };
86
87 FBSD_1.3 {
88         at_quick_exit;
89         atof_l;
90         atoi_l;
91         atol_l;
92         atoll_l;
93         quick_exit;
94         strtod_l;
95         strtof_l;
96         strtoimax_l;
97         strtol_l;
98         strtold_l;
99         strtoll_l;
100         strtoq_l;
101         strtoul_l;
102         strtoull_l;
103         strtoumax_l;
104         strtouq_l;
105 };
106
107 FBSD_1.4 {
108         atexit_b;
109         bsearch_b;
110         heapsort_b;
111         mergesort_b;
112         qsort_b;
113         hcreate_r;
114         hdestroy_r;
115         hsearch_r;
116         reallocarray;
117 };
118
119 FBSD_1.5 {
120         __cxa_thread_atexit;
121         __cxa_thread_atexit_impl;
122         abort_handler_s;
123         ignore_handler_s;
124         set_constraint_handler_s;
125 };
126
127 FBSDprivate_1.0 {
128         __system;
129         _system;
130         __libc_system;
131         __cxa_thread_call_dtors;
132 };