summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/Symbol.map
blob: ea3604ea321713201764fc79e4316a8b23d496bb (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/*
 * $FreeBSD$
 */

FBSD_1.0 {
	_Exit;
	a64l;
	abort;
	abs;
	atexit;
	__cxa_atexit;
	__cxa_finalize;
	atof;
	atoi;
	atol;
	atoll;
	bsearch;
	div;
	__isthreaded;
	exit;
	getenv;
	opterr;
	optind;
	optopt;
	optreset;
	optarg;
	getopt;
	getopt_long;
	getopt_long_only;
	suboptarg;
	getsubopt;
	grantpt;
	ptsname;
	unlockpt;
	hcreate;
	hdestroy;
	hsearch;
	heapsort;
	imaxabs;
	imaxdiv;
	insque;
	l64a;
	l64a_r;
	labs;
	ldiv;
	llabs;
	lldiv;
	lsearch;
	lfind;
	_malloc_options;
	_malloc_message;
	malloc;
	posix_memalign;
	calloc;
	realloc;
	free;
	malloc_usable_size;
	mergesort;
	putenv;
	qsort_r;
	qsort;
	radixsort;
	sradixsort;
	rand_r;
	rand;
	srand;
	sranddev;
	srandom;
	srandomdev;
	initstate;
	setstate;
	random;
	reallocf;
	realpath;
	remque;
	setenv;
	unsetenv;
	strfmon;
	strtoimax;
	strtol;
	strtoll;
	strtonum;
	strtoq;
	strtoul;
	strtoull;
	strtoumax;
	strtouq;
	system;
	tdelete;
	tfind;
	tsearch;
	twalk;
};

FBSD_1.3 {
	at_quick_exit;
	atof_l;
	atoi_l;
	atol_l;
	atoll_l;
	quick_exit;
	strtod_l;
	strtof_l;
	strtoimax_l;
	strtol_l;
	strtold_l;
	strtoll_l;
	strtoq_l;
	strtoul_l;
	strtoull_l;
	strtoumax_l;
	strtouq_l;
};

FBSDprivate_1.0 {
	_malloc_thread_cleanup;
	_malloc_prefork;
	_malloc_postfork;
	__system;
	_system;
};
OpenPOWER on IntegriCloud