xref: /freebsd-13.1/lib/libc/mips/Symbol.map (revision 052d3c12)
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	_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
38FBSDprivate_1.0 {
39	/* PSEUDO syscalls */
40	__sys_getlogin;
41	_getlogin;
42	__sys_exit;
43
44	_set_tp;
45	___longjmp;
46	__makecontext;
47	__longjmp;
48	signalcontext;
49	_signalcontext;
50	__siglongjmp;
51	__sys_vfork;
52	_vfork;
53	_end;
54	_brk;
55	_sbrk;
56};
57