]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/arm/Symbol.map
libc: centralize a few numeric 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         brk;
10         sbrk;
11 };
12
13 FBSD_1.3 {
14         __flt_rounds;
15 };
16
17 FBSD_1.4 {
18         __gnu_Unwind_Find_exidx;
19         dl_unwind_find_exidx;
20 };
21
22 FBSD_1.6 {
23         arm_drain_writebuf;
24         arm_sync_icache;
25 };
26
27 FBSDprivate_1.0 {
28         /* PSEUDO syscalls */
29         _getlogin;
30
31         __aeabi_read_tp;
32         ___longjmp;
33         __longjmp;
34         signalcontext;
35         _signalcontext;
36         __siglongjmp;
37         _vfork;
38         _brk;
39         _sbrk;
40
41         _libc_arm_fpu_present;
42 };