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