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