xref: /freebsd/lib/libc/arm/Symbol.map (revision e2257b31)
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 */
6FBSD_1.0 {
7	__mcount;
8	alloca;
9};
10
11FBSD_1.3 {
12	__flt_rounds;
13};
14
15FBSD_1.4 {
16	__gnu_Unwind_Find_exidx;
17	dl_unwind_find_exidx;
18};
19
20FBSD_1.6 {
21	arm_drain_writebuf;
22	arm_sync_icache;
23};
24
25FBSDprivate_1.0 {
26	__aeabi_read_tp;
27	___longjmp;
28	__longjmp;
29	signalcontext;
30	_signalcontext;
31	__siglongjmp;
32
33	_libc_arm_fpu_present;
34};
35