xref: /freebsd/lib/libc/arm/Symbol.map (revision 5d79b5445e12873b316a04de352d12a02bfe2d53)
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	fabs;
10	__infinity;
11	__nan;
12	brk;
13	sbrk;
14};
15
16FBSD_1.3 {
17	__flt_rounds;
18};
19
20FBSD_1.4 {
21	__gnu_Unwind_Find_exidx;
22	dl_unwind_find_exidx;
23};
24
25FBSD_1.6 {
26	arm_drain_writebuf;
27	arm_sync_icache;
28};
29
30FBSDprivate_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};
46