xref: /freebsd/lib/libc/arm/Symbol.map (revision 734e82fe33aa764367791a7d603b383996c6b40b)
1/*
2 */
3
4/*
5 * This only needs to contain symbols that are not listed in
6 * symbol maps from other parts of libc (i.e., not found in
7 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
8 */
9FBSD_1.0 {
10	/* PSEUDO syscalls */
11	_exit;
12
13	__mcount;
14	_setjmp;
15	_longjmp;
16	alloca;
17	fabs;
18	__infinity;
19	__nan;
20	makecontext;
21	setjmp;
22	longjmp;
23	sigsetjmp;
24	siglongjmp;
25	htonl;
26	htons;
27	ntohl;
28	ntohs;
29	vfork;
30	brk;
31	sbrk;
32};
33
34FBSD_1.3 {
35	__flt_rounds;
36};
37
38FBSD_1.4 {
39	__gnu_Unwind_Find_exidx;
40	dl_unwind_find_exidx;
41};
42
43FBSD_1.6 {
44	arm_drain_writebuf;
45	arm_sync_icache;
46};
47
48FBSDprivate_1.0 {
49	/* PSEUDO syscalls */
50	_getlogin;
51
52	__aeabi_read_tp;
53	___longjmp;
54	__makecontext;
55	__longjmp;
56	signalcontext;
57	_signalcontext;
58	__siglongjmp;
59	_vfork;
60	_brk;
61	_sbrk;
62
63	_libc_arm_fpu_present;
64};
65