]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/arm/Symbol.map
libc: centralize makecontext symbols
[FreeBSD/FreeBSD.git] / lib / libc / arm / Symbol.map
1 /*
2  * This only needs to contain symbols that are not listed in
3  * symbol maps from other parts of libc (i.e., not found in
4  * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
5  */
6 FBSD_1.0 {
7         __mcount;
8         alloca;
9         fabs;
10         __infinity;
11         __nan;
12         brk;
13         sbrk;
14 };
15
16 FBSD_1.3 {
17         __flt_rounds;
18 };
19
20 FBSD_1.4 {
21         __gnu_Unwind_Find_exidx;
22         dl_unwind_find_exidx;
23 };
24
25 FBSD_1.6 {
26         arm_drain_writebuf;
27         arm_sync_icache;
28 };
29
30 FBSDprivate_1.0 {
31         /* PSEUDO syscalls */
32         _getlogin;
33
34         __aeabi_read_tp;
35         ___longjmp;
36         __longjmp;
37         signalcontext;
38         _signalcontext;
39         __siglongjmp;
40         _vfork;
41         _brk;
42         _sbrk;
43
44         _libc_arm_fpu_present;
45 };