xref: /freebsd/lib/libc/arm/Symbol.map (revision e3e9c205ff54aac287309e03a808d9e9ec5c49eb)
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	/* PSEUDO syscalls */
8	_exit;
9
10	__mcount;
11	_setjmp;
12	_longjmp;
13	alloca;
14	fabs;
15	__infinity;
16	__nan;
17	makecontext;
18	setjmp;
19	longjmp;
20	sigsetjmp;
21	siglongjmp;
22	htonl;
23	htons;
24	ntohl;
25	ntohs;
26	vfork;
27	brk;
28	sbrk;
29};
30
31FBSD_1.3 {
32	__flt_rounds;
33};
34
35FBSD_1.4 {
36	__gnu_Unwind_Find_exidx;
37	dl_unwind_find_exidx;
38};
39
40FBSD_1.6 {
41	arm_drain_writebuf;
42	arm_sync_icache;
43};
44
45FBSDprivate_1.0 {
46	/* PSEUDO syscalls */
47	_getlogin;
48
49	__aeabi_read_tp;
50	___longjmp;
51	__makecontext;
52	__longjmp;
53	signalcontext;
54	_signalcontext;
55	__siglongjmp;
56	_vfork;
57	_brk;
58	_sbrk;
59
60	_libc_arm_fpu_present;
61};
62