]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/ia64/Symbol.map
This commit was generated by cvs2svn to compensate for changes in r162916,
[FreeBSD/FreeBSD.git] / lib / libc / ia64 / Symbol.map
1 # $FreeBSD$
2
3 #
4 # This only needs to contain symbols that are not listed in
5 # symbol maps from other parts of libc (i.e., not found in
6 # stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
7 #
8 FBSD_1.0 {
9         # PSEUDO syscalls
10         _exit;
11
12         mcount;
13         _setjmp;
14         _longjmp;
15         fabs;
16         __flt_rounds;
17         fpgetmask;
18         fpgetround;
19         fpsetmask;
20         fpsetround;
21         __infinity;
22         __nan;
23         makecontext;
24         modf;
25         setjmp;
26         longjmp;
27         sigsetjmp;
28         siglongjmp;
29         htonl;
30         __htonl;
31         htons;
32         __htons;
33         ntohl;
34         __ntohl;
35         ntohs;
36         __ntohs;
37         vfork;
38         brk;
39         exect;
40         fork;
41         sbrk;
42 };
43
44 FBSDprivate {
45         # PSEUDO syscalls
46         __sys_getlogin;
47         _getlogin;
48         __sys_exit;
49
50         _set_tp;
51         __divdf3;
52         __divdi3;
53         __divsf3;
54         __divsi3;
55         __moddi3;
56         __modsi3;
57         __udivdi3;
58         __udivsi3;
59         __umoddi3;
60         __umodsi3;
61         _mcount;
62         ___longjmp;
63         __makecontext;
64         __longjmp;
65         signalcontext;
66         __signalcontext;
67         __siglongjmp;
68         _Unwind_FindTableEntry;
69         __sys_vfork;
70         _vfork;
71         _end;
72         minbrk;
73         .cerror;
74         __sys_fork;
75         _fork;
76         curbrk;
77 };