xref: /freebsd/lib/libc/powerpc/Symbol.map (revision 315ee00f)
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	fabs;
17	__flt_rounds;
18	fpgetmask;
19	fpgetround;
20	fpgetsticky;
21	fpsetmask;
22	fpsetround;
23	__infinity;
24	__nan;
25	makecontext;
26	setjmp;
27	longjmp;
28	sigsetjmp;
29	siglongjmp;
30	htonl;
31	htons;
32	ntohl;
33	ntohs;
34	brk;
35	sbrk;
36	vfork;
37};
38
39FBSD_1.3 {
40	__eabi;
41};
42
43FBSDprivate_1.0 {
44	/* PSEUDO syscalls */
45	_getlogin;
46
47	_fpgetsticky;
48	__makecontext;
49	__longjmp;
50	signalcontext;
51	__signalcontext;
52	__syncicache;
53};
54