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