summaryrefslogtreecommitdiffstats
path: root/lib/libc/mips/Symbol.map
blob: d7fbd0adc5d0f2d46de83bfaef428cfd23188750 (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/*
 * $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;

	_setjmp;
	_longjmp;
	alloca;
	fabs;
	__infinity;
	__nan;
	makecontext;
	setjmp;
	longjmp;
	sigsetjmp;
	siglongjmp;
	htonl;
	htons;
	ntohl;
	ntohs;
	vfork;
	brk;
	cerror;		/* XXX - Should this be .cerror (see sys/cerror.S)? */
	sbrk;
};

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

	_set_tp;
	___longjmp;
	__umodsi3;
	__modsi3;
	__udivsi3;
	__divsi3;
	__makecontext;
	__longjmp;
	signalcontext;
	_signalcontext;
	__siglongjmp;
	__sys_vfork;
	_vfork;
	_end;
	__curbrk;
	minbrk;
	_brk;
	_sbrk;

	/* softfloat */
	__addsf3;
	__adddf3;
	__subsf3;
	__subdf3;
	__mulsf3;
	__muldf3;
	__divsf3;
	__divdf3;
	__floatsisf;
	__floatsidf;
	__fixsfsi;
	__fixdfsi;
	__fixunssfsi;
	__fixunsdfsi;
	__extendsfdf2;
	__truncdfsf2;
};
OpenPOWER on IntegriCloud