]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/i386/Symbol.map
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / i386 / Symbol.map
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  */
10 FBSD_1.0 {
11         /* PSEUDO syscalls */
12         _exit;
13
14         .mcount;
15         _setjmp;
16         _longjmp;
17         alloca;
18         fabs;
19         __flt_rounds;
20         __nan;
21         __infinity;
22         makecontext;
23         modf;
24         rfork_thread;
25         setjmp;
26         longjmp;
27         sigsetjmp;
28         siglongjmp;
29         htonl;
30         htons;
31         ntohl;
32         ntohs;
33         vfork;
34         brk;
35         exect;
36         i386_clr_watch;
37         i386_get_fsbase;
38         i386_get_gsbase;
39         i386_get_ioperm;
40         i386_get_ldt;
41         i386_set_fsbase;
42         i386_set_gsbase;
43         i386_set_ioperm;
44         i386_set_ldt;
45         i386_set_watch;
46         i386_vm86;
47         sbrk;
48         ___tls_get_addr;
49 };
50
51 FBSDprivate_1.0 {
52         /* PSEUDO syscalls */
53         __sys_getlogin;
54         _getlogin;
55         __sys_exit;
56
57         _set_tp;
58         ___longjmp;
59         __makecontext;
60         __longjmp;
61         __signalcontext;
62         signalcontext;
63         __siglongjmp;
64         __sys_vfork;
65         _vfork;
66         _end;
67         .cerror;
68         _brk;
69         .curbrk;
70         .minbrk;
71 };