Deleted Added
full compact
Symbol.map (226606) Symbol.map (240152)
1/*
1/*
2 * $FreeBSD: head/lib/libc/i386/Symbol.map 226606 2011-10-21 06:40:36Z das $
2 * $FreeBSD: head/lib/libc/i386/Symbol.map 240152 2012-09-05 21:41:05Z jilles $
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 */
10FBSD_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 rfork_thread;
24 setjmp;
25 longjmp;
26 sigsetjmp;
27 siglongjmp;
28 htonl;
29 htons;
30 ntohl;
31 ntohs;
32 vfork;
33 brk;
34 exect;
35 i386_clr_watch;
36 i386_get_fsbase;
37 i386_get_gsbase;
38 i386_get_ioperm;
39 i386_get_ldt;
40 i386_set_fsbase;
41 i386_set_gsbase;
42 i386_set_ioperm;
43 i386_set_ldt;
44 i386_set_watch;
45 i386_vm86;
46 sbrk;
47 ___tls_get_addr;
48};
49
50FBSDprivate_1.0 {
51 /* PSEUDO syscalls */
52 __sys_getlogin;
53 _getlogin;
54 __sys_exit;
55
56 _set_tp;
57 ___longjmp;
58 __makecontext;
59 __longjmp;
60 __signalcontext;
61 signalcontext;
62 __siglongjmp;
63 __sys_vfork;
64 _vfork;
65 _end;
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 */
10FBSD_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 rfork_thread;
24 setjmp;
25 longjmp;
26 sigsetjmp;
27 siglongjmp;
28 htonl;
29 htons;
30 ntohl;
31 ntohs;
32 vfork;
33 brk;
34 exect;
35 i386_clr_watch;
36 i386_get_fsbase;
37 i386_get_gsbase;
38 i386_get_ioperm;
39 i386_get_ldt;
40 i386_set_fsbase;
41 i386_set_gsbase;
42 i386_set_ioperm;
43 i386_set_ldt;
44 i386_set_watch;
45 i386_vm86;
46 sbrk;
47 ___tls_get_addr;
48};
49
50FBSDprivate_1.0 {
51 /* PSEUDO syscalls */
52 __sys_getlogin;
53 _getlogin;
54 __sys_exit;
55
56 _set_tp;
57 ___longjmp;
58 __makecontext;
59 __longjmp;
60 __signalcontext;
61 signalcontext;
62 __siglongjmp;
63 __sys_vfork;
64 _vfork;
65 _end;
66 .cerror;
67 _brk;
68 .curbrk;
69 .minbrk;
70};
66 _brk;
67 .curbrk;
68 .minbrk;
69};