xref: /freebsd/lib/libc/arm/Symbol.map (revision 1c656143be734de4b1e1bac27c0c48ef4d974510)
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	makecontext;
13	brk;
14	sbrk;
15};
16
17FBSD_1.3 {
18	__flt_rounds;
19};
20
21FBSD_1.4 {
22	__gnu_Unwind_Find_exidx;
23	dl_unwind_find_exidx;
24};
25
26FBSD_1.6 {
27	arm_drain_writebuf;
28	arm_sync_icache;
29};
30
31FBSDprivate_1.0 {
32	/* PSEUDO syscalls */
33	_getlogin;
34
35	__aeabi_read_tp;
36	___longjmp;
37	__makecontext;
38	__longjmp;
39	signalcontext;
40	_signalcontext;
41	__siglongjmp;
42	_vfork;
43	_brk;
44	_sbrk;
45
46	_libc_arm_fpu_present;
47};
48