blob: ae407d2b0c66640c57496209148470e3c339947b (
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
|
# SUNW* symbols are here for hysterical raisins
SUNWprivate {
global:
inflateBackInit_;
local: *;
};
SUNW_1.1 {
global:
adler32;
compress;
compress2;
crc32;
deflate;
deflateCopy;
deflateEnd;
deflateInit2_;
deflateInit_;
deflateParams;
deflateReset;
deflateSetDictionary;
get_crc_table;
gzclose;
gzdopen;
gzeof;
gzerror;
gzflush;
gzgetc;
gzgets;
gzopen;
gzprintf;
gzputc;
gzputs;
gzread;
gzrewind;
gzseek;
gzsetparams;
gztell;
gzwrite;
inflate;
inflateEnd;
inflateInit2_;
inflateInit_;
inflateReset;
inflateSetDictionary;
inflateSync;
inflateSyncPoint;
uncompress;
zError;
zlibVersion;
};
SUNW_1.2 {
global:
adler32_combine;
compressBound;
crc32_combine;
deflateBound;
deflatePrime;
deflateSetHeader;
deflateTune;
gzclearerr;
gzdirect;
gzungetc;
inflateBack;
inflateBackEnd;
inflateCopy;
inflateGetHeader;
inflatePrime;
zlibCompileFlags;
} SUNW_1.1;
ZLIB_1.2.3.3 {
global:
adler32_combine64;
crc32_combine64;
gzopen64;
gzseek64;
gztell64;
inflateUndermine;
} SUNW_1.2;
ZLIB_1.2.3.4 {
global:
inflateReset2;
inflateMark;
} ZLIB_1.2.3.3;
ZLIB_1.2.3.5 {
global:
gzbuffer;
gzoffset;
gzoffset64;
gzclose_r;
gzclose_w;
} ZLIB_1.2.3.4;
ZLIB_1.2.5.1 {
global:
deflatePending;
} ZLIB_1.2.3.5;
ZLIB_1.2.5.2 {
global:
deflateResetKeep;
gzgetc_;
inflateResetKeep;
} ZLIB_1.2.5.1;
|