aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64/Symbol.map
blob: ab9670e38b9d9c89c3aea6cbec10a6d9b365db84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*
 * $FreeBSD$
 */

/*
 * This only needs to contain symbols that are not listed in
 * symbol maps from other parts of libc (i.e., not found in
 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
 */
FBSD_1.0 {
	/* PSEUDO syscalls */
	_exit;

	_mcount;
	_setjmp;
	_longjmp;
	fabs;
	__flt_rounds;
	fpgetmask;
	fpgetround;
	fpgetsticky;
	fpsetmask;
	fpsetround;
	__infinity;
	__nan;
	makecontext;
	setjmp;
	longjmp;
	sigsetjmp;
	siglongjmp;
	htonl;
	htons;
	ntohl;
	ntohs;
	brk;
	exect;
	sbrk;
	vfork;
};

FBSDprivate_1.0 {
	/* PSEUDO syscalls */
	__sys_getlogin;
	_getlogin;
	__sys_exit;

	_set_tp;
	_fpgetsticky;
	__makecontext;
	__longjmp;
	signalcontext;
	__signalcontext;
	__syncicache;
	_end;
	_cerror;
};