Merge lp:~xnox/upstart/abi-check into lp:upstart

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 1559
Proposed branch: lp:~xnox/upstart/abi-check
Merge into: lp:upstart
Diff against target: 7569 lines (+7531/-3)
3 files modified
configure.ac (+1/-1)
lib/Makefile.am (+2/-2)
lib/abi/x86_64-linux-gnu/libupstart_1.0.0.abi (+7528/-0)
To merge this branch: bzr merge lp:~xnox/upstart/abi-check
Reviewer Review Type Date Requested Status
James Hunt Approve
Review via email: mp+193938@code.launchpad.net

Description of the change

This branch makes abi-compliance-checker run against per arch-os abi dumps.
Note that at the moment we are checking compat against a single dump.
In practice we should be checking against each upstart release, to catch if things got added and then changed/dropped since initial introduction of this library.

At least now abi-compliance-checker will not fail on architectures without a stored dump yet.

To post a comment you must log in.
Revision history for this message
James Hunt (jamesodhunt) wrote :

Hi Dmitrijs,

Great! Could you quote/add braces around those variables in configure.ac though for consistency and safety.

lp:~xnox/upstart/abi-check updated
1556. By Dimitri John Ledkov

quote shell variables

Revision history for this message
James Hunt (jamesodhunt) wrote :

LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2013-10-31 18:19:46 +0000
+++ configure.ac 2013-11-05 15:08:53 +0000
@@ -96,7 +96,7 @@
96 AC_SUBST([ABI_COMPLIANCE_CHECKER])96 AC_SUBST([ABI_COMPLIANCE_CHECKER])
97fi97fi
9898
99AM_CONDITIONAL([HAVE_ABI_CHECKER], [test ! -z "$ABI_COMPLIANCE_CHECKER"])99AM_CONDITIONAL([HAVE_ABI_CHECKER], [test ! -z "$ABI_COMPLIANCE_CHECKER" && test -e "$srcdir"/lib/abi/"$host_cpu"-"$host_os"/*.abi])
100100
101# Checks for header files.101# Checks for header files.
102AC_CHECK_HEADERS([valgrind/valgrind.h, sys/prctl.h])102AC_CHECK_HEADERS([valgrind/valgrind.h, sys/prctl.h])
103103
=== modified file 'lib/Makefile.am'
--- lib/Makefile.am 2013-07-04 10:51:53 +0000
+++ lib/Makefile.am 2013-11-05 15:08:53 +0000
@@ -59,7 +59,7 @@
59 $(LIBS) $(NIH_LIBS) $(NIH_DBUS_LIBS) $(DBUS_LIBS) -lrt59 $(LIBS) $(NIH_LIBS) $(NIH_DBUS_LIBS) $(DBUS_LIBS) -lrt
6060
61# latest ABI61# latest ABI
62abi_official = $(srcdir)/abi/libupstart/libupstart_$(LIBUPSTART_VERSION_DOTTED).abi62abi_official = $(srcdir)/abi/$(host_cpu)-$(host_os)/libupstart_$(LIBUPSTART_VERSION_DOTTED).abi
6363
64# disposable ABI descriptor for the currently-built library64# disposable ABI descriptor for the currently-built library
65abi_build_XML = libupstart-abi.xml65abi_build_XML = libupstart-abi.xml
@@ -80,7 +80,7 @@
80 libupstart.pc.in.in \80 libupstart.pc.in.in \
81 run_abi_checker.sh.in \81 run_abi_checker.sh.in \
82 libupstart.ver \82 libupstart.ver \
83 $(abi_official) \83 $(wildcard $(srcdir)/abi/*/*.abi) \
84 $(abi_build_XML).in84 $(abi_build_XML).in
8585
86run_abi_checker.sh: run_abi_checker.sh.in libupstart.la $(abi_build_XML)86run_abi_checker.sh: run_abi_checker.sh.in libupstart.la $(abi_build_XML)
8787
=== renamed directory 'lib/abi/libupstart' => 'lib/abi/i686-linux-gnu'
=== added directory 'lib/abi/x86_64-linux-gnu'
=== added file 'lib/abi/x86_64-linux-gnu/libupstart_1.0.0.abi'
--- lib/abi/x86_64-linux-gnu/libupstart_1.0.0.abi 1970-01-01 00:00:00 +0000
+++ lib/abi/x86_64-linux-gnu/libupstart_1.0.0.abi 2013-11-05 15:08:53 +0000
@@ -0,0 +1,7528 @@
1$VAR1 = {
2 'ABI_COMPLIANCE_CHECKER_VERSION' => '1.99.8.5',
3 'ABI_DUMP_VERSION' => '3.2',
4 'Arch' => 'x86_64',
5 'Constants' => {
6 'DBUS_ADDRESS_UPSTART' => {
7 'Header' => 'upstart-dbus.h',
8 'Value' => '"unix:abstract=/com/ubuntu/upstart"'
9 },
10 'DBUS_INTERFACE_UPSTART' => {
11 'Header' => 'upstart-dbus.h',
12 'Value' => '"com.ubuntu.Upstart0_6"'
13 },
14 'DBUS_INTERFACE_UPSTART_INSTANCE' => {
15 'Header' => 'upstart-dbus.h',
16 'Value' => '"com.ubuntu.Upstart0_6.Instance"'
17 },
18 'DBUS_INTERFACE_UPSTART_JOB' => {
19 'Header' => 'upstart-dbus.h',
20 'Value' => '"com.ubuntu.Upstart0_6.Job"'
21 },
22 'DBUS_PATH_UPSTART' => {
23 'Header' => 'upstart-dbus.h',
24 'Value' => '"/com/ubuntu/Upstart"'
25 },
26 'DBUS_SERVICE_UPSTART' => {
27 'Header' => 'upstart-dbus.h',
28 'Value' => '"com.ubuntu.Upstart"'
29 }
30 },
31 'DepSymbols' => {
32 'libc-2.17.so' => {
33 '_Exit@@GLIBC_2.16' => 1,
34 '_IO_2_1_stderr_@@GLIBC_2.16' => -160,
35 '_IO_2_1_stdin_@@GLIBC_2.16' => -160,
36 '_IO_2_1_stdout_@@GLIBC_2.16' => -160,
37 '_IO_adjust_column@@GLIBC_2.16' => 1,
38 '_IO_adjust_wcolumn@@GLIBC_2.16' => 1,
39 '_IO_default_doallocate@@GLIBC_2.16' => 1,
40 '_IO_default_finish@@GLIBC_2.16' => 1,
41 '_IO_default_pbackfail@@GLIBC_2.16' => 1,
42 '_IO_default_uflow@@GLIBC_2.16' => 1,
43 '_IO_default_xsgetn@@GLIBC_2.16' => 1,
44 '_IO_default_xsputn@@GLIBC_2.16' => 1,
45 '_IO_do_write@@GLIBC_2.16' => 1,
46 '_IO_doallocbuf@@GLIBC_2.16' => 1,
47 '_IO_fclose@@GLIBC_2.16' => 1,
48 '_IO_fdopen@@GLIBC_2.16' => 1,
49 '_IO_feof@@GLIBC_2.16' => 1,
50 '_IO_ferror@@GLIBC_2.16' => 1,
51 '_IO_fflush@@GLIBC_2.16' => 1,
52 '_IO_fgetpos64@@GLIBC_2.16' => 1,
53 '_IO_fgetpos@@GLIBC_2.16' => 1,
54 '_IO_fgets@@GLIBC_2.16' => 1,
55 '_IO_file_attach@@GLIBC_2.16' => 1,
56 '_IO_file_close@@GLIBC_2.16' => 1,
57 '_IO_file_close_it@@GLIBC_2.16' => 1,
58 '_IO_file_doallocate@@GLIBC_2.16' => 1,
59 '_IO_file_finish@@GLIBC_2.16' => 1,
60 '_IO_file_fopen@@GLIBC_2.16' => 1,
61 '_IO_file_init@@GLIBC_2.16' => 1,
62 '_IO_file_jumps@@GLIBC_2.16' => -84,
63 '_IO_file_open@@GLIBC_2.16' => 1,
64 '_IO_file_overflow@@GLIBC_2.16' => 1,
65 '_IO_file_read@@GLIBC_2.16' => 1,
66 '_IO_file_seek@@GLIBC_2.16' => 1,
67 '_IO_file_seekoff@@GLIBC_2.16' => 1,
68 '_IO_file_setbuf@@GLIBC_2.16' => 1,
69 '_IO_file_stat@@GLIBC_2.16' => 1,
70 '_IO_file_sync@@GLIBC_2.16' => 1,
71 '_IO_file_underflow@@GLIBC_2.16' => 1,
72 '_IO_file_write@@GLIBC_2.16' => 1,
73 '_IO_file_xsputn@@GLIBC_2.16' => 1,
74 '_IO_flockfile@@GLIBC_2.16' => 1,
75 '_IO_flush_all@@GLIBC_2.16' => 1,
76 '_IO_flush_all_linebuffered@@GLIBC_2.16' => 1,
77 '_IO_fopen@@GLIBC_2.16' => 1,
78 '_IO_fprintf@@GLIBC_2.16' => 1,
79 '_IO_fputs@@GLIBC_2.16' => 1,
80 '_IO_fread@@GLIBC_2.16' => 1,
81 '_IO_free_backup_area@@GLIBC_2.16' => 1,
82 '_IO_free_wbackup_area@@GLIBC_2.16' => 1,
83 '_IO_fsetpos64@@GLIBC_2.16' => 1,
84 '_IO_fsetpos@@GLIBC_2.16' => 1,
85 '_IO_ftell@@GLIBC_2.16' => 1,
86 '_IO_ftrylockfile@@GLIBC_2.16' => 1,
87 '_IO_funlockfile@@GLIBC_2.16' => 1,
88 '_IO_fwrite@@GLIBC_2.16' => 1,
89 '_IO_getc@@GLIBC_2.16' => 1,
90 '_IO_getline@@GLIBC_2.16' => 1,
91 '_IO_getline_info@@GLIBC_2.16' => 1,
92 '_IO_gets@@GLIBC_2.16' => 1,
93 '_IO_init@@GLIBC_2.16' => 1,
94 '_IO_init_marker@@GLIBC_2.16' => 1,
95 '_IO_init_wmarker@@GLIBC_2.16' => 1,
96 '_IO_iter_begin@@GLIBC_2.16' => 1,
97 '_IO_iter_end@@GLIBC_2.16' => 1,
98 '_IO_iter_file@@GLIBC_2.16' => 1,
99 '_IO_iter_next@@GLIBC_2.16' => 1,
100 '_IO_least_wmarker@@GLIBC_2.16' => 1,
101 '_IO_link_in@@GLIBC_2.16' => 1,
102 '_IO_list_all@@GLIBC_2.16' => -4,
103 '_IO_list_lock@@GLIBC_2.16' => 1,
104 '_IO_list_resetlock@@GLIBC_2.16' => 1,
105 '_IO_list_unlock@@GLIBC_2.16' => 1,
106 '_IO_marker_delta@@GLIBC_2.16' => 1,
107 '_IO_marker_difference@@GLIBC_2.16' => 1,
108 '_IO_padn@@GLIBC_2.16' => 1,
109 '_IO_peekc_locked@@GLIBC_2.16' => 1,
110 '_IO_popen@@GLIBC_2.16' => 1,
111 '_IO_printf@@GLIBC_2.16' => 1,
112 '_IO_proc_close@@GLIBC_2.16' => 1,
113 '_IO_proc_open@@GLIBC_2.16' => 1,
114 '_IO_putc@@GLIBC_2.16' => 1,
115 '_IO_puts@@GLIBC_2.16' => 1,
116 '_IO_remove_marker@@GLIBC_2.16' => 1,
117 '_IO_seekmark@@GLIBC_2.16' => 1,
118 '_IO_seekoff@@GLIBC_2.16' => 1,
119 '_IO_seekpos@@GLIBC_2.16' => 1,
120 '_IO_seekwmark@@GLIBC_2.16' => 1,
121 '_IO_setb@@GLIBC_2.16' => 1,
122 '_IO_setbuffer@@GLIBC_2.16' => 1,
123 '_IO_setvbuf@@GLIBC_2.16' => 1,
124 '_IO_sgetn@@GLIBC_2.16' => 1,
125 '_IO_sprintf@@GLIBC_2.16' => 1,
126 '_IO_sputbackc@@GLIBC_2.16' => 1,
127 '_IO_sputbackwc@@GLIBC_2.16' => 1,
128 '_IO_sscanf@@GLIBC_2.16' => 1,
129 '_IO_str_init_readonly@@GLIBC_2.16' => 1,
130 '_IO_str_init_static@@GLIBC_2.16' => 1,
131 '_IO_str_overflow@@GLIBC_2.16' => 1,
132 '_IO_str_pbackfail@@GLIBC_2.16' => 1,
133 '_IO_str_seekoff@@GLIBC_2.16' => 1,
134 '_IO_str_underflow@@GLIBC_2.16' => 1,
135 '_IO_sungetc@@GLIBC_2.16' => 1,
136 '_IO_sungetwc@@GLIBC_2.16' => 1,
137 '_IO_switch_to_get_mode@@GLIBC_2.16' => 1,
138 '_IO_switch_to_main_wget_area@@GLIBC_2.16' => 1,
139 '_IO_switch_to_wbackup_area@@GLIBC_2.16' => 1,
140 '_IO_switch_to_wget_mode@@GLIBC_2.16' => 1,
141 '_IO_un_link@@GLIBC_2.16' => 1,
142 '_IO_ungetc@@GLIBC_2.16' => 1,
143 '_IO_unsave_markers@@GLIBC_2.16' => 1,
144 '_IO_unsave_wmarkers@@GLIBC_2.16' => 1,
145 '_IO_vfprintf@@GLIBC_2.16' => 1,
146 '_IO_vfscanf@@GLIBC_2.16' => 1,
147 '_IO_vsprintf@@GLIBC_2.16' => 1,
148 '_IO_wdefault_doallocate@@GLIBC_2.16' => 1,
149 '_IO_wdefault_finish@@GLIBC_2.16' => 1,
150 '_IO_wdefault_pbackfail@@GLIBC_2.16' => 1,
151 '_IO_wdefault_uflow@@GLIBC_2.16' => 1,
152 '_IO_wdefault_xsgetn@@GLIBC_2.16' => 1,
153 '_IO_wdefault_xsputn@@GLIBC_2.16' => 1,
154 '_IO_wdo_write@@GLIBC_2.16' => 1,
155 '_IO_wdoallocbuf@@GLIBC_2.16' => 1,
156 '_IO_wfile_jumps@@GLIBC_2.16' => -84,
157 '_IO_wfile_overflow@@GLIBC_2.16' => 1,
158 '_IO_wfile_seekoff@@GLIBC_2.16' => 1,
159 '_IO_wfile_sync@@GLIBC_2.16' => 1,
160 '_IO_wfile_underflow@@GLIBC_2.16' => 1,
161 '_IO_wfile_xsputn@@GLIBC_2.16' => 1,
162 '_IO_wmarker_delta@@GLIBC_2.16' => 1,
163 '_IO_wsetb@@GLIBC_2.16' => 1,
164 '__abort_msg@@GLIBC_PRIVATE' => -4,
165 '__adjtimex@@GLIBC_2.16' => 1,
166 '__after_morecore_hook@@GLIBC_2.16' => -4,
167 '__arch_prctl@@GLIBC_2.16' => 1,
168 '__argz_count@@GLIBC_2.16' => 1,
169 '__argz_next@@GLIBC_2.16' => 1,
170 '__argz_stringify@@GLIBC_2.16' => 1,
171 '__asprintf@@GLIBC_2.16' => 1,
172 '__asprintf_chk@@GLIBC_2.16' => 1,
173 '__assert@@GLIBC_2.16' => 1,
174 '__assert_fail@@GLIBC_2.16' => 1,
175 '__assert_perror_fail@@GLIBC_2.16' => 1,
176 '__backtrace@@GLIBC_2.16' => 1,
177 '__backtrace_symbols@@GLIBC_2.16' => 1,
178 '__backtrace_symbols_fd@@GLIBC_2.16' => 1,
179 '__bsd_getpgrp@@GLIBC_2.16' => 1,
180 '__bzero@@GLIBC_2.16' => 1,
181 '__check_rhosts_file@@GLIBC_2.16' => -4,
182 '__chk_fail@@GLIBC_2.16' => 1,
183 '__clock_getcpuclockid@@GLIBC_PRIVATE' => 1,
184 '__clock_getres@@GLIBC_PRIVATE' => 1,
185 '__clock_gettime@@GLIBC_PRIVATE' => 1,
186 '__clock_nanosleep@@GLIBC_PRIVATE' => 1,
187 '__clock_settime@@GLIBC_PRIVATE' => 1,
188 '__clone@@GLIBC_2.16' => 1,
189 '__close@@GLIBC_2.16' => 1,
190 '__cmsg_nxthdr@@GLIBC_2.16' => 1,
191 '__confstr_chk@@GLIBC_2.16' => 1,
192 '__connect@@GLIBC_2.16' => 1,
193 '__ctype_b_loc@@GLIBC_2.16' => 1,
194 '__ctype_get_mb_cur_max@@GLIBC_2.16' => 1,
195 '__ctype_init@@GLIBC_PRIVATE' => 1,
196 '__ctype_tolower_loc@@GLIBC_2.16' => 1,
197 '__ctype_toupper_loc@@GLIBC_2.16' => 1,
198 '__curbrk@@GLIBC_2.16' => -4,
199 '__cxa_at_quick_exit@@GLIBC_2.16' => 1,
200 '__cxa_atexit@@GLIBC_2.16' => 1,
201 '__cxa_finalize@@GLIBC_2.16' => 1,
202 '__cyg_profile_func_enter@@GLIBC_2.16' => 1,
203 '__cyg_profile_func_exit@@GLIBC_2.16' => 1,
204 '__daylight@@GLIBC_2.16' => -4,
205 '__dcgettext@@GLIBC_2.16' => 1,
206 '__default_morecore@@GLIBC_2.16' => 1,
207 '__dgettext@@GLIBC_2.16' => 1,
208 '__dprintf_chk@@GLIBC_2.16' => 1,
209 '__dup2@@GLIBC_2.16' => 1,
210 '__duplocale@@GLIBC_2.16' => 1,
211 '__endmntent@@GLIBC_2.16' => 1,
212 '__environ@@GLIBC_2.16' => -4,
213 '__errno_location@@GLIBC_2.16' => 1,
214 '__fbufsize@@GLIBC_2.16' => 1,
215 '__fcntl@@GLIBC_2.16' => 1,
216 '__fdelt_chk@@GLIBC_2.16' => 1,
217 '__fdelt_warn@@GLIBC_2.16' => 1,
218 '__fentry__@@GLIBC_2.16' => 1,
219 '__ffs@@GLIBC_2.16' => 1,
220 '__fgets_chk@@GLIBC_2.16' => 1,
221 '__fgets_unlocked_chk@@GLIBC_2.16' => 1,
222 '__fgetws_chk@@GLIBC_2.16' => 1,
223 '__fgetws_unlocked_chk@@GLIBC_2.16' => 1,
224 '__finite@@GLIBC_2.16' => 1,
225 '__finitef@@GLIBC_2.16' => 1,
226 '__finitel@@GLIBC_2.16' => 1,
227 '__flbf@@GLIBC_2.16' => 1,
228 '__fork@@GLIBC_2.16' => 1,
229 '__fortify_fail@@GLIBC_PRIVATE' => 1,
230 '__fpending@@GLIBC_2.16' => 1,
231 '__fprintf_chk@@GLIBC_2.16' => 1,
232 '__fpu_control@@GLIBC_2.16' => -2,
233 '__fpurge@@GLIBC_2.16' => 1,
234 '__fread_chk@@GLIBC_2.16' => 1,
235 '__fread_unlocked_chk@@GLIBC_2.16' => 1,
236 '__freadable@@GLIBC_2.16' => 1,
237 '__freading@@GLIBC_2.16' => 1,
238 '__free_hook@@GLIBC_2.16' => -4,
239 '__freelocale@@GLIBC_2.16' => 1,
240 '__fsetlocking@@GLIBC_2.16' => 1,
241 '__fwprintf_chk@@GLIBC_2.16' => 1,
242 '__fwritable@@GLIBC_2.16' => 1,
243 '__fwriting@@GLIBC_2.16' => 1,
244 '__fxstat64@@GLIBC_2.16' => 1,
245 '__fxstat@@GLIBC_2.16' => 1,
246 '__fxstatat64@@GLIBC_2.16' => 1,
247 '__fxstatat@@GLIBC_2.16' => 1,
248 '__gai_sigqueue@@GLIBC_PRIVATE' => 1,
249 '__gconv_get_alias_db@@GLIBC_PRIVATE' => 1,
250 '__gconv_get_cache@@GLIBC_PRIVATE' => 1,
251 '__gconv_get_modules_db@@GLIBC_PRIVATE' => 1,
252 '__get_cpu_features@@GLIBC_PRIVATE' => 1,
253 '__getauxval@@GLIBC_2.16' => 1,
254 '__getcwd_chk@@GLIBC_2.16' => 1,
255 '__getdelim@@GLIBC_2.16' => 1,
256 '__getdomainname_chk@@GLIBC_2.16' => 1,
257 '__getgroups_chk@@GLIBC_2.16' => 1,
258 '__gethostname_chk@@GLIBC_2.16' => 1,
259 '__getlogin_r_chk@@GLIBC_2.16' => 1,
260 '__getmntent_r@@GLIBC_2.16' => 1,
261 '__getpagesize@@GLIBC_2.16' => 1,
262 '__getpgid@@GLIBC_2.16' => 1,
263 '__getpid@@GLIBC_2.16' => 1,
264 '__gets_chk@@GLIBC_2.16' => 1,
265 '__gettimeofday@@GLIBC_2.16' => 1,
266 '__getwd_chk@@GLIBC_2.16' => 1,
267 '__gmtime_r@@GLIBC_2.16' => 1,
268 '__h_errno_location@@GLIBC_2.16' => 1,
269 '__internal_endnetgrent@@GLIBC_PRIVATE' => 1,
270 '__internal_getnetgrent_r@@GLIBC_PRIVATE' => 1,
271 '__internal_setnetgrent@@GLIBC_PRIVATE' => 1,
272 '__isalnum_l@@GLIBC_2.16' => 1,
273 '__isalpha_l@@GLIBC_2.16' => 1,
274 '__isascii_l@@GLIBC_2.16' => 1,
275 '__isblank_l@@GLIBC_2.16' => 1,
276 '__iscntrl_l@@GLIBC_2.16' => 1,
277 '__isctype@@GLIBC_2.16' => 1,
278 '__isdigit_l@@GLIBC_2.16' => 1,
279 '__isgraph_l@@GLIBC_2.16' => 1,
280 '__isinf@@GLIBC_2.16' => 1,
281 '__isinff@@GLIBC_2.16' => 1,
282 '__isinfl@@GLIBC_2.16' => 1,
283 '__islower_l@@GLIBC_2.16' => 1,
284 '__isnan@@GLIBC_2.16' => 1,
285 '__isnanf@@GLIBC_2.16' => 1,
286 '__isnanl@@GLIBC_2.16' => 1,
287 '__isoc99_fscanf@@GLIBC_2.16' => 1,
288 '__isoc99_fwscanf@@GLIBC_2.16' => 1,
289 '__isoc99_scanf@@GLIBC_2.16' => 1,
290 '__isoc99_sscanf@@GLIBC_2.16' => 1,
291 '__isoc99_swscanf@@GLIBC_2.16' => 1,
292 '__isoc99_vfscanf@@GLIBC_2.16' => 1,
293 '__isoc99_vfwscanf@@GLIBC_2.16' => 1,
294 '__isoc99_vscanf@@GLIBC_2.16' => 1,
295 '__isoc99_vsscanf@@GLIBC_2.16' => 1,
296 '__isoc99_vswscanf@@GLIBC_2.16' => 1,
297 '__isoc99_vwscanf@@GLIBC_2.16' => 1,
298 '__isoc99_wscanf@@GLIBC_2.16' => 1,
299 '__isprint_l@@GLIBC_2.16' => 1,
300 '__ispunct_l@@GLIBC_2.16' => 1,
301 '__isspace_l@@GLIBC_2.16' => 1,
302 '__isupper_l@@GLIBC_2.16' => 1,
303 '__iswalnum_l@@GLIBC_2.16' => 1,
304 '__iswalpha_l@@GLIBC_2.16' => 1,
305 '__iswblank_l@@GLIBC_2.16' => 1,
306 '__iswcntrl_l@@GLIBC_2.16' => 1,
307 '__iswctype@@GLIBC_2.16' => 1,
308 '__iswctype_l@@GLIBC_2.16' => 1,
309 '__iswdigit_l@@GLIBC_2.16' => 1,
310 '__iswgraph_l@@GLIBC_2.16' => 1,
311 '__iswlower_l@@GLIBC_2.16' => 1,
312 '__iswprint_l@@GLIBC_2.16' => 1,
313 '__iswpunct_l@@GLIBC_2.16' => 1,
314 '__iswspace_l@@GLIBC_2.16' => 1,
315 '__iswupper_l@@GLIBC_2.16' => 1,
316 '__iswxdigit_l@@GLIBC_2.16' => 1,
317 '__isxdigit_l@@GLIBC_2.16' => 1,
318 '__ivaliduser@@GLIBC_2.16' => 1,
319 '__key_decryptsession_pk_LOCAL@@GLIBC_2.16' => -4,
320 '__key_encryptsession_pk_LOCAL@@GLIBC_2.16' => -4,
321 '__key_gendes_LOCAL@@GLIBC_2.16' => -4,
322 '__libc_alloca_cutoff@@GLIBC_PRIVATE' => 1,
323 '__libc_allocate_rtsig@@GLIBC_2.16' => 1,
324 '__libc_allocate_rtsig_private@@GLIBC_PRIVATE' => 1,
325 '__libc_calloc@@GLIBC_2.16' => 1,
326 '__libc_clntudp_bufcreate@@GLIBC_PRIVATE' => 1,
327 '__libc_current_sigrtmax@@GLIBC_2.16' => 1,
328 '__libc_current_sigrtmax_private@@GLIBC_PRIVATE' => 1,
329 '__libc_current_sigrtmin@@GLIBC_2.16' => 1,
330 '__libc_current_sigrtmin_private@@GLIBC_PRIVATE' => 1,
331 '__libc_dl_error_tsd@@GLIBC_PRIVATE' => 1,
332 '__libc_dlclose@@GLIBC_PRIVATE' => 1,
333 '__libc_dlopen_mode@@GLIBC_PRIVATE' => 1,
334 '__libc_dlsym@@GLIBC_PRIVATE' => 1,
335 '__libc_fatal@@GLIBC_PRIVATE' => 1,
336 '__libc_fork@@GLIBC_PRIVATE' => 1,
337 '__libc_free@@GLIBC_2.16' => 1,
338 '__libc_freeres@@GLIBC_2.16' => 1,
339 '__libc_ifunc_impl_list@@GLIBC_PRIVATE' => 1,
340 '__libc_init_first@@GLIBC_2.16' => 1,
341 '__libc_longjmp@@GLIBC_PRIVATE' => 1,
342 '__libc_mallinfo@@GLIBC_2.16' => 1,
343 '__libc_malloc@@GLIBC_2.16' => 1,
344 '__libc_mallopt@@GLIBC_2.16' => 1,
345 '__libc_memalign@@GLIBC_2.16' => 1,
346 '__libc_pthread_init@@GLIBC_PRIVATE' => 1,
347 '__libc_pvalloc@@GLIBC_2.16' => 1,
348 '__libc_pwrite@@GLIBC_PRIVATE' => 1,
349 '__libc_realloc@@GLIBC_2.16' => 1,
350 '__libc_rpc_getport@@GLIBC_PRIVATE' => 1,
351 '__libc_sa_len@@GLIBC_2.16' => 1,
352 '__libc_secure_getenv@@GLIBC_PRIVATE' => 1,
353 '__libc_siglongjmp@@GLIBC_PRIVATE' => 1,
354 '__libc_start_main@@GLIBC_2.16' => 1,
355 '__libc_system@@GLIBC_PRIVATE' => 1,
356 '__libc_thread_freeres@@GLIBC_PRIVATE' => 1,
357 '__libc_valloc@@GLIBC_2.16' => 1,
358 '__longjmp_chk@@GLIBC_2.16' => 1,
359 '__lseek@@GLIBC_2.16' => 1,
360 '__lxstat64@@GLIBC_2.16' => 1,
361 '__lxstat@@GLIBC_2.16' => 1,
362 '__madvise@@GLIBC_PRIVATE' => 1,
363 '__malloc_hook@@GLIBC_2.16' => -4,
364 '__malloc_initialize_hook@@GLIBC_2.16' => -4,
365 '__mbrlen@@GLIBC_2.16' => 1,
366 '__mbrtowc@@GLIBC_2.16' => 1,
367 '__mbsnrtowcs_chk@@GLIBC_2.16' => 1,
368 '__mbsrtowcs_chk@@GLIBC_2.16' => 1,
369 '__mbstowcs_chk@@GLIBC_2.16' => 1,
370 '__memalign_hook@@GLIBC_2.16' => -4,
371 '__memcpy_chk@@GLIBC_2.16' => 1,
372 '__memmove_chk@@GLIBC_2.16' => 1,
373 '__mempcpy@@GLIBC_2.16' => 1,
374 '__mempcpy_chk@@GLIBC_2.16' => 1,
375 '__mempcpy_small@@GLIBC_2.16' => 1,
376 '__memset_chk@@GLIBC_2.16' => 1,
377 '__monstartup@@GLIBC_2.16' => 1,
378 '__morecore@@GLIBC_2.16' => -4,
379 '__nanosleep@@GLIBC_2.16' => 1,
380 '__newlocale@@GLIBC_2.16' => 1,
381 '__nl_langinfo_l@@GLIBC_2.16' => 1,
382 '__nss_configure_lookup@@GLIBC_2.16' => 1,
383 '__nss_database_lookup@@GLIBC_2.16' => 1,
384 '__nss_disable_nscd@@GLIBC_PRIVATE' => 1,
385 '__nss_group_lookup2@@GLIBC_PRIVATE' => 1,
386 '__nss_group_lookup@@GLIBC_2.16' => 1,
387 '__nss_hostname_digits_dots@@GLIBC_2.16' => 1,
388 '__nss_hosts_lookup2@@GLIBC_PRIVATE' => 1,
389 '__nss_hosts_lookup@@GLIBC_2.16' => 1,
390 '__nss_lookup@@GLIBC_PRIVATE' => 1,
391 '__nss_lookup_function@@GLIBC_PRIVATE' => 1,
392 '__nss_next2@@GLIBC_PRIVATE' => 1,
393 '__nss_next@@GLIBC_2.16' => 1,
394 '__nss_passwd_lookup2@@GLIBC_PRIVATE' => 1,
395 '__nss_passwd_lookup@@GLIBC_2.16' => 1,
396 '__nss_services_lookup2@@GLIBC_PRIVATE' => 1,
397 '__obstack_printf_chk@@GLIBC_2.16' => 1,
398 '__obstack_vprintf_chk@@GLIBC_2.16' => 1,
399 '__open64@@GLIBC_2.16' => 1,
400 '__open64_2@@GLIBC_2.16' => 1,
401 '__open@@GLIBC_2.16' => 1,
402 '__open_2@@GLIBC_2.16' => 1,
403 '__open_catalog@@GLIBC_PRIVATE' => 1,
404 '__openat64_2@@GLIBC_2.16' => 1,
405 '__openat_2@@GLIBC_2.16' => 1,
406 '__overflow@@GLIBC_2.16' => 1,
407 '__pipe@@GLIBC_2.16' => 1,
408 '__poll@@GLIBC_2.16' => 1,
409 '__poll_chk@@GLIBC_2.16' => 1,
410 '__posix_getopt@@GLIBC_2.16' => 1,
411 '__ppoll_chk@@GLIBC_2.16' => 1,
412 '__pread64@@GLIBC_2.16' => 1,
413 '__pread64_chk@@GLIBC_2.16' => 1,
414 '__pread_chk@@GLIBC_2.16' => 1,
415 '__printf_chk@@GLIBC_2.16' => 1,
416 '__printf_fp@@GLIBC_2.16' => 1,
417 '__profile_frequency@@GLIBC_2.16' => 1,
418 '__progname@@GLIBC_2.16' => -4,
419 '__progname_full@@GLIBC_2.16' => -4,
420 '__ptsname_r_chk@@GLIBC_2.16' => 1,
421 '__pwrite64@@GLIBC_2.16' => 1,
422 '__rawmemchr@@GLIBC_2.16' => 1,
423 '__rcmd_errstr@@GLIBC_2.16' => -4,
424 '__read@@GLIBC_2.16' => 1,
425 '__read_chk@@GLIBC_2.16' => 1,
426 '__readlink_chk@@GLIBC_2.16' => 1,
427 '__readlinkat_chk@@GLIBC_2.16' => 1,
428 '__realloc_hook@@GLIBC_2.16' => -4,
429 '__realpath_chk@@GLIBC_2.16' => 1,
430 '__recv_chk@@GLIBC_2.16' => 1,
431 '__recvfrom_chk@@GLIBC_2.16' => 1,
432 '__register_atfork@@GLIBC_2.16' => 1,
433 '__res_iclose@@GLIBC_PRIVATE' => 1,
434 '__res_init@@GLIBC_2.16' => 1,
435 '__res_maybe_init@@GLIBC_PRIVATE' => 1,
436 '__res_nclose@@GLIBC_2.16' => 1,
437 '__res_ninit@@GLIBC_2.16' => 1,
438 '__res_randomid@@GLIBC_2.16' => 1,
439 '__res_state@@GLIBC_2.16' => 1,
440 '__rpc_thread_createerr@@GLIBC_2.16' => 1,
441 '__rpc_thread_svc_fdset@@GLIBC_2.16' => 1,
442 '__rpc_thread_svc_max_pollfd@@GLIBC_2.16' => 1,
443 '__rpc_thread_svc_pollfd@@GLIBC_2.16' => 1,
444 '__sbrk@@GLIBC_2.16' => 1,
445 '__sched_cpualloc@@GLIBC_2.16' => 1,
446 '__sched_cpucount@@GLIBC_2.16' => 1,
447 '__sched_cpufree@@GLIBC_2.16' => 1,
448 '__sched_get_priority_max@@GLIBC_2.16' => 1,
449 '__sched_get_priority_min@@GLIBC_2.16' => 1,
450 '__sched_getparam@@GLIBC_2.16' => 1,
451 '__sched_getscheduler@@GLIBC_2.16' => 1,
452 '__sched_setscheduler@@GLIBC_2.16' => 1,
453 '__sched_yield@@GLIBC_2.16' => 1,
454 '__secure_getenv@GLIBC_2.16' => 1,
455 '__select@@GLIBC_2.16' => 1,
456 '__send@@GLIBC_2.16' => 1,
457 '__sendmmsg@@GLIBC_PRIVATE' => 1,
458 '__setmntent@@GLIBC_2.16' => 1,
459 '__setpgid@@GLIBC_2.16' => 1,
460 '__sigaction@@GLIBC_2.16' => 1,
461 '__sigaddset@@GLIBC_2.16' => 1,
462 '__sigdelset@@GLIBC_2.16' => 1,
463 '__sigismember@@GLIBC_2.16' => 1,
464 '__signbit@@GLIBC_2.16' => 1,
465 '__signbitf@@GLIBC_2.16' => 1,
466 '__signbitl@@GLIBC_2.16' => 1,
467 '__sigpause@@GLIBC_2.16' => 1,
468 '__sigsetjmp@@GLIBC_2.16' => 1,
469 '__sigsuspend@@GLIBC_2.16' => 1,
470 '__snprintf_chk@@GLIBC_2.16' => 1,
471 '__sprintf_chk@@GLIBC_2.16' => 1,
472 '__stack_chk_fail@@GLIBC_2.16' => 1,
473 '__statfs@@GLIBC_2.16' => 1,
474 '__stpcpy@@GLIBC_2.16' => 1,
475 '__stpcpy_chk@@GLIBC_2.16' => 1,
476 '__stpcpy_small@@GLIBC_2.16' => 1,
477 '__stpncpy@@GLIBC_2.16' => 1,
478 '__stpncpy_chk@@GLIBC_2.16' => 1,
479 '__strcasecmp@@GLIBC_2.16' => 1,
480 '__strcasecmp_l@@GLIBC_2.16' => 1,
481 '__strcasestr@@GLIBC_2.16' => 1,
482 '__strcat_chk@@GLIBC_2.16' => 1,
483 '__strcoll_l@@GLIBC_2.16' => 1,
484 '__strcpy_chk@@GLIBC_2.16' => 1,
485 '__strcpy_small@@GLIBC_2.16' => 1,
486 '__strcspn_c1@@GLIBC_2.16' => 1,
487 '__strcspn_c2@@GLIBC_2.16' => 1,
488 '__strcspn_c3@@GLIBC_2.16' => 1,
489 '__strdup@@GLIBC_2.16' => 1,
490 '__strerror_r@@GLIBC_2.16' => 1,
491 '__strfmon_l@@GLIBC_2.16' => 1,
492 '__strftime_l@@GLIBC_2.16' => 1,
493 '__strncasecmp_l@@GLIBC_2.16' => 1,
494 '__strncat_chk@@GLIBC_2.16' => 1,
495 '__strncpy_chk@@GLIBC_2.16' => 1,
496 '__strndup@@GLIBC_2.16' => 1,
497 '__strpbrk_c2@@GLIBC_2.16' => 1,
498 '__strpbrk_c3@@GLIBC_2.16' => 1,
499 '__strsep_1c@@GLIBC_2.16' => 1,
500 '__strsep_2c@@GLIBC_2.16' => 1,
501 '__strsep_3c@@GLIBC_2.16' => 1,
502 '__strsep_g@@GLIBC_2.16' => 1,
503 '__strspn_c1@@GLIBC_2.16' => 1,
504 '__strspn_c2@@GLIBC_2.16' => 1,
505 '__strspn_c3@@GLIBC_2.16' => 1,
506 '__strtod_internal@@GLIBC_2.16' => 1,
507 '__strtod_l@@GLIBC_2.16' => 1,
508 '__strtof_internal@@GLIBC_2.16' => 1,
509 '__strtof_l@@GLIBC_2.16' => 1,
510 '__strtok_r@@GLIBC_2.16' => 1,
511 '__strtok_r_1c@@GLIBC_2.16' => 1,
512 '__strtol_internal@@GLIBC_2.16' => 1,
513 '__strtol_l@@GLIBC_2.16' => 1,
514 '__strtold_internal@@GLIBC_2.16' => 1,
515 '__strtold_l@@GLIBC_2.16' => 1,
516 '__strtoll_internal@@GLIBC_2.16' => 1,
517 '__strtoll_l@@GLIBC_2.16' => 1,
518 '__strtoul_internal@@GLIBC_2.16' => 1,
519 '__strtoul_l@@GLIBC_2.16' => 1,
520 '__strtoull_internal@@GLIBC_2.16' => 1,
521 '__strtoull_l@@GLIBC_2.16' => 1,
522 '__strverscmp@@GLIBC_2.16' => 1,
523 '__strxfrm_l@@GLIBC_2.16' => 1,
524 '__swprintf_chk@@GLIBC_2.16' => 1,
525 '__sysconf@@GLIBC_2.16' => 1,
526 '__syslog_chk@@GLIBC_2.16' => 1,
527 '__sysv_signal@@GLIBC_2.16' => 1,
528 '__timezone@@GLIBC_2.16' => -4,
529 '__toascii_l@@GLIBC_2.16' => 1,
530 '__tolower_l@@GLIBC_2.16' => 1,
531 '__toupper_l@@GLIBC_2.16' => 1,
532 '__towctrans@@GLIBC_2.16' => 1,
533 '__towctrans_l@@GLIBC_2.16' => 1,
534 '__towlower_l@@GLIBC_2.16' => 1,
535 '__towupper_l@@GLIBC_2.16' => 1,
536 '__ttyname_r_chk@@GLIBC_2.16' => 1,
537 '__tzname@@GLIBC_2.16' => -8,
538 '__uflow@@GLIBC_2.16' => 1,
539 '__underflow@@GLIBC_2.16' => 1,
540 '__uselocale@@GLIBC_2.16' => 1,
541 '__vasprintf_chk@@GLIBC_2.16' => 1,
542 '__vdprintf_chk@@GLIBC_2.16' => 1,
543 '__vdso_clock_gettime@@GLIBC_PRIVATE' => -4,
544 '__vfork@@GLIBC_2.16' => 1,
545 '__vfprintf_chk@@GLIBC_2.16' => 1,
546 '__vfscanf@@GLIBC_2.16' => 1,
547 '__vfwprintf_chk@@GLIBC_2.16' => 1,
548 '__vprintf_chk@@GLIBC_2.16' => 1,
549 '__vsnprintf@@GLIBC_2.16' => 1,
550 '__vsnprintf_chk@@GLIBC_2.16' => 1,
551 '__vsprintf_chk@@GLIBC_2.16' => 1,
552 '__vsscanf@@GLIBC_2.16' => 1,
553 '__vswprintf_chk@@GLIBC_2.16' => 1,
554 '__vsyslog_chk@@GLIBC_2.16' => 1,
555 '__vwprintf_chk@@GLIBC_2.16' => 1,
556 '__wait@@GLIBC_2.16' => 1,
557 '__waitpid@@GLIBC_2.16' => 1,
558 '__wcpcpy_chk@@GLIBC_2.16' => 1,
559 '__wcpncpy_chk@@GLIBC_2.16' => 1,
560 '__wcrtomb_chk@@GLIBC_2.16' => 1,
561 '__wcscasecmp_l@@GLIBC_2.16' => 1,
562 '__wcscat_chk@@GLIBC_2.16' => 1,
563 '__wcscoll_l@@GLIBC_2.16' => 1,
564 '__wcscpy_chk@@GLIBC_2.16' => 1,
565 '__wcsftime_l@@GLIBC_2.16' => 1,
566 '__wcsncasecmp_l@@GLIBC_2.16' => 1,
567 '__wcsncat_chk@@GLIBC_2.16' => 1,
568 '__wcsncpy_chk@@GLIBC_2.16' => 1,
569 '__wcsnrtombs_chk@@GLIBC_2.16' => 1,
570 '__wcsrtombs_chk@@GLIBC_2.16' => 1,
571 '__wcstod_internal@@GLIBC_2.16' => 1,
572 '__wcstod_l@@GLIBC_2.16' => 1,
573 '__wcstof_internal@@GLIBC_2.16' => 1,
574 '__wcstof_l@@GLIBC_2.16' => 1,
575 '__wcstol_internal@@GLIBC_2.16' => 1,
576 '__wcstol_l@@GLIBC_2.16' => 1,
577 '__wcstold_internal@@GLIBC_2.16' => 1,
578 '__wcstold_l@@GLIBC_2.16' => 1,
579 '__wcstoll_internal@@GLIBC_2.16' => 1,
580 '__wcstoll_l@@GLIBC_2.16' => 1,
581 '__wcstombs_chk@@GLIBC_2.16' => 1,
582 '__wcstoul_internal@@GLIBC_2.16' => 1,
583 '__wcstoul_l@@GLIBC_2.16' => 1,
584 '__wcstoull_internal@@GLIBC_2.16' => 1,
585 '__wcstoull_l@@GLIBC_2.16' => 1,
586 '__wcsxfrm_l@@GLIBC_2.16' => 1,
587 '__wctomb_chk@@GLIBC_2.16' => 1,
588 '__wctrans_l@@GLIBC_2.16' => 1,
589 '__wctype_l@@GLIBC_2.16' => 1,
590 '__wmemcpy_chk@@GLIBC_2.16' => 1,
591 '__wmemmove_chk@@GLIBC_2.16' => 1,
592 '__wmempcpy_chk@@GLIBC_2.16' => 1,
593 '__wmemset_chk@@GLIBC_2.16' => 1,
594 '__woverflow@@GLIBC_2.16' => 1,
595 '__wprintf_chk@@GLIBC_2.16' => 1,
596 '__write@@GLIBC_2.16' => 1,
597 '__wuflow@@GLIBC_2.16' => 1,
598 '__wunderflow@@GLIBC_2.16' => 1,
599 '__xmknod@@GLIBC_2.16' => 1,
600 '__xmknodat@@GLIBC_2.16' => 1,
601 '__xpg_basename@@GLIBC_2.16' => 1,
602 '__xpg_sigpause@@GLIBC_2.16' => 1,
603 '__xpg_strerror_r@@GLIBC_2.16' => 1,
604 '__xstat64@@GLIBC_2.16' => 1,
605 '__xstat@@GLIBC_2.16' => 1,
606 '_authenticate@@GLIBC_2.16' => 1,
607 '_dl_addr@@GLIBC_PRIVATE' => 1,
608 '_dl_mcount_wrapper@@GLIBC_2.16' => 1,
609 '_dl_mcount_wrapper_check@@GLIBC_2.16' => 1,
610 '_dl_open_hook@@GLIBC_PRIVATE' => -4,
611 '_dl_sym@@GLIBC_PRIVATE' => 1,
612 '_dl_vsym@@GLIBC_PRIVATE' => 1,
613 '_environ@@GLIBC_2.16' => -4,
614 '_exit@@GLIBC_2.16' => 1,
615 '_flushlbf@@GLIBC_2.16' => 1,
616 '_itoa_lower_digits@@GLIBC_PRIVATE' => -36,
617 '_libc_intl_domainname@@GLIBC_2.16' => -5,
618 '_longjmp@@GLIBC_2.16' => 1,
619 '_mcleanup@@GLIBC_2.16' => 1,
620 '_mcount@@GLIBC_2.16' => 1,
621 '_nl_default_dirname@@GLIBC_2.16' => -18,
622 '_nl_domain_bindings@@GLIBC_2.16' => -4,
623 '_nl_msg_cat_cntr@@GLIBC_2.16' => -4,
624 '_nss_files_parse_grent@@GLIBC_PRIVATE' => 1,
625 '_nss_files_parse_pwent@@GLIBC_PRIVATE' => 1,
626 '_nss_files_parse_sgent@@GLIBC_PRIVATE' => 1,
627 '_nss_files_parse_spent@@GLIBC_PRIVATE' => 1,
628 '_null_auth@@GLIBC_2.16' => -12,
629 '_obstack_allocated_p@@GLIBC_2.16' => 1,
630 '_obstack_begin@@GLIBC_2.16' => 1,
631 '_obstack_begin_1@@GLIBC_2.16' => 1,
632 '_obstack_free@@GLIBC_2.16' => 1,
633 '_obstack_memory_used@@GLIBC_2.16' => 1,
634 '_obstack_newchunk@@GLIBC_2.16' => 1,
635 '_res@GLIBC_2.16' => -512,
636 '_res_hconf@@GLIBC_2.16' => -48,
637 '_rpc_dtablesize@@GLIBC_2.16' => 1,
638 '_seterr_reply@@GLIBC_2.16' => 1,
639 '_setjmp@@GLIBC_2.16' => 1,
640 '_sys_errlist@@GLIBC_2.16' => -540,
641 '_sys_nerr@@GLIBC_2.16' => -4,
642 '_sys_siglist@@GLIBC_2.16' => -260,
643 '_tolower@@GLIBC_2.16' => 1,
644 '_toupper@@GLIBC_2.16' => 1,
645 'a64l@@GLIBC_2.16' => 1,
646 'abort@@GLIBC_2.16' => 1,
647 'abs@@GLIBC_2.16' => 1,
648 'accept4@@GLIBC_2.16' => 1,
649 'accept@@GLIBC_2.16' => 1,
650 'access@@GLIBC_2.16' => 1,
651 'acct@@GLIBC_2.16' => 1,
652 'addmntent@@GLIBC_2.16' => 1,
653 'addseverity@@GLIBC_2.16' => 1,
654 'adjtime@@GLIBC_2.16' => 1,
655 'adjtimex@@GLIBC_2.16' => 1,
656 'advance@@GLIBC_2.16' => 1,
657 'alarm@@GLIBC_2.16' => 1,
658 'aligned_alloc@@GLIBC_2.16' => 1,
659 'alphasort64@@GLIBC_2.16' => 1,
660 'alphasort@@GLIBC_2.16' => 1,
661 'arch_prctl@@GLIBC_2.16' => 1,
662 'argp_err_exit_status@@GLIBC_2.16' => -4,
663 'argp_error@@GLIBC_2.16' => 1,
664 'argp_failure@@GLIBC_2.16' => 1,
665 'argp_help@@GLIBC_2.16' => 1,
666 'argp_parse@@GLIBC_2.16' => 1,
667 'argp_program_bug_address@@GLIBC_2.16' => -4,
668 'argp_program_version@@GLIBC_2.16' => -4,
669 'argp_program_version_hook@@GLIBC_2.16' => -4,
670 'argp_state_help@@GLIBC_2.16' => 1,
671 'argp_usage@@GLIBC_2.16' => 1,
672 'argz_add@@GLIBC_2.16' => 1,
673 'argz_add_sep@@GLIBC_2.16' => 1,
674 'argz_append@@GLIBC_2.16' => 1,
675 'argz_count@@GLIBC_2.16' => 1,
676 'argz_create@@GLIBC_2.16' => 1,
677 'argz_create_sep@@GLIBC_2.16' => 1,
678 'argz_delete@@GLIBC_2.16' => 1,
679 'argz_extract@@GLIBC_2.16' => 1,
680 'argz_insert@@GLIBC_2.16' => 1,
681 'argz_next@@GLIBC_2.16' => 1,
682 'argz_replace@@GLIBC_2.16' => 1,
683 'argz_stringify@@GLIBC_2.16' => 1,
684 'asctime@@GLIBC_2.16' => 1,
685 'asctime_r@@GLIBC_2.16' => 1,
686 'asprintf@@GLIBC_2.16' => 1,
687 'atof@@GLIBC_2.16' => 1,
688 'atoi@@GLIBC_2.16' => 1,
689 'atol@@GLIBC_2.16' => 1,
690 'atoll@@GLIBC_2.16' => 1,
691 'authdes_create@@GLIBC_2.16' => 1,
692 'authdes_getucred@@GLIBC_2.16' => 1,
693 'authdes_pk_create@@GLIBC_2.16' => 1,
694 'authnone_create@@GLIBC_2.16' => 1,
695 'authunix_create@@GLIBC_2.16' => 1,
696 'authunix_create_default@@GLIBC_2.16' => 1,
697 'backtrace@@GLIBC_2.16' => 1,
698 'backtrace_symbols@@GLIBC_2.16' => 1,
699 'backtrace_symbols_fd@@GLIBC_2.16' => 1,
700 'basename@@GLIBC_2.16' => 1,
701 'bcmp@@GLIBC_2.16' => 1,
702 'bcopy@@GLIBC_2.16' => 1,
703 'bdflush@@GLIBC_2.16' => 1,
704 'bind@@GLIBC_2.16' => 1,
705 'bind_textdomain_codeset@@GLIBC_2.16' => 1,
706 'bindresvport@@GLIBC_2.16' => 1,
707 'bindtextdomain@@GLIBC_2.16' => 1,
708 'brk@@GLIBC_2.16' => 1,
709 'bsd_signal@@GLIBC_2.16' => 1,
710 'bsearch@@GLIBC_2.16' => 1,
711 'btowc@@GLIBC_2.16' => 1,
712 'bzero@@GLIBC_2.16' => 1,
713 'c16rtomb@@GLIBC_2.16' => 1,
714 'c32rtomb@@GLIBC_2.16' => 1,
715 'calloc@@GLIBC_2.16' => 1,
716 'callrpc@@GLIBC_2.16' => 1,
717 'canonicalize_file_name@@GLIBC_2.16' => 1,
718 'capget@@GLIBC_2.16' => 1,
719 'capset@@GLIBC_2.16' => 1,
720 'catclose@@GLIBC_2.16' => 1,
721 'catgets@@GLIBC_2.16' => 1,
722 'catopen@@GLIBC_2.16' => 1,
723 'cbc_crypt@@GLIBC_2.16' => 1,
724 'cfgetispeed@@GLIBC_2.16' => 1,
725 'cfgetospeed@@GLIBC_2.16' => 1,
726 'cfmakeraw@@GLIBC_2.16' => 1,
727 'cfree@@GLIBC_2.16' => 1,
728 'cfsetispeed@@GLIBC_2.16' => 1,
729 'cfsetospeed@@GLIBC_2.16' => 1,
730 'cfsetspeed@@GLIBC_2.16' => 1,
731 'chdir@@GLIBC_2.16' => 1,
732 'chflags@@GLIBC_2.16' => 1,
733 'chmod@@GLIBC_2.16' => 1,
734 'chown@@GLIBC_2.16' => 1,
735 'chroot@@GLIBC_2.16' => 1,
736 'clearenv@@GLIBC_2.16' => 1,
737 'clearerr@@GLIBC_2.16' => 1,
738 'clearerr_unlocked@@GLIBC_2.16' => 1,
739 'clnt_broadcast@@GLIBC_2.16' => 1,
740 'clnt_create@@GLIBC_2.16' => 1,
741 'clnt_pcreateerror@@GLIBC_2.16' => 1,
742 'clnt_perrno@@GLIBC_2.16' => 1,
743 'clnt_perror@@GLIBC_2.16' => 1,
744 'clnt_spcreateerror@@GLIBC_2.16' => 1,
745 'clnt_sperrno@@GLIBC_2.16' => 1,
746 'clnt_sperror@@GLIBC_2.16' => 1,
747 'clntraw_create@@GLIBC_2.16' => 1,
748 'clnttcp_create@@GLIBC_2.16' => 1,
749 'clntudp_bufcreate@@GLIBC_2.16' => 1,
750 'clntudp_create@@GLIBC_2.16' => 1,
751 'clntunix_create@@GLIBC_2.16' => 1,
752 'clock@@GLIBC_2.16' => 1,
753 'clock_adjtime@@GLIBC_2.16' => 1,
754 'clock_getcpuclockid@@GLIBC_2.17' => 1,
755 'clock_getres@@GLIBC_2.17' => 1,
756 'clock_gettime@@GLIBC_2.17' => 1,
757 'clock_nanosleep@@GLIBC_2.17' => 1,
758 'clock_settime@@GLIBC_2.17' => 1,
759 'clone@@GLIBC_2.16' => 1,
760 'close@@GLIBC_2.16' => 1,
761 'closedir@@GLIBC_2.16' => 1,
762 'closelog@@GLIBC_2.16' => 1,
763 'confstr@@GLIBC_2.16' => 1,
764 'connect@@GLIBC_2.16' => 1,
765 'copysign@@GLIBC_2.16' => 1,
766 'copysignf@@GLIBC_2.16' => 1,
767 'copysignl@@GLIBC_2.16' => 1,
768 'creat64@@GLIBC_2.16' => 1,
769 'creat@@GLIBC_2.16' => 1,
770 'create_module@@GLIBC_2.16' => 1,
771 'ctermid@@GLIBC_2.16' => 1,
772 'ctime@@GLIBC_2.16' => 1,
773 'ctime_r@@GLIBC_2.16' => 1,
774 'cuserid@@GLIBC_2.16' => 1,
775 'daemon@@GLIBC_2.16' => 1,
776 'daylight@@GLIBC_2.16' => -4,
777 'dcgettext@@GLIBC_2.16' => 1,
778 'dcngettext@@GLIBC_2.16' => 1,
779 'delete_module@@GLIBC_2.16' => 1,
780 'des_setparity@@GLIBC_2.16' => 1,
781 'dgettext@@GLIBC_2.16' => 1,
782 'difftime@@GLIBC_2.16' => 1,
783 'dirfd@@GLIBC_2.16' => 1,
784 'dirname@@GLIBC_2.16' => 1,
785 'div@@GLIBC_2.16' => 1,
786 'dl_iterate_phdr@@GLIBC_2.16' => 1,
787 'dngettext@@GLIBC_2.16' => 1,
788 'dprintf@@GLIBC_2.16' => 1,
789 'drand48@@GLIBC_2.16' => 1,
790 'drand48_r@@GLIBC_2.16' => 1,
791 'dup2@@GLIBC_2.16' => 1,
792 'dup3@@GLIBC_2.16' => 1,
793 'dup@@GLIBC_2.16' => 1,
794 'duplocale@@GLIBC_2.16' => 1,
795 'dysize@@GLIBC_2.16' => 1,
796 'eaccess@@GLIBC_2.16' => 1,
797 'ecb_crypt@@GLIBC_2.16' => 1,
798 'ecvt@@GLIBC_2.16' => 1,
799 'ecvt_r@@GLIBC_2.16' => 1,
800 'endaliasent@@GLIBC_2.16' => 1,
801 'endfsent@@GLIBC_2.16' => 1,
802 'endgrent@@GLIBC_2.16' => 1,
803 'endhostent@@GLIBC_2.16' => 1,
804 'endmntent@@GLIBC_2.16' => 1,
805 'endnetent@@GLIBC_2.16' => 1,
806 'endnetgrent@@GLIBC_2.16' => 1,
807 'endprotoent@@GLIBC_2.16' => 1,
808 'endpwent@@GLIBC_2.16' => 1,
809 'endrpcent@@GLIBC_2.16' => 1,
810 'endservent@@GLIBC_2.16' => 1,
811 'endsgent@@GLIBC_2.16' => 1,
812 'endspent@@GLIBC_2.16' => 1,
813 'endttyent@@GLIBC_2.16' => 1,
814 'endusershell@@GLIBC_2.16' => 1,
815 'endutent@@GLIBC_2.16' => 1,
816 'endutxent@@GLIBC_2.16' => 1,
817 'environ@@GLIBC_2.16' => -4,
818 'envz_add@@GLIBC_2.16' => 1,
819 'envz_entry@@GLIBC_2.16' => 1,
820 'envz_get@@GLIBC_2.16' => 1,
821 'envz_merge@@GLIBC_2.16' => 1,
822 'envz_remove@@GLIBC_2.16' => 1,
823 'envz_strip@@GLIBC_2.16' => 1,
824 'epoll_create1@@GLIBC_2.16' => 1,
825 'epoll_create@@GLIBC_2.16' => 1,
826 'epoll_ctl@@GLIBC_2.16' => 1,
827 'epoll_pwait@@GLIBC_2.16' => 1,
828 'epoll_wait@@GLIBC_2.16' => 1,
829 'erand48@@GLIBC_2.16' => 1,
830 'erand48_r@@GLIBC_2.16' => 1,
831 'err@@GLIBC_2.16' => 1,
832 'error@@GLIBC_2.16' => 1,
833 'error_at_line@@GLIBC_2.16' => 1,
834 'error_message_count@@GLIBC_2.16' => -4,
835 'error_one_per_line@@GLIBC_2.16' => -4,
836 'error_print_progname@@GLIBC_2.16' => -4,
837 'errx@@GLIBC_2.16' => 1,
838 'ether_aton@@GLIBC_2.16' => 1,
839 'ether_aton_r@@GLIBC_2.16' => 1,
840 'ether_hostton@@GLIBC_2.16' => 1,
841 'ether_line@@GLIBC_2.16' => 1,
842 'ether_ntoa@@GLIBC_2.16' => 1,
843 'ether_ntoa_r@@GLIBC_2.16' => 1,
844 'ether_ntohost@@GLIBC_2.16' => 1,
845 'euidaccess@@GLIBC_2.16' => 1,
846 'eventfd@@GLIBC_2.16' => 1,
847 'eventfd_read@@GLIBC_2.16' => 1,
848 'eventfd_write@@GLIBC_2.16' => 1,
849 'execl@@GLIBC_2.16' => 1,
850 'execle@@GLIBC_2.16' => 1,
851 'execlp@@GLIBC_2.16' => 1,
852 'execv@@GLIBC_2.16' => 1,
853 'execve@@GLIBC_2.16' => 1,
854 'execvp@@GLIBC_2.16' => 1,
855 'execvpe@@GLIBC_2.16' => 1,
856 'exit@@GLIBC_2.16' => 1,
857 'faccessat@@GLIBC_2.16' => 1,
858 'fallocate64@@GLIBC_2.16' => 1,
859 'fallocate@@GLIBC_2.16' => 1,
860 'fanotify_init@@GLIBC_2.16' => 1,
861 'fanotify_mark@@GLIBC_2.16' => 1,
862 'fattach@@GLIBC_2.16' => 1,
863 'fchdir@@GLIBC_2.16' => 1,
864 'fchflags@@GLIBC_2.16' => 1,
865 'fchmod@@GLIBC_2.16' => 1,
866 'fchmodat@@GLIBC_2.16' => 1,
867 'fchown@@GLIBC_2.16' => 1,
868 'fchownat@@GLIBC_2.16' => 1,
869 'fclose@@GLIBC_2.16' => 1,
870 'fcloseall@@GLIBC_2.16' => 1,
871 'fcntl@@GLIBC_2.16' => 1,
872 'fcvt@@GLIBC_2.16' => 1,
873 'fcvt_r@@GLIBC_2.16' => 1,
874 'fdatasync@@GLIBC_2.16' => 1,
875 'fdetach@@GLIBC_2.16' => 1,
876 'fdopen@@GLIBC_2.16' => 1,
877 'fdopendir@@GLIBC_2.16' => 1,
878 'feof@@GLIBC_2.16' => 1,
879 'feof_unlocked@@GLIBC_2.16' => 1,
880 'ferror@@GLIBC_2.16' => 1,
881 'ferror_unlocked@@GLIBC_2.16' => 1,
882 'fexecve@@GLIBC_2.16' => 1,
883 'fflush@@GLIBC_2.16' => 1,
884 'fflush_unlocked@@GLIBC_2.16' => 1,
885 'ffs@@GLIBC_2.16' => 1,
886 'ffsl@@GLIBC_2.16' => 1,
887 'ffsll@@GLIBC_2.16' => 1,
888 'fgetc@@GLIBC_2.16' => 1,
889 'fgetc_unlocked@@GLIBC_2.16' => 1,
890 'fgetgrent@@GLIBC_2.16' => 1,
891 'fgetgrent_r@@GLIBC_2.16' => 1,
892 'fgetpos64@@GLIBC_2.16' => 1,
893 'fgetpos@@GLIBC_2.16' => 1,
894 'fgetpwent@@GLIBC_2.16' => 1,
895 'fgetpwent_r@@GLIBC_2.16' => 1,
896 'fgets@@GLIBC_2.16' => 1,
897 'fgets_unlocked@@GLIBC_2.16' => 1,
898 'fgetsgent@@GLIBC_2.16' => 1,
899 'fgetsgent_r@@GLIBC_2.16' => 1,
900 'fgetspent@@GLIBC_2.16' => 1,
901 'fgetspent_r@@GLIBC_2.16' => 1,
902 'fgetwc@@GLIBC_2.16' => 1,
903 'fgetwc_unlocked@@GLIBC_2.16' => 1,
904 'fgetws@@GLIBC_2.16' => 1,
905 'fgetws_unlocked@@GLIBC_2.16' => 1,
906 'fgetxattr@@GLIBC_2.16' => 1,
907 'fileno@@GLIBC_2.16' => 1,
908 'fileno_unlocked@@GLIBC_2.16' => 1,
909 'finite@@GLIBC_2.16' => 1,
910 'finitef@@GLIBC_2.16' => 1,
911 'finitel@@GLIBC_2.16' => 1,
912 'flistxattr@@GLIBC_2.16' => 1,
913 'flock@@GLIBC_2.16' => 1,
914 'flockfile@@GLIBC_2.16' => 1,
915 'fmemopen@@GLIBC_2.16' => 1,
916 'fmtmsg@@GLIBC_2.16' => 1,
917 'fnmatch@@GLIBC_2.16' => 1,
918 'fopen64@@GLIBC_2.16' => 1,
919 'fopen@@GLIBC_2.16' => 1,
920 'fopencookie@@GLIBC_2.16' => 1,
921 'fork@@GLIBC_2.16' => 1,
922 'fpathconf@@GLIBC_2.16' => 1,
923 'fprintf@@GLIBC_2.16' => 1,
924 'fputc@@GLIBC_2.16' => 1,
925 'fputc_unlocked@@GLIBC_2.16' => 1,
926 'fputs@@GLIBC_2.16' => 1,
927 'fputs_unlocked@@GLIBC_2.16' => 1,
928 'fputwc@@GLIBC_2.16' => 1,
929 'fputwc_unlocked@@GLIBC_2.16' => 1,
930 'fputws@@GLIBC_2.16' => 1,
931 'fputws_unlocked@@GLIBC_2.16' => 1,
932 'fread@@GLIBC_2.16' => 1,
933 'fread_unlocked@@GLIBC_2.16' => 1,
934 'free@@GLIBC_2.16' => 1,
935 'freeaddrinfo@@GLIBC_2.16' => 1,
936 'freeifaddrs@@GLIBC_2.16' => 1,
937 'freelocale@@GLIBC_2.16' => 1,
938 'fremovexattr@@GLIBC_2.16' => 1,
939 'freopen64@@GLIBC_2.16' => 1,
940 'freopen@@GLIBC_2.16' => 1,
941 'frexp@@GLIBC_2.16' => 1,
942 'frexpf@@GLIBC_2.16' => 1,
943 'frexpl@@GLIBC_2.16' => 1,
944 'fscanf@@GLIBC_2.16' => 1,
945 'fseek@@GLIBC_2.16' => 1,
946 'fseeko64@@GLIBC_2.16' => 1,
947 'fseeko@@GLIBC_2.16' => 1,
948 'fsetpos64@@GLIBC_2.16' => 1,
949 'fsetpos@@GLIBC_2.16' => 1,
950 'fsetxattr@@GLIBC_2.16' => 1,
951 'fstatfs64@@GLIBC_2.16' => 1,
952 'fstatfs@@GLIBC_2.16' => 1,
953 'fstatvfs64@@GLIBC_2.16' => 1,
954 'fstatvfs@@GLIBC_2.16' => 1,
955 'fsync@@GLIBC_2.16' => 1,
956 'ftell@@GLIBC_2.16' => 1,
957 'ftello64@@GLIBC_2.16' => 1,
958 'ftello@@GLIBC_2.16' => 1,
959 'ftime@@GLIBC_2.16' => 1,
960 'ftok@@GLIBC_2.16' => 1,
961 'ftruncate64@@GLIBC_2.16' => 1,
962 'ftruncate@@GLIBC_2.16' => 1,
963 'ftrylockfile@@GLIBC_2.16' => 1,
964 'fts_children@@GLIBC_2.16' => 1,
965 'fts_close@@GLIBC_2.16' => 1,
966 'fts_open@@GLIBC_2.16' => 1,
967 'fts_read@@GLIBC_2.16' => 1,
968 'fts_set@@GLIBC_2.16' => 1,
969 'ftw64@@GLIBC_2.16' => 1,
970 'ftw@@GLIBC_2.16' => 1,
971 'funlockfile@@GLIBC_2.16' => 1,
972 'futimens@@GLIBC_2.16' => 1,
973 'futimes@@GLIBC_2.16' => 1,
974 'futimesat@@GLIBC_2.16' => 1,
975 'fwide@@GLIBC_2.16' => 1,
976 'fwprintf@@GLIBC_2.16' => 1,
977 'fwrite@@GLIBC_2.16' => 1,
978 'fwrite_unlocked@@GLIBC_2.16' => 1,
979 'fwscanf@@GLIBC_2.16' => 1,
980 'gai_strerror@@GLIBC_2.16' => 1,
981 'gcvt@@GLIBC_2.16' => 1,
982 'get_avphys_pages@@GLIBC_2.16' => 1,
983 'get_current_dir_name@@GLIBC_2.16' => 1,
984 'get_kernel_syms@@GLIBC_2.16' => 1,
985 'get_myaddress@@GLIBC_2.16' => 1,
986 'get_nprocs@@GLIBC_2.16' => 1,
987 'get_nprocs_conf@@GLIBC_2.16' => 1,
988 'get_phys_pages@@GLIBC_2.16' => 1,
989 'getaddrinfo@@GLIBC_2.16' => 1,
990 'getaliasbyname@@GLIBC_2.16' => 1,
991 'getaliasbyname_r@@GLIBC_2.16' => 1,
992 'getaliasent@@GLIBC_2.16' => 1,
993 'getaliasent_r@@GLIBC_2.16' => 1,
994 'getauxval@@GLIBC_2.16' => 1,
995 'getc@@GLIBC_2.16' => 1,
996 'getc_unlocked@@GLIBC_2.16' => 1,
997 'getchar@@GLIBC_2.16' => 1,
998 'getchar_unlocked@@GLIBC_2.16' => 1,
999 'getcontext@@GLIBC_2.16' => 1,
1000 'getcwd@@GLIBC_2.16' => 1,
1001 'getdate@@GLIBC_2.16' => 1,
1002 'getdate_err@@GLIBC_2.16' => -4,
1003 'getdate_r@@GLIBC_2.16' => 1,
1004 'getdelim@@GLIBC_2.16' => 1,
1005 'getdirentries64@@GLIBC_2.16' => 1,
1006 'getdirentries@@GLIBC_2.16' => 1,
1007 'getdomainname@@GLIBC_2.16' => 1,
1008 'getdtablesize@@GLIBC_2.16' => 1,
1009 'getegid@@GLIBC_2.16' => 1,
1010 'getenv@@GLIBC_2.16' => 1,
1011 'geteuid@@GLIBC_2.16' => 1,
1012 'getfsent@@GLIBC_2.16' => 1,
1013 'getfsfile@@GLIBC_2.16' => 1,
1014 'getfsspec@@GLIBC_2.16' => 1,
1015 'getgid@@GLIBC_2.16' => 1,
1016 'getgrent@@GLIBC_2.16' => 1,
1017 'getgrent_r@@GLIBC_2.16' => 1,
1018 'getgrgid@@GLIBC_2.16' => 1,
1019 'getgrgid_r@@GLIBC_2.16' => 1,
1020 'getgrnam@@GLIBC_2.16' => 1,
1021 'getgrnam_r@@GLIBC_2.16' => 1,
1022 'getgrouplist@@GLIBC_2.16' => 1,
1023 'getgroups@@GLIBC_2.16' => 1,
1024 'gethostbyaddr@@GLIBC_2.16' => 1,
1025 'gethostbyaddr_r@@GLIBC_2.16' => 1,
1026 'gethostbyname2@@GLIBC_2.16' => 1,
1027 'gethostbyname2_r@@GLIBC_2.16' => 1,
1028 'gethostbyname@@GLIBC_2.16' => 1,
1029 'gethostbyname_r@@GLIBC_2.16' => 1,
1030 'gethostent@@GLIBC_2.16' => 1,
1031 'gethostent_r@@GLIBC_2.16' => 1,
1032 'gethostid@@GLIBC_2.16' => 1,
1033 'gethostname@@GLIBC_2.16' => 1,
1034 'getifaddrs@@GLIBC_2.16' => 1,
1035 'getipv4sourcefilter@@GLIBC_2.16' => 1,
1036 'getitimer@@GLIBC_2.16' => 1,
1037 'getline@@GLIBC_2.16' => 1,
1038 'getloadavg@@GLIBC_2.16' => 1,
1039 'getlogin@@GLIBC_2.16' => 1,
1040 'getlogin_r@@GLIBC_2.16' => 1,
1041 'getmntent@@GLIBC_2.16' => 1,
1042 'getmntent_r@@GLIBC_2.16' => 1,
1043 'getmsg@@GLIBC_2.16' => 1,
1044 'getnameinfo@@GLIBC_2.16' => 1,
1045 'getnetbyaddr@@GLIBC_2.16' => 1,
1046 'getnetbyaddr_r@@GLIBC_2.16' => 1,
1047 'getnetbyname@@GLIBC_2.16' => 1,
1048 'getnetbyname_r@@GLIBC_2.16' => 1,
1049 'getnetent@@GLIBC_2.16' => 1,
1050 'getnetent_r@@GLIBC_2.16' => 1,
1051 'getnetgrent@@GLIBC_2.16' => 1,
1052 'getnetgrent_r@@GLIBC_2.16' => 1,
1053 'getnetname@@GLIBC_2.16' => 1,
1054 'getopt@@GLIBC_2.16' => 1,
1055 'getopt_long@@GLIBC_2.16' => 1,
1056 'getopt_long_only@@GLIBC_2.16' => 1,
1057 'getpagesize@@GLIBC_2.16' => 1,
1058 'getpass@@GLIBC_2.16' => 1,
1059 'getpeername@@GLIBC_2.16' => 1,
1060 'getpgid@@GLIBC_2.16' => 1,
1061 'getpgrp@@GLIBC_2.16' => 1,
1062 'getpid@@GLIBC_2.16' => 1,
1063 'getpmsg@@GLIBC_2.16' => 1,
1064 'getppid@@GLIBC_2.16' => 1,
1065 'getpriority@@GLIBC_2.16' => 1,
1066 'getprotobyname@@GLIBC_2.16' => 1,
1067 'getprotobyname_r@@GLIBC_2.16' => 1,
1068 'getprotobynumber@@GLIBC_2.16' => 1,
1069 'getprotobynumber_r@@GLIBC_2.16' => 1,
1070 'getprotoent@@GLIBC_2.16' => 1,
1071 'getprotoent_r@@GLIBC_2.16' => 1,
1072 'getpt@@GLIBC_2.16' => 1,
1073 'getpublickey@@GLIBC_2.16' => 1,
1074 'getpw@@GLIBC_2.16' => 1,
1075 'getpwent@@GLIBC_2.16' => 1,
1076 'getpwent_r@@GLIBC_2.16' => 1,
1077 'getpwnam@@GLIBC_2.16' => 1,
1078 'getpwnam_r@@GLIBC_2.16' => 1,
1079 'getpwuid@@GLIBC_2.16' => 1,
1080 'getpwuid_r@@GLIBC_2.16' => 1,
1081 'getresgid@@GLIBC_2.16' => 1,
1082 'getresuid@@GLIBC_2.16' => 1,
1083 'getrlimit64@@GLIBC_2.16' => 1,
1084 'getrlimit@@GLIBC_2.16' => 1,
1085 'getrpcbyname@@GLIBC_2.16' => 1,
1086 'getrpcbyname_r@@GLIBC_2.16' => 1,
1087 'getrpcbynumber@@GLIBC_2.16' => 1,
1088 'getrpcbynumber_r@@GLIBC_2.16' => 1,
1089 'getrpcent@@GLIBC_2.16' => 1,
1090 'getrpcent_r@@GLIBC_2.16' => 1,
1091 'getrpcport@@GLIBC_2.16' => 1,
1092 'getrusage@@GLIBC_2.16' => 1,
1093 'gets@@GLIBC_2.16' => 1,
1094 'getsecretkey@@GLIBC_2.16' => 1,
1095 'getservbyname@@GLIBC_2.16' => 1,
1096 'getservbyname_r@@GLIBC_2.16' => 1,
1097 'getservbyport@@GLIBC_2.16' => 1,
1098 'getservbyport_r@@GLIBC_2.16' => 1,
1099 'getservent@@GLIBC_2.16' => 1,
1100 'getservent_r@@GLIBC_2.16' => 1,
1101 'getsgent@@GLIBC_2.16' => 1,
1102 'getsgent_r@@GLIBC_2.16' => 1,
1103 'getsgnam@@GLIBC_2.16' => 1,
1104 'getsgnam_r@@GLIBC_2.16' => 1,
1105 'getsid@@GLIBC_2.16' => 1,
1106 'getsockname@@GLIBC_2.16' => 1,
1107 'getsockopt@@GLIBC_2.16' => 1,
1108 'getsourcefilter@@GLIBC_2.16' => 1,
1109 'getspent@@GLIBC_2.16' => 1,
1110 'getspent_r@@GLIBC_2.16' => 1,
1111 'getspnam@@GLIBC_2.16' => 1,
1112 'getspnam_r@@GLIBC_2.16' => 1,
1113 'getsubopt@@GLIBC_2.16' => 1,
1114 'gettext@@GLIBC_2.16' => 1,
1115 'gettimeofday@@GLIBC_2.16' => 1,
1116 'getttyent@@GLIBC_2.16' => 1,
1117 'getttynam@@GLIBC_2.16' => 1,
1118 'getuid@@GLIBC_2.16' => 1,
1119 'getusershell@@GLIBC_2.16' => 1,
1120 'getutent@@GLIBC_2.16' => 1,
1121 'getutent_r@@GLIBC_2.16' => 1,
1122 'getutid@@GLIBC_2.16' => 1,
1123 'getutid_r@@GLIBC_2.16' => 1,
1124 'getutline@@GLIBC_2.16' => 1,
1125 'getutline_r@@GLIBC_2.16' => 1,
1126 'getutmp@@GLIBC_2.16' => 1,
1127 'getutmpx@@GLIBC_2.16' => 1,
1128 'getutxent@@GLIBC_2.16' => 1,
1129 'getutxid@@GLIBC_2.16' => 1,
1130 'getutxline@@GLIBC_2.16' => 1,
1131 'getw@@GLIBC_2.16' => 1,
1132 'getwc@@GLIBC_2.16' => 1,
1133 'getwc_unlocked@@GLIBC_2.16' => 1,
1134 'getwchar@@GLIBC_2.16' => 1,
1135 'getwchar_unlocked@@GLIBC_2.16' => 1,
1136 'getwd@@GLIBC_2.16' => 1,
1137 'getxattr@@GLIBC_2.16' => 1,
1138 'glob64@@GLIBC_2.16' => 1,
1139 'glob@@GLIBC_2.16' => 1,
1140 'glob_pattern_p@@GLIBC_2.16' => 1,
1141 'globfree64@@GLIBC_2.16' => 1,
1142 'globfree@@GLIBC_2.16' => 1,
1143 'gmtime@@GLIBC_2.16' => 1,
1144 'gmtime_r@@GLIBC_2.16' => 1,
1145 'gnu_dev_major@@GLIBC_2.16' => 1,
1146 'gnu_dev_makedev@@GLIBC_2.16' => 1,
1147 'gnu_dev_minor@@GLIBC_2.16' => 1,
1148 'gnu_get_libc_release@@GLIBC_2.16' => 1,
1149 'gnu_get_libc_version@@GLIBC_2.16' => 1,
1150 'grantpt@@GLIBC_2.16' => 1,
1151 'group_member@@GLIBC_2.16' => 1,
1152 'gsignal@@GLIBC_2.16' => 1,
1153 'gtty@@GLIBC_2.16' => 1,
1154 'h_errlist@@GLIBC_2.16' => -20,
1155 'h_nerr@@GLIBC_2.16' => -4,
1156 'hasmntopt@@GLIBC_2.16' => 1,
1157 'hcreate@@GLIBC_2.16' => 1,
1158 'hcreate_r@@GLIBC_2.16' => 1,
1159 'hdestroy@@GLIBC_2.16' => 1,
1160 'hdestroy_r@@GLIBC_2.16' => 1,
1161 'herror@@GLIBC_2.16' => 1,
1162 'host2netname@@GLIBC_2.16' => 1,
1163 'hsearch@@GLIBC_2.16' => 1,
1164 'hsearch_r@@GLIBC_2.16' => 1,
1165 'hstrerror@@GLIBC_2.16' => 1,
1166 'htonl@@GLIBC_2.16' => 1,
1167 'htons@@GLIBC_2.16' => 1,
1168 'iconv@@GLIBC_2.16' => 1,
1169 'iconv_close@@GLIBC_2.16' => 1,
1170 'iconv_open@@GLIBC_2.16' => 1,
1171 'if_freenameindex@@GLIBC_2.16' => 1,
1172 'if_indextoname@@GLIBC_2.16' => 1,
1173 'if_nameindex@@GLIBC_2.16' => 1,
1174 'if_nametoindex@@GLIBC_2.16' => 1,
1175 'imaxabs@@GLIBC_2.16' => 1,
1176 'imaxdiv@@GLIBC_2.16' => 1,
1177 'in6addr_any@@GLIBC_2.16' => -16,
1178 'in6addr_loopback@@GLIBC_2.16' => -16,
1179 'index@@GLIBC_2.16' => 1,
1180 'inet6_opt_append@@GLIBC_2.16' => 1,
1181 'inet6_opt_find@@GLIBC_2.16' => 1,
1182 'inet6_opt_finish@@GLIBC_2.16' => 1,
1183 'inet6_opt_get_val@@GLIBC_2.16' => 1,
1184 'inet6_opt_init@@GLIBC_2.16' => 1,
1185 'inet6_opt_next@@GLIBC_2.16' => 1,
1186 'inet6_opt_set_val@@GLIBC_2.16' => 1,
1187 'inet6_option_alloc@@GLIBC_2.16' => 1,
1188 'inet6_option_append@@GLIBC_2.16' => 1,
1189 'inet6_option_find@@GLIBC_2.16' => 1,
1190 'inet6_option_init@@GLIBC_2.16' => 1,
1191 'inet6_option_next@@GLIBC_2.16' => 1,
1192 'inet6_option_space@@GLIBC_2.16' => 1,
1193 'inet6_rth_add@@GLIBC_2.16' => 1,
1194 'inet6_rth_getaddr@@GLIBC_2.16' => 1,
1195 'inet6_rth_init@@GLIBC_2.16' => 1,
1196 'inet6_rth_reverse@@GLIBC_2.16' => 1,
1197 'inet6_rth_segments@@GLIBC_2.16' => 1,
1198 'inet6_rth_space@@GLIBC_2.16' => 1,
1199 'inet_addr@@GLIBC_2.16' => 1,
1200 'inet_aton@@GLIBC_2.16' => 1,
1201 'inet_lnaof@@GLIBC_2.16' => 1,
1202 'inet_makeaddr@@GLIBC_2.16' => 1,
1203 'inet_netof@@GLIBC_2.16' => 1,
1204 'inet_network@@GLIBC_2.16' => 1,
1205 'inet_nsap_addr@@GLIBC_2.16' => 1,
1206 'inet_nsap_ntoa@@GLIBC_2.16' => 1,
1207 'inet_ntoa@@GLIBC_2.16' => 1,
1208 'inet_ntop@@GLIBC_2.16' => 1,
1209 'inet_pton@@GLIBC_2.16' => 1,
1210 'init_module@@GLIBC_2.16' => 1,
1211 'initgroups@@GLIBC_2.16' => 1,
1212 'initstate@@GLIBC_2.16' => 1,
1213 'initstate_r@@GLIBC_2.16' => 1,
1214 'innetgr@@GLIBC_2.16' => 1,
1215 'inotify_add_watch@@GLIBC_2.16' => 1,
1216 'inotify_init1@@GLIBC_2.16' => 1,
1217 'inotify_init@@GLIBC_2.16' => 1,
1218 'inotify_rm_watch@@GLIBC_2.16' => 1,
1219 'insque@@GLIBC_2.16' => 1,
1220 'ioctl@@GLIBC_2.16' => 1,
1221 'ioperm@@GLIBC_2.16' => 1,
1222 'iopl@@GLIBC_2.16' => 1,
1223 'iruserok@@GLIBC_2.16' => 1,
1224 'iruserok_af@@GLIBC_2.16' => 1,
1225 'isalnum@@GLIBC_2.16' => 1,
1226 'isalnum_l@@GLIBC_2.16' => 1,
1227 'isalpha@@GLIBC_2.16' => 1,
1228 'isalpha_l@@GLIBC_2.16' => 1,
1229 'isascii@@GLIBC_2.16' => 1,
1230 'isastream@@GLIBC_2.16' => 1,
1231 'isatty@@GLIBC_2.16' => 1,
1232 'isblank@@GLIBC_2.16' => 1,
1233 'isblank_l@@GLIBC_2.16' => 1,
1234 'iscntrl@@GLIBC_2.16' => 1,
1235 'iscntrl_l@@GLIBC_2.16' => 1,
1236 'isctype@@GLIBC_2.16' => 1,
1237 'isdigit@@GLIBC_2.16' => 1,
1238 'isdigit_l@@GLIBC_2.16' => 1,
1239 'isfdtype@@GLIBC_2.16' => 1,
1240 'isgraph@@GLIBC_2.16' => 1,
1241 'isgraph_l@@GLIBC_2.16' => 1,
1242 'isinf@@GLIBC_2.16' => 1,
1243 'isinff@@GLIBC_2.16' => 1,
1244 'isinfl@@GLIBC_2.16' => 1,
1245 'islower@@GLIBC_2.16' => 1,
1246 'islower_l@@GLIBC_2.16' => 1,
1247 'isnan@@GLIBC_2.16' => 1,
1248 'isnanf@@GLIBC_2.16' => 1,
1249 'isnanl@@GLIBC_2.16' => 1,
1250 'isprint@@GLIBC_2.16' => 1,
1251 'isprint_l@@GLIBC_2.16' => 1,
1252 'ispunct@@GLIBC_2.16' => 1,
1253 'ispunct_l@@GLIBC_2.16' => 1,
1254 'isspace@@GLIBC_2.16' => 1,
1255 'isspace_l@@GLIBC_2.16' => 1,
1256 'isupper@@GLIBC_2.16' => 1,
1257 'isupper_l@@GLIBC_2.16' => 1,
1258 'iswalnum@@GLIBC_2.16' => 1,
1259 'iswalnum_l@@GLIBC_2.16' => 1,
1260 'iswalpha@@GLIBC_2.16' => 1,
1261 'iswalpha_l@@GLIBC_2.16' => 1,
1262 'iswblank@@GLIBC_2.16' => 1,
1263 'iswblank_l@@GLIBC_2.16' => 1,
1264 'iswcntrl@@GLIBC_2.16' => 1,
1265 'iswcntrl_l@@GLIBC_2.16' => 1,
1266 'iswctype@@GLIBC_2.16' => 1,
1267 'iswctype_l@@GLIBC_2.16' => 1,
1268 'iswdigit@@GLIBC_2.16' => 1,
1269 'iswdigit_l@@GLIBC_2.16' => 1,
1270 'iswgraph@@GLIBC_2.16' => 1,
1271 'iswgraph_l@@GLIBC_2.16' => 1,
1272 'iswlower@@GLIBC_2.16' => 1,
1273 'iswlower_l@@GLIBC_2.16' => 1,
1274 'iswprint@@GLIBC_2.16' => 1,
1275 'iswprint_l@@GLIBC_2.16' => 1,
1276 'iswpunct@@GLIBC_2.16' => 1,
1277 'iswpunct_l@@GLIBC_2.16' => 1,
1278 'iswspace@@GLIBC_2.16' => 1,
1279 'iswspace_l@@GLIBC_2.16' => 1,
1280 'iswupper@@GLIBC_2.16' => 1,
1281 'iswupper_l@@GLIBC_2.16' => 1,
1282 'iswxdigit@@GLIBC_2.16' => 1,
1283 'iswxdigit_l@@GLIBC_2.16' => 1,
1284 'isxdigit@@GLIBC_2.16' => 1,
1285 'isxdigit_l@@GLIBC_2.16' => 1,
1286 'jrand48@@GLIBC_2.16' => 1,
1287 'jrand48_r@@GLIBC_2.16' => 1,
1288 'key_decryptsession@@GLIBC_2.16' => 1,
1289 'key_decryptsession_pk@@GLIBC_2.16' => 1,
1290 'key_encryptsession@@GLIBC_2.16' => 1,
1291 'key_encryptsession_pk@@GLIBC_2.16' => 1,
1292 'key_gendes@@GLIBC_2.16' => 1,
1293 'key_get_conv@@GLIBC_2.16' => 1,
1294 'key_secretkey_is_set@@GLIBC_2.16' => 1,
1295 'key_setnet@@GLIBC_2.16' => 1,
1296 'key_setsecret@@GLIBC_2.16' => 1,
1297 'kill@@GLIBC_2.16' => 1,
1298 'killpg@@GLIBC_2.16' => 1,
1299 'klogctl@@GLIBC_2.16' => 1,
1300 'l64a@@GLIBC_2.16' => 1,
1301 'labs@@GLIBC_2.16' => 1,
1302 'lchmod@@GLIBC_2.16' => 1,
1303 'lchown@@GLIBC_2.16' => 1,
1304 'lckpwdf@@GLIBC_2.16' => 1,
1305 'lcong48@@GLIBC_2.16' => 1,
1306 'lcong48_r@@GLIBC_2.16' => 1,
1307 'ldexp@@GLIBC_2.16' => 1,
1308 'ldexpf@@GLIBC_2.16' => 1,
1309 'ldexpl@@GLIBC_2.16' => 1,
1310 'ldiv@@GLIBC_2.16' => 1,
1311 'lfind@@GLIBC_2.16' => 1,
1312 'lgetxattr@@GLIBC_2.16' => 1,
1313 'link@@GLIBC_2.16' => 1,
1314 'linkat@@GLIBC_2.16' => 1,
1315 'listen@@GLIBC_2.16' => 1,
1316 'listxattr@@GLIBC_2.16' => 1,
1317 'llabs@@GLIBC_2.16' => 1,
1318 'lldiv@@GLIBC_2.16' => 1,
1319 'llistxattr@@GLIBC_2.16' => 1,
1320 'loc1@@GLIBC_2.16' => -4,
1321 'loc2@@GLIBC_2.16' => -4,
1322 'localeconv@@GLIBC_2.16' => 1,
1323 'localtime@@GLIBC_2.16' => 1,
1324 'localtime_r@@GLIBC_2.16' => 1,
1325 'lockf64@@GLIBC_2.16' => 1,
1326 'lockf@@GLIBC_2.16' => 1,
1327 'locs@@GLIBC_2.16' => -4,
1328 'longjmp@@GLIBC_2.16' => 1,
1329 'lrand48@@GLIBC_2.16' => 1,
1330 'lrand48_r@@GLIBC_2.16' => 1,
1331 'lremovexattr@@GLIBC_2.16' => 1,
1332 'lsearch@@GLIBC_2.16' => 1,
1333 'lseek64@@GLIBC_2.16' => 1,
1334 'lseek@@GLIBC_2.16' => 1,
1335 'lsetxattr@@GLIBC_2.16' => 1,
1336 'lutimes@@GLIBC_2.16' => 1,
1337 'madvise@@GLIBC_2.16' => 1,
1338 'makecontext@@GLIBC_2.16' => 1,
1339 'mallinfo@@GLIBC_2.16' => 1,
1340 'malloc@@GLIBC_2.16' => 1,
1341 'malloc_get_state@@GLIBC_2.16' => 1,
1342 'malloc_info@@GLIBC_2.16' => 1,
1343 'malloc_set_state@@GLIBC_2.16' => 1,
1344 'malloc_stats@@GLIBC_2.16' => 1,
1345 'malloc_trim@@GLIBC_2.16' => 1,
1346 'malloc_usable_size@@GLIBC_2.16' => 1,
1347 'mallopt@@GLIBC_2.16' => 1,
1348 'mallwatch@@GLIBC_2.16' => -4,
1349 'mblen@@GLIBC_2.16' => 1,
1350 'mbrlen@@GLIBC_2.16' => 1,
1351 'mbrtoc16@@GLIBC_2.16' => 1,
1352 'mbrtoc32@@GLIBC_2.16' => 1,
1353 'mbrtowc@@GLIBC_2.16' => 1,
1354 'mbsinit@@GLIBC_2.16' => 1,
1355 'mbsnrtowcs@@GLIBC_2.16' => 1,
1356 'mbsrtowcs@@GLIBC_2.16' => 1,
1357 'mbstowcs@@GLIBC_2.16' => 1,
1358 'mbtowc@@GLIBC_2.16' => 1,
1359 'mcheck@@GLIBC_2.16' => 1,
1360 'mcheck_check_all@@GLIBC_2.16' => 1,
1361 'mcheck_pedantic@@GLIBC_2.16' => 1,
1362 'mcount@@GLIBC_2.16' => 1,
1363 'memalign@@GLIBC_2.16' => 1,
1364 'memccpy@@GLIBC_2.16' => 1,
1365 'memchr@@GLIBC_2.16' => 1,
1366 'memcmp@@GLIBC_2.16' => 1,
1367 'memcpy@@GLIBC_2.16' => 1,
1368 'memfrob@@GLIBC_2.16' => 1,
1369 'memmem@@GLIBC_2.16' => 1,
1370 'memmove@@GLIBC_2.16' => 1,
1371 'mempcpy@@GLIBC_2.16' => 1,
1372 'memrchr@@GLIBC_2.16' => 1,
1373 'memset@@GLIBC_2.16' => 1,
1374 'mincore@@GLIBC_2.16' => 1,
1375 'mkdir@@GLIBC_2.16' => 1,
1376 'mkdirat@@GLIBC_2.16' => 1,
1377 'mkdtemp@@GLIBC_2.16' => 1,
1378 'mkfifo@@GLIBC_2.16' => 1,
1379 'mkfifoat@@GLIBC_2.16' => 1,
1380 'mkostemp64@@GLIBC_2.16' => 1,
1381 'mkostemp@@GLIBC_2.16' => 1,
1382 'mkostemps64@@GLIBC_2.16' => 1,
1383 'mkostemps@@GLIBC_2.16' => 1,
1384 'mkstemp64@@GLIBC_2.16' => 1,
1385 'mkstemp@@GLIBC_2.16' => 1,
1386 'mkstemps64@@GLIBC_2.16' => 1,
1387 'mkstemps@@GLIBC_2.16' => 1,
1388 'mktemp@@GLIBC_2.16' => 1,
1389 'mktime@@GLIBC_2.16' => 1,
1390 'mlock@@GLIBC_2.16' => 1,
1391 'mlockall@@GLIBC_2.16' => 1,
1392 'mmap64@@GLIBC_2.16' => 1,
1393 'mmap@@GLIBC_2.16' => 1,
1394 'modf@@GLIBC_2.16' => 1,
1395 'modff@@GLIBC_2.16' => 1,
1396 'modfl@@GLIBC_2.16' => 1,
1397 'modify_ldt@@GLIBC_2.16' => 1,
1398 'moncontrol@@GLIBC_2.16' => 1,
1399 'monstartup@@GLIBC_2.16' => 1,
1400 'mount@@GLIBC_2.16' => 1,
1401 'mprobe@@GLIBC_2.16' => 1,
1402 'mprotect@@GLIBC_2.16' => 1,
1403 'mrand48@@GLIBC_2.16' => 1,
1404 'mrand48_r@@GLIBC_2.16' => 1,
1405 'mremap@@GLIBC_2.16' => 1,
1406 'msgctl@@GLIBC_2.16' => 1,
1407 'msgget@@GLIBC_2.16' => 1,
1408 'msgrcv@@GLIBC_2.16' => 1,
1409 'msgsnd@@GLIBC_2.16' => 1,
1410 'msync@@GLIBC_2.16' => 1,
1411 'mtrace@@GLIBC_2.16' => 1,
1412 'munlock@@GLIBC_2.16' => 1,
1413 'munlockall@@GLIBC_2.16' => 1,
1414 'munmap@@GLIBC_2.16' => 1,
1415 'muntrace@@GLIBC_2.16' => 1,
1416 'name_to_handle_at@@GLIBC_2.16' => 1,
1417 'nanosleep@@GLIBC_2.16' => 1,
1418 'netname2host@@GLIBC_2.16' => 1,
1419 'netname2user@@GLIBC_2.16' => 1,
1420 'newlocale@@GLIBC_2.16' => 1,
1421 'nfsservctl@@GLIBC_2.16' => 1,
1422 'nftw64@@GLIBC_2.16' => 1,
1423 'nftw@@GLIBC_2.16' => 1,
1424 'ngettext@@GLIBC_2.16' => 1,
1425 'nice@@GLIBC_2.16' => 1,
1426 'nl_langinfo@@GLIBC_2.16' => 1,
1427 'nl_langinfo_l@@GLIBC_2.16' => 1,
1428 'nrand48@@GLIBC_2.16' => 1,
1429 'nrand48_r@@GLIBC_2.16' => 1,
1430 'ntohl@@GLIBC_2.16' => 1,
1431 'ntohs@@GLIBC_2.16' => 1,
1432 'ntp_adjtime@@GLIBC_2.16' => 1,
1433 'ntp_gettime@@GLIBC_2.16' => 1,
1434 'ntp_gettimex@@GLIBC_2.16' => 1,
1435 'obstack_alloc_failed_handler@@GLIBC_2.16' => -4,
1436 'obstack_exit_failure@@GLIBC_2.16' => -4,
1437 'obstack_free@@GLIBC_2.16' => 1,
1438 'obstack_printf@@GLIBC_2.16' => 1,
1439 'obstack_vprintf@@GLIBC_2.16' => 1,
1440 'on_exit@@GLIBC_2.16' => 1,
1441 'open64@@GLIBC_2.16' => 1,
1442 'open@@GLIBC_2.16' => 1,
1443 'open_by_handle_at@@GLIBC_2.16' => 1,
1444 'open_memstream@@GLIBC_2.16' => 1,
1445 'open_wmemstream@@GLIBC_2.16' => 1,
1446 'openat64@@GLIBC_2.16' => 1,
1447 'openat@@GLIBC_2.16' => 1,
1448 'opendir@@GLIBC_2.16' => 1,
1449 'openlog@@GLIBC_2.16' => 1,
1450 'optarg@@GLIBC_2.16' => -4,
1451 'opterr@@GLIBC_2.16' => -4,
1452 'optind@@GLIBC_2.16' => -4,
1453 'optopt@@GLIBC_2.16' => -4,
1454 'parse_printf_format@@GLIBC_2.16' => 1,
1455 'passwd2des@@GLIBC_2.16' => 1,
1456 'pathconf@@GLIBC_2.16' => 1,
1457 'pause@@GLIBC_2.16' => 1,
1458 'pclose@@GLIBC_2.16' => 1,
1459 'perror@@GLIBC_2.16' => 1,
1460 'personality@@GLIBC_2.16' => 1,
1461 'pipe2@@GLIBC_2.16' => 1,
1462 'pipe@@GLIBC_2.16' => 1,
1463 'pivot_root@@GLIBC_2.16' => 1,
1464 'pmap_getmaps@@GLIBC_2.16' => 1,
1465 'pmap_getport@@GLIBC_2.16' => 1,
1466 'pmap_rmtcall@@GLIBC_2.16' => 1,
1467 'pmap_set@@GLIBC_2.16' => 1,
1468 'pmap_unset@@GLIBC_2.16' => 1,
1469 'poll@@GLIBC_2.16' => 1,
1470 'popen@@GLIBC_2.16' => 1,
1471 'posix_fadvise64@@GLIBC_2.16' => 1,
1472 'posix_fadvise@@GLIBC_2.16' => 1,
1473 'posix_fallocate64@@GLIBC_2.16' => 1,
1474 'posix_fallocate@@GLIBC_2.16' => 1,
1475 'posix_madvise@@GLIBC_2.16' => 1,
1476 'posix_memalign@@GLIBC_2.16' => 1,
1477 'posix_openpt@@GLIBC_2.16' => 1,
1478 'posix_spawn@@GLIBC_2.16' => 1,
1479 'posix_spawn_file_actions_addclose@@GLIBC_2.16' => 1,
1480 'posix_spawn_file_actions_adddup2@@GLIBC_2.16' => 1,
1481 'posix_spawn_file_actions_addopen@@GLIBC_2.16' => 1,
1482 'posix_spawn_file_actions_destroy@@GLIBC_2.16' => 1,
1483 'posix_spawn_file_actions_init@@GLIBC_2.16' => 1,
1484 'posix_spawnattr_destroy@@GLIBC_2.16' => 1,
1485 'posix_spawnattr_getflags@@GLIBC_2.16' => 1,
1486 'posix_spawnattr_getpgroup@@GLIBC_2.16' => 1,
1487 'posix_spawnattr_getschedparam@@GLIBC_2.16' => 1,
1488 'posix_spawnattr_getschedpolicy@@GLIBC_2.16' => 1,
1489 'posix_spawnattr_getsigdefault@@GLIBC_2.16' => 1,
1490 'posix_spawnattr_getsigmask@@GLIBC_2.16' => 1,
1491 'posix_spawnattr_init@@GLIBC_2.16' => 1,
1492 'posix_spawnattr_setflags@@GLIBC_2.16' => 1,
1493 'posix_spawnattr_setpgroup@@GLIBC_2.16' => 1,
1494 'posix_spawnattr_setschedparam@@GLIBC_2.16' => 1,
1495 'posix_spawnattr_setschedpolicy@@GLIBC_2.16' => 1,
1496 'posix_spawnattr_setsigdefault@@GLIBC_2.16' => 1,
1497 'posix_spawnattr_setsigmask@@GLIBC_2.16' => 1,
1498 'posix_spawnp@@GLIBC_2.16' => 1,
1499 'ppoll@@GLIBC_2.16' => 1,
1500 'prctl@@GLIBC_2.16' => 1,
1501 'pread64@@GLIBC_2.16' => 1,
1502 'pread@@GLIBC_2.16' => 1,
1503 'preadv64@@GLIBC_2.16' => 1,
1504 'preadv@@GLIBC_2.16' => 1,
1505 'printf@@GLIBC_2.16' => 1,
1506 'printf_size@@GLIBC_2.16' => 1,
1507 'printf_size_info@@GLIBC_2.16' => 1,
1508 'prlimit64@@GLIBC_2.16' => 1,
1509 'prlimit@@GLIBC_2.16' => 1,
1510 'process_vm_readv@@GLIBC_2.16' => 1,
1511 'process_vm_writev@@GLIBC_2.16' => 1,
1512 'profil@@GLIBC_2.16' => 1,
1513 'program_invocation_name@@GLIBC_2.16' => -4,
1514 'program_invocation_short_name@@GLIBC_2.16' => -4,
1515 'pselect@@GLIBC_2.16' => 1,
1516 'psiginfo@@GLIBC_2.16' => 1,
1517 'psignal@@GLIBC_2.16' => 1,
1518 'pthread_attr_destroy@@GLIBC_2.16' => 1,
1519 'pthread_attr_getdetachstate@@GLIBC_2.16' => 1,
1520 'pthread_attr_getinheritsched@@GLIBC_2.16' => 1,
1521 'pthread_attr_getschedparam@@GLIBC_2.16' => 1,
1522 'pthread_attr_getschedpolicy@@GLIBC_2.16' => 1,
1523 'pthread_attr_getscope@@GLIBC_2.16' => 1,
1524 'pthread_attr_init@@GLIBC_2.16' => 1,
1525 'pthread_attr_setdetachstate@@GLIBC_2.16' => 1,
1526 'pthread_attr_setinheritsched@@GLIBC_2.16' => 1,
1527 'pthread_attr_setschedparam@@GLIBC_2.16' => 1,
1528 'pthread_attr_setschedpolicy@@GLIBC_2.16' => 1,
1529 'pthread_attr_setscope@@GLIBC_2.16' => 1,
1530 'pthread_cond_broadcast@@GLIBC_2.16' => 1,
1531 'pthread_cond_destroy@@GLIBC_2.16' => 1,
1532 'pthread_cond_init@@GLIBC_2.16' => 1,
1533 'pthread_cond_signal@@GLIBC_2.16' => 1,
1534 'pthread_cond_timedwait@@GLIBC_2.16' => 1,
1535 'pthread_cond_wait@@GLIBC_2.16' => 1,
1536 'pthread_condattr_destroy@@GLIBC_2.16' => 1,
1537 'pthread_condattr_init@@GLIBC_2.16' => 1,
1538 'pthread_equal@@GLIBC_2.16' => 1,
1539 'pthread_exit@@GLIBC_2.16' => 1,
1540 'pthread_getschedparam@@GLIBC_2.16' => 1,
1541 'pthread_mutex_destroy@@GLIBC_2.16' => 1,
1542 'pthread_mutex_init@@GLIBC_2.16' => 1,
1543 'pthread_mutex_lock@@GLIBC_2.16' => 1,
1544 'pthread_mutex_unlock@@GLIBC_2.16' => 1,
1545 'pthread_self@@GLIBC_2.16' => 1,
1546 'pthread_setcancelstate@@GLIBC_2.16' => 1,
1547 'pthread_setcanceltype@@GLIBC_2.16' => 1,
1548 'pthread_setschedparam@@GLIBC_2.16' => 1,
1549 'ptrace@@GLIBC_2.16' => 1,
1550 'ptsname@@GLIBC_2.16' => 1,
1551 'ptsname_r@@GLIBC_2.16' => 1,
1552 'putc@@GLIBC_2.16' => 1,
1553 'putc_unlocked@@GLIBC_2.16' => 1,
1554 'putchar@@GLIBC_2.16' => 1,
1555 'putchar_unlocked@@GLIBC_2.16' => 1,
1556 'putenv@@GLIBC_2.16' => 1,
1557 'putgrent@@GLIBC_2.16' => 1,
1558 'putmsg@@GLIBC_2.16' => 1,
1559 'putpmsg@@GLIBC_2.16' => 1,
1560 'putpwent@@GLIBC_2.16' => 1,
1561 'puts@@GLIBC_2.16' => 1,
1562 'putsgent@@GLIBC_2.16' => 1,
1563 'putspent@@GLIBC_2.16' => 1,
1564 'pututline@@GLIBC_2.16' => 1,
1565 'pututxline@@GLIBC_2.16' => 1,
1566 'putw@@GLIBC_2.16' => 1,
1567 'putwc@@GLIBC_2.16' => 1,
1568 'putwc_unlocked@@GLIBC_2.16' => 1,
1569 'putwchar@@GLIBC_2.16' => 1,
1570 'putwchar_unlocked@@GLIBC_2.16' => 1,
1571 'pvalloc@@GLIBC_2.16' => 1,
1572 'pwrite64@@GLIBC_2.16' => 1,
1573 'pwrite@@GLIBC_2.16' => 1,
1574 'pwritev64@@GLIBC_2.16' => 1,
1575 'pwritev@@GLIBC_2.16' => 1,
1576 'qecvt@@GLIBC_2.16' => 1,
1577 'qecvt_r@@GLIBC_2.16' => 1,
1578 'qfcvt@@GLIBC_2.16' => 1,
1579 'qfcvt_r@@GLIBC_2.16' => 1,
1580 'qgcvt@@GLIBC_2.16' => 1,
1581 'qsort@@GLIBC_2.16' => 1,
1582 'qsort_r@@GLIBC_2.16' => 1,
1583 'query_module@@GLIBC_2.16' => 1,
1584 'quick_exit@@GLIBC_2.16' => 1,
1585 'quotactl@@GLIBC_2.16' => 1,
1586 'raise@@GLIBC_2.16' => 1,
1587 'rand@@GLIBC_2.16' => 1,
1588 'rand_r@@GLIBC_2.16' => 1,
1589 'random@@GLIBC_2.16' => 1,
1590 'random_r@@GLIBC_2.16' => 1,
1591 'rawmemchr@@GLIBC_2.16' => 1,
1592 'rcmd@@GLIBC_2.16' => 1,
1593 'rcmd_af@@GLIBC_2.16' => 1,
1594 're_comp@@GLIBC_2.16' => 1,
1595 're_compile_fastmap@@GLIBC_2.16' => 1,
1596 're_compile_pattern@@GLIBC_2.16' => 1,
1597 're_exec@@GLIBC_2.16' => 1,
1598 're_match@@GLIBC_2.16' => 1,
1599 're_match_2@@GLIBC_2.16' => 1,
1600 're_search@@GLIBC_2.16' => 1,
1601 're_search_2@@GLIBC_2.16' => 1,
1602 're_set_registers@@GLIBC_2.16' => 1,
1603 're_set_syntax@@GLIBC_2.16' => 1,
1604 're_syntax_options@@GLIBC_2.16' => -4,
1605 'read@@GLIBC_2.16' => 1,
1606 'readahead@@GLIBC_2.16' => 1,
1607 'readdir64@@GLIBC_2.16' => 1,
1608 'readdir64_r@@GLIBC_2.16' => 1,
1609 'readdir@@GLIBC_2.16' => 1,
1610 'readdir_r@@GLIBC_2.16' => 1,
1611 'readlink@@GLIBC_2.16' => 1,
1612 'readlinkat@@GLIBC_2.16' => 1,
1613 'readv@@GLIBC_2.16' => 1,
1614 'realloc@@GLIBC_2.16' => 1,
1615 'realpath@@GLIBC_2.16' => 1,
1616 'reboot@@GLIBC_2.16' => 1,
1617 'recv@@GLIBC_2.16' => 1,
1618 'recvfrom@@GLIBC_2.16' => 1,
1619 'recvmmsg@@GLIBC_2.16' => 1,
1620 'recvmsg@@GLIBC_2.16' => 1,
1621 'regcomp@@GLIBC_2.16' => 1,
1622 'regerror@@GLIBC_2.16' => 1,
1623 'regexec@@GLIBC_2.16' => 1,
1624 'regfree@@GLIBC_2.16' => 1,
1625 'register_printf_function@@GLIBC_2.16' => 1,
1626 'register_printf_modifier@@GLIBC_2.16' => 1,
1627 'register_printf_specifier@@GLIBC_2.16' => 1,
1628 'register_printf_type@@GLIBC_2.16' => 1,
1629 'registerrpc@@GLIBC_2.16' => 1,
1630 'remap_file_pages@@GLIBC_2.16' => 1,
1631 'remove@@GLIBC_2.16' => 1,
1632 'removexattr@@GLIBC_2.16' => 1,
1633 'remque@@GLIBC_2.16' => 1,
1634 'rename@@GLIBC_2.16' => 1,
1635 'renameat@@GLIBC_2.16' => 1,
1636 'revoke@@GLIBC_2.16' => 1,
1637 'rewind@@GLIBC_2.16' => 1,
1638 'rewinddir@@GLIBC_2.16' => 1,
1639 'rexec@@GLIBC_2.16' => 1,
1640 'rexec_af@@GLIBC_2.16' => 1,
1641 'rexecoptions@@GLIBC_2.16' => -4,
1642 'rindex@@GLIBC_2.16' => 1,
1643 'rmdir@@GLIBC_2.16' => 1,
1644 'rpc_createerr@@GLIBC_2.16' => -16,
1645 'rpmatch@@GLIBC_2.16' => 1,
1646 'rresvport@@GLIBC_2.16' => 1,
1647 'rresvport_af@@GLIBC_2.16' => 1,
1648 'rtime@@GLIBC_2.16' => 1,
1649 'ruserok@@GLIBC_2.16' => 1,
1650 'ruserok_af@@GLIBC_2.16' => 1,
1651 'ruserpass@@GLIBC_2.16' => 1,
1652 'sbrk@@GLIBC_2.16' => 1,
1653 'scalbn@@GLIBC_2.16' => 1,
1654 'scalbnf@@GLIBC_2.16' => 1,
1655 'scalbnl@@GLIBC_2.16' => 1,
1656 'scandir64@@GLIBC_2.16' => 1,
1657 'scandir@@GLIBC_2.16' => 1,
1658 'scandirat64@@GLIBC_2.16' => 1,
1659 'scandirat@@GLIBC_2.16' => 1,
1660 'scanf@@GLIBC_2.16' => 1,
1661 'sched_get_priority_max@@GLIBC_2.16' => 1,
1662 'sched_get_priority_min@@GLIBC_2.16' => 1,
1663 'sched_getaffinity@@GLIBC_2.16' => 1,
1664 'sched_getcpu@@GLIBC_2.16' => 1,
1665 'sched_getparam@@GLIBC_2.16' => 1,
1666 'sched_getscheduler@@GLIBC_2.16' => 1,
1667 'sched_rr_get_interval@@GLIBC_2.16' => 1,
1668 'sched_setaffinity@@GLIBC_2.16' => 1,
1669 'sched_setparam@@GLIBC_2.16' => 1,
1670 'sched_setscheduler@@GLIBC_2.16' => 1,
1671 'sched_yield@@GLIBC_2.16' => 1,
1672 'secure_getenv@@GLIBC_2.17' => 1,
1673 'seed48@@GLIBC_2.16' => 1,
1674 'seed48_r@@GLIBC_2.16' => 1,
1675 'seekdir@@GLIBC_2.16' => 1,
1676 'select@@GLIBC_2.16' => 1,
1677 'semctl@@GLIBC_2.16' => 1,
1678 'semget@@GLIBC_2.16' => 1,
1679 'semop@@GLIBC_2.16' => 1,
1680 'semtimedop@@GLIBC_2.16' => 1,
1681 'send@@GLIBC_2.16' => 1,
1682 'sendfile64@@GLIBC_2.16' => 1,
1683 'sendfile@@GLIBC_2.16' => 1,
1684 'sendmmsg@@GLIBC_2.16' => 1,
1685 'sendmsg@@GLIBC_2.16' => 1,
1686 'sendto@@GLIBC_2.16' => 1,
1687 'setaliasent@@GLIBC_2.16' => 1,
1688 'setbuf@@GLIBC_2.16' => 1,
1689 'setbuffer@@GLIBC_2.16' => 1,
1690 'setcontext@@GLIBC_2.16' => 1,
1691 'setdomainname@@GLIBC_2.16' => 1,
1692 'setegid@@GLIBC_2.16' => 1,
1693 'setenv@@GLIBC_2.16' => 1,
1694 'seteuid@@GLIBC_2.16' => 1,
1695 'setfsent@@GLIBC_2.16' => 1,
1696 'setfsgid@@GLIBC_2.16' => 1,
1697 'setfsuid@@GLIBC_2.16' => 1,
1698 'setgid@@GLIBC_2.16' => 1,
1699 'setgrent@@GLIBC_2.16' => 1,
1700 'setgroups@@GLIBC_2.16' => 1,
1701 'sethostent@@GLIBC_2.16' => 1,
1702 'sethostid@@GLIBC_2.16' => 1,
1703 'sethostname@@GLIBC_2.16' => 1,
1704 'setipv4sourcefilter@@GLIBC_2.16' => 1,
1705 'setitimer@@GLIBC_2.16' => 1,
1706 'setjmp@@GLIBC_2.16' => 1,
1707 'setlinebuf@@GLIBC_2.16' => 1,
1708 'setlocale@@GLIBC_2.16' => 1,
1709 'setlogin@@GLIBC_2.16' => 1,
1710 'setlogmask@@GLIBC_2.16' => 1,
1711 'setmntent@@GLIBC_2.16' => 1,
1712 'setnetent@@GLIBC_2.16' => 1,
1713 'setnetgrent@@GLIBC_2.16' => 1,
1714 'setns@@GLIBC_2.16' => 1,
1715 'setpgid@@GLIBC_2.16' => 1,
1716 'setpgrp@@GLIBC_2.16' => 1,
1717 'setpriority@@GLIBC_2.16' => 1,
1718 'setprotoent@@GLIBC_2.16' => 1,
1719 'setpwent@@GLIBC_2.16' => 1,
1720 'setregid@@GLIBC_2.16' => 1,
1721 'setresgid@@GLIBC_2.16' => 1,
1722 'setresuid@@GLIBC_2.16' => 1,
1723 'setreuid@@GLIBC_2.16' => 1,
1724 'setrlimit64@@GLIBC_2.16' => 1,
1725 'setrlimit@@GLIBC_2.16' => 1,
1726 'setrpcent@@GLIBC_2.16' => 1,
1727 'setservent@@GLIBC_2.16' => 1,
1728 'setsgent@@GLIBC_2.16' => 1,
1729 'setsid@@GLIBC_2.16' => 1,
1730 'setsockopt@@GLIBC_2.16' => 1,
1731 'setsourcefilter@@GLIBC_2.16' => 1,
1732 'setspent@@GLIBC_2.16' => 1,
1733 'setstate@@GLIBC_2.16' => 1,
1734 'setstate_r@@GLIBC_2.16' => 1,
1735 'settimeofday@@GLIBC_2.16' => 1,
1736 'setttyent@@GLIBC_2.16' => 1,
1737 'setuid@@GLIBC_2.16' => 1,
1738 'setusershell@@GLIBC_2.16' => 1,
1739 'setutent@@GLIBC_2.16' => 1,
1740 'setutxent@@GLIBC_2.16' => 1,
1741 'setvbuf@@GLIBC_2.16' => 1,
1742 'setxattr@@GLIBC_2.16' => 1,
1743 'sgetsgent@@GLIBC_2.16' => 1,
1744 'sgetsgent_r@@GLIBC_2.16' => 1,
1745 'sgetspent@@GLIBC_2.16' => 1,
1746 'sgetspent_r@@GLIBC_2.16' => 1,
1747 'shmat@@GLIBC_2.16' => 1,
1748 'shmctl@@GLIBC_2.16' => 1,
1749 'shmdt@@GLIBC_2.16' => 1,
1750 'shmget@@GLIBC_2.16' => 1,
1751 'shutdown@@GLIBC_2.16' => 1,
1752 'sigaction@@GLIBC_2.16' => 1,
1753 'sigaddset@@GLIBC_2.16' => 1,
1754 'sigaltstack@@GLIBC_2.16' => 1,
1755 'sigandset@@GLIBC_2.16' => 1,
1756 'sigblock@@GLIBC_2.16' => 1,
1757 'sigdelset@@GLIBC_2.16' => 1,
1758 'sigemptyset@@GLIBC_2.16' => 1,
1759 'sigfillset@@GLIBC_2.16' => 1,
1760 'siggetmask@@GLIBC_2.16' => 1,
1761 'sighold@@GLIBC_2.16' => 1,
1762 'sigignore@@GLIBC_2.16' => 1,
1763 'siginterrupt@@GLIBC_2.16' => 1,
1764 'sigisemptyset@@GLIBC_2.16' => 1,
1765 'sigismember@@GLIBC_2.16' => 1,
1766 'siglongjmp@@GLIBC_2.16' => 1,
1767 'signal@@GLIBC_2.16' => 1,
1768 'signalfd@@GLIBC_2.16' => 1,
1769 'sigorset@@GLIBC_2.16' => 1,
1770 'sigpause@@GLIBC_2.16' => 1,
1771 'sigpending@@GLIBC_2.16' => 1,
1772 'sigprocmask@@GLIBC_2.16' => 1,
1773 'sigqueue@@GLIBC_2.16' => 1,
1774 'sigrelse@@GLIBC_2.16' => 1,
1775 'sigreturn@@GLIBC_2.16' => 1,
1776 'sigset@@GLIBC_2.16' => 1,
1777 'sigsetmask@@GLIBC_2.16' => 1,
1778 'sigstack@@GLIBC_2.16' => 1,
1779 'sigsuspend@@GLIBC_2.16' => 1,
1780 'sigtimedwait@@GLIBC_2.16' => 1,
1781 'sigvec@@GLIBC_2.16' => 1,
1782 'sigwait@@GLIBC_2.16' => 1,
1783 'sigwaitinfo@@GLIBC_2.16' => 1,
1784 'sleep@@GLIBC_2.16' => 1,
1785 'snprintf@@GLIBC_2.16' => 1,
1786 'sockatmark@@GLIBC_2.16' => 1,
1787 'socket@@GLIBC_2.16' => 1,
1788 'socketpair@@GLIBC_2.16' => 1,
1789 'splice@@GLIBC_2.16' => 1,
1790 'sprintf@@GLIBC_2.16' => 1,
1791 'sprofil@@GLIBC_2.16' => 1,
1792 'srand48@@GLIBC_2.16' => 1,
1793 'srand48_r@@GLIBC_2.16' => 1,
1794 'srand@@GLIBC_2.16' => 1,
1795 'srandom@@GLIBC_2.16' => 1,
1796 'srandom_r@@GLIBC_2.16' => 1,
1797 'sscanf@@GLIBC_2.16' => 1,
1798 'ssignal@@GLIBC_2.16' => 1,
1799 'sstk@@GLIBC_2.16' => 1,
1800 'statfs64@@GLIBC_2.16' => 1,
1801 'statfs@@GLIBC_2.16' => 1,
1802 'statvfs64@@GLIBC_2.16' => 1,
1803 'statvfs@@GLIBC_2.16' => 1,
1804 'stderr@@GLIBC_2.16' => -4,
1805 'stdin@@GLIBC_2.16' => -4,
1806 'stdout@@GLIBC_2.16' => -4,
1807 'step@@GLIBC_2.16' => 1,
1808 'stime@@GLIBC_2.16' => 1,
1809 'stpcpy@@GLIBC_2.16' => 1,
1810 'stpncpy@@GLIBC_2.16' => 1,
1811 'strcasecmp@@GLIBC_2.16' => 1,
1812 'strcasecmp_l@@GLIBC_2.16' => 1,
1813 'strcasestr@@GLIBC_2.16' => 1,
1814 'strcat@@GLIBC_2.16' => 1,
1815 'strchr@@GLIBC_2.16' => 1,
1816 'strchrnul@@GLIBC_2.16' => 1,
1817 'strcmp@@GLIBC_2.16' => 1,
1818 'strcoll@@GLIBC_2.16' => 1,
1819 'strcoll_l@@GLIBC_2.16' => 1,
1820 'strcpy@@GLIBC_2.16' => 1,
1821 'strcspn@@GLIBC_2.16' => 1,
1822 'strdup@@GLIBC_2.16' => 1,
1823 'strerror@@GLIBC_2.16' => 1,
1824 'strerror_l@@GLIBC_2.16' => 1,
1825 'strerror_r@@GLIBC_2.16' => 1,
1826 'strfmon@@GLIBC_2.16' => 1,
1827 'strfmon_l@@GLIBC_2.16' => 1,
1828 'strfry@@GLIBC_2.16' => 1,
1829 'strftime@@GLIBC_2.16' => 1,
1830 'strftime_l@@GLIBC_2.16' => 1,
1831 'strlen@@GLIBC_2.16' => 1,
1832 'strncasecmp@@GLIBC_2.16' => 1,
1833 'strncasecmp_l@@GLIBC_2.16' => 1,
1834 'strncat@@GLIBC_2.16' => 1,
1835 'strncmp@@GLIBC_2.16' => 1,
1836 'strncpy@@GLIBC_2.16' => 1,
1837 'strndup@@GLIBC_2.16' => 1,
1838 'strnlen@@GLIBC_2.16' => 1,
1839 'strpbrk@@GLIBC_2.16' => 1,
1840 'strptime@@GLIBC_2.16' => 1,
1841 'strptime_l@@GLIBC_2.16' => 1,
1842 'strrchr@@GLIBC_2.16' => 1,
1843 'strsep@@GLIBC_2.16' => 1,
1844 'strsignal@@GLIBC_2.16' => 1,
1845 'strspn@@GLIBC_2.16' => 1,
1846 'strstr@@GLIBC_2.16' => 1,
1847 'strtod@@GLIBC_2.16' => 1,
1848 'strtod_l@@GLIBC_2.16' => 1,
1849 'strtof@@GLIBC_2.16' => 1,
1850 'strtof_l@@GLIBC_2.16' => 1,
1851 'strtoimax@@GLIBC_2.16' => 1,
1852 'strtok@@GLIBC_2.16' => 1,
1853 'strtok_r@@GLIBC_2.16' => 1,
1854 'strtol@@GLIBC_2.16' => 1,
1855 'strtol_l@@GLIBC_2.16' => 1,
1856 'strtold@@GLIBC_2.16' => 1,
1857 'strtold_l@@GLIBC_2.16' => 1,
1858 'strtoll@@GLIBC_2.16' => 1,
1859 'strtoll_l@@GLIBC_2.16' => 1,
1860 'strtoq@@GLIBC_2.16' => 1,
1861 'strtoul@@GLIBC_2.16' => 1,
1862 'strtoul_l@@GLIBC_2.16' => 1,
1863 'strtoull@@GLIBC_2.16' => 1,
1864 'strtoull_l@@GLIBC_2.16' => 1,
1865 'strtoumax@@GLIBC_2.16' => 1,
1866 'strtouq@@GLIBC_2.16' => 1,
1867 'strverscmp@@GLIBC_2.16' => 1,
1868 'strxfrm@@GLIBC_2.16' => 1,
1869 'strxfrm_l@@GLIBC_2.16' => 1,
1870 'stty@@GLIBC_2.16' => 1,
1871 'svc_exit@@GLIBC_2.16' => 1,
1872 'svc_fdset@@GLIBC_2.16' => -128,
1873 'svc_getreq@@GLIBC_2.16' => 1,
1874 'svc_getreq_common@@GLIBC_2.16' => 1,
1875 'svc_getreq_poll@@GLIBC_2.16' => 1,
1876 'svc_getreqset@@GLIBC_2.16' => 1,
1877 'svc_max_pollfd@@GLIBC_2.16' => -4,
1878 'svc_pollfd@@GLIBC_2.16' => -4,
1879 'svc_register@@GLIBC_2.16' => 1,
1880 'svc_run@@GLIBC_2.16' => 1,
1881 'svc_sendreply@@GLIBC_2.16' => 1,
1882 'svc_unregister@@GLIBC_2.16' => 1,
1883 'svcauthdes_stats@@GLIBC_2.16' => -12,
1884 'svcerr_auth@@GLIBC_2.16' => 1,
1885 'svcerr_decode@@GLIBC_2.16' => 1,
1886 'svcerr_noproc@@GLIBC_2.16' => 1,
1887 'svcerr_noprog@@GLIBC_2.16' => 1,
1888 'svcerr_progvers@@GLIBC_2.16' => 1,
1889 'svcerr_systemerr@@GLIBC_2.16' => 1,
1890 'svcerr_weakauth@@GLIBC_2.16' => 1,
1891 'svcfd_create@@GLIBC_2.16' => 1,
1892 'svcraw_create@@GLIBC_2.16' => 1,
1893 'svctcp_create@@GLIBC_2.16' => 1,
1894 'svcudp_bufcreate@@GLIBC_2.16' => 1,
1895 'svcudp_create@@GLIBC_2.16' => 1,
1896 'svcudp_enablecache@@GLIBC_2.16' => 1,
1897 'svcunix_create@@GLIBC_2.16' => 1,
1898 'svcunixfd_create@@GLIBC_2.16' => 1,
1899 'swab@@GLIBC_2.16' => 1,
1900 'swapcontext@@GLIBC_2.16' => 1,
1901 'swapoff@@GLIBC_2.16' => 1,
1902 'swapon@@GLIBC_2.16' => 1,
1903 'swprintf@@GLIBC_2.16' => 1,
1904 'swscanf@@GLIBC_2.16' => 1,
1905 'symlink@@GLIBC_2.16' => 1,
1906 'symlinkat@@GLIBC_2.16' => 1,
1907 'sync@@GLIBC_2.16' => 1,
1908 'sync_file_range@@GLIBC_2.16' => 1,
1909 'syncfs@@GLIBC_2.16' => 1,
1910 'sys_errlist@@GLIBC_2.16' => -540,
1911 'sys_nerr@@GLIBC_2.16' => -4,
1912 'sys_sigabbrev@@GLIBC_2.16' => -260,
1913 'sys_siglist@@GLIBC_2.16' => -260,
1914 'syscall@@GLIBC_2.16' => 1,
1915 'sysconf@@GLIBC_2.16' => 1,
1916 'sysinfo@@GLIBC_2.16' => 1,
1917 'syslog@@GLIBC_2.16' => 1,
1918 'system@@GLIBC_2.16' => 1,
1919 'sysv_signal@@GLIBC_2.16' => 1,
1920 'tcdrain@@GLIBC_2.16' => 1,
1921 'tcflow@@GLIBC_2.16' => 1,
1922 'tcflush@@GLIBC_2.16' => 1,
1923 'tcgetattr@@GLIBC_2.16' => 1,
1924 'tcgetpgrp@@GLIBC_2.16' => 1,
1925 'tcgetsid@@GLIBC_2.16' => 1,
1926 'tcsendbreak@@GLIBC_2.16' => 1,
1927 'tcsetattr@@GLIBC_2.16' => 1,
1928 'tcsetpgrp@@GLIBC_2.16' => 1,
1929 'tdelete@@GLIBC_2.16' => 1,
1930 'tdestroy@@GLIBC_2.16' => 1,
1931 'tee@@GLIBC_2.16' => 1,
1932 'telldir@@GLIBC_2.16' => 1,
1933 'tempnam@@GLIBC_2.16' => 1,
1934 'textdomain@@GLIBC_2.16' => 1,
1935 'tfind@@GLIBC_2.16' => 1,
1936 'time@@GLIBC_2.16' => 1,
1937 'timegm@@GLIBC_2.16' => 1,
1938 'timelocal@@GLIBC_2.16' => 1,
1939 'timerfd_create@@GLIBC_2.16' => 1,
1940 'timerfd_gettime@@GLIBC_2.16' => 1,
1941 'timerfd_settime@@GLIBC_2.16' => 1,
1942 'times@@GLIBC_2.16' => 1,
1943 'timespec_get@@GLIBC_2.16' => 1,
1944 'timezone@@GLIBC_2.16' => -4,
1945 'tmpfile64@@GLIBC_2.16' => 1,
1946 'tmpfile@@GLIBC_2.16' => 1,
1947 'tmpnam@@GLIBC_2.16' => 1,
1948 'tmpnam_r@@GLIBC_2.16' => 1,
1949 'toascii@@GLIBC_2.16' => 1,
1950 'tolower@@GLIBC_2.16' => 1,
1951 'tolower_l@@GLIBC_2.16' => 1,
1952 'toupper@@GLIBC_2.16' => 1,
1953 'toupper_l@@GLIBC_2.16' => 1,
1954 'towctrans@@GLIBC_2.16' => 1,
1955 'towctrans_l@@GLIBC_2.16' => 1,
1956 'towlower@@GLIBC_2.16' => 1,
1957 'towlower_l@@GLIBC_2.16' => 1,
1958 'towupper@@GLIBC_2.16' => 1,
1959 'towupper_l@@GLIBC_2.16' => 1,
1960 'tr_break@@GLIBC_2.16' => 1,
1961 'truncate64@@GLIBC_2.16' => 1,
1962 'truncate@@GLIBC_2.16' => 1,
1963 'tsearch@@GLIBC_2.16' => 1,
1964 'ttyname@@GLIBC_2.16' => 1,
1965 'ttyname_r@@GLIBC_2.16' => 1,
1966 'ttyslot@@GLIBC_2.16' => 1,
1967 'twalk@@GLIBC_2.16' => 1,
1968 'tzname@@GLIBC_2.16' => -8,
1969 'tzset@@GLIBC_2.16' => 1,
1970 'ualarm@@GLIBC_2.16' => 1,
1971 'ulckpwdf@@GLIBC_2.16' => 1,
1972 'ulimit@@GLIBC_2.16' => 1,
1973 'umask@@GLIBC_2.16' => 1,
1974 'umount2@@GLIBC_2.16' => 1,
1975 'umount@@GLIBC_2.16' => 1,
1976 'uname@@GLIBC_2.16' => 1,
1977 'ungetc@@GLIBC_2.16' => 1,
1978 'ungetwc@@GLIBC_2.16' => 1,
1979 'unlink@@GLIBC_2.16' => 1,
1980 'unlinkat@@GLIBC_2.16' => 1,
1981 'unlockpt@@GLIBC_2.16' => 1,
1982 'unsetenv@@GLIBC_2.16' => 1,
1983 'unshare@@GLIBC_2.16' => 1,
1984 'updwtmp@@GLIBC_2.16' => 1,
1985 'updwtmpx@@GLIBC_2.16' => 1,
1986 'uselib@@GLIBC_2.16' => 1,
1987 'uselocale@@GLIBC_2.16' => 1,
1988 'user2netname@@GLIBC_2.16' => 1,
1989 'usleep@@GLIBC_2.16' => 1,
1990 'ustat@@GLIBC_2.16' => 1,
1991 'utime@@GLIBC_2.16' => 1,
1992 'utimensat@@GLIBC_2.16' => 1,
1993 'utimes@@GLIBC_2.16' => 1,
1994 'utmpname@@GLIBC_2.16' => 1,
1995 'utmpxname@@GLIBC_2.16' => 1,
1996 'valloc@@GLIBC_2.16' => 1,
1997 'vasprintf@@GLIBC_2.16' => 1,
1998 'vdprintf@@GLIBC_2.16' => 1,
1999 'verr@@GLIBC_2.16' => 1,
2000 'verrx@@GLIBC_2.16' => 1,
2001 'versionsort64@@GLIBC_2.16' => 1,
2002 'versionsort@@GLIBC_2.16' => 1,
2003 'vfork@@GLIBC_2.16' => 1,
2004 'vfprintf@@GLIBC_2.16' => 1,
2005 'vfscanf@@GLIBC_2.16' => 1,
2006 'vfwprintf@@GLIBC_2.16' => 1,
2007 'vfwscanf@@GLIBC_2.16' => 1,
2008 'vhangup@@GLIBC_2.16' => 1,
2009 'vlimit@@GLIBC_2.16' => 1,
2010 'vmsplice@@GLIBC_2.16' => 1,
2011 'vprintf@@GLIBC_2.16' => 1,
2012 'vscanf@@GLIBC_2.16' => 1,
2013 'vsnprintf@@GLIBC_2.16' => 1,
2014 'vsprintf@@GLIBC_2.16' => 1,
2015 'vsscanf@@GLIBC_2.16' => 1,
2016 'vswprintf@@GLIBC_2.16' => 1,
2017 'vswscanf@@GLIBC_2.16' => 1,
2018 'vsyslog@@GLIBC_2.16' => 1,
2019 'vtimes@@GLIBC_2.16' => 1,
2020 'vwarn@@GLIBC_2.16' => 1,
2021 'vwarnx@@GLIBC_2.16' => 1,
2022 'vwprintf@@GLIBC_2.16' => 1,
2023 'vwscanf@@GLIBC_2.16' => 1,
2024 'wait3@@GLIBC_2.16' => 1,
2025 'wait4@@GLIBC_2.16' => 1,
2026 'wait@@GLIBC_2.16' => 1,
2027 'waitid@@GLIBC_2.16' => 1,
2028 'waitpid@@GLIBC_2.16' => 1,
2029 'warn@@GLIBC_2.16' => 1,
2030 'warnx@@GLIBC_2.16' => 1,
2031 'wcpcpy@@GLIBC_2.16' => 1,
2032 'wcpncpy@@GLIBC_2.16' => 1,
2033 'wcrtomb@@GLIBC_2.16' => 1,
2034 'wcscasecmp@@GLIBC_2.16' => 1,
2035 'wcscasecmp_l@@GLIBC_2.16' => 1,
2036 'wcscat@@GLIBC_2.16' => 1,
2037 'wcschr@@GLIBC_2.16' => 1,
2038 'wcschrnul@@GLIBC_2.16' => 1,
2039 'wcscmp@@GLIBC_2.16' => 1,
2040 'wcscoll@@GLIBC_2.16' => 1,
2041 'wcscoll_l@@GLIBC_2.16' => 1,
2042 'wcscpy@@GLIBC_2.16' => 1,
2043 'wcscspn@@GLIBC_2.16' => 1,
2044 'wcsdup@@GLIBC_2.16' => 1,
2045 'wcsftime@@GLIBC_2.16' => 1,
2046 'wcsftime_l@@GLIBC_2.16' => 1,
2047 'wcslen@@GLIBC_2.16' => 1,
2048 'wcsncasecmp@@GLIBC_2.16' => 1,
2049 'wcsncasecmp_l@@GLIBC_2.16' => 1,
2050 'wcsncat@@GLIBC_2.16' => 1,
2051 'wcsncmp@@GLIBC_2.16' => 1,
2052 'wcsncpy@@GLIBC_2.16' => 1,
2053 'wcsnlen@@GLIBC_2.16' => 1,
2054 'wcsnrtombs@@GLIBC_2.16' => 1,
2055 'wcspbrk@@GLIBC_2.16' => 1,
2056 'wcsrchr@@GLIBC_2.16' => 1,
2057 'wcsrtombs@@GLIBC_2.16' => 1,
2058 'wcsspn@@GLIBC_2.16' => 1,
2059 'wcsstr@@GLIBC_2.16' => 1,
2060 'wcstod@@GLIBC_2.16' => 1,
2061 'wcstod_l@@GLIBC_2.16' => 1,
2062 'wcstof@@GLIBC_2.16' => 1,
2063 'wcstof_l@@GLIBC_2.16' => 1,
2064 'wcstoimax@@GLIBC_2.16' => 1,
2065 'wcstok@@GLIBC_2.16' => 1,
2066 'wcstol@@GLIBC_2.16' => 1,
2067 'wcstol_l@@GLIBC_2.16' => 1,
2068 'wcstold@@GLIBC_2.16' => 1,
2069 'wcstold_l@@GLIBC_2.16' => 1,
2070 'wcstoll@@GLIBC_2.16' => 1,
2071 'wcstoll_l@@GLIBC_2.16' => 1,
2072 'wcstombs@@GLIBC_2.16' => 1,
2073 'wcstoq@@GLIBC_2.16' => 1,
2074 'wcstoul@@GLIBC_2.16' => 1,
2075 'wcstoul_l@@GLIBC_2.16' => 1,
2076 'wcstoull@@GLIBC_2.16' => 1,
2077 'wcstoull_l@@GLIBC_2.16' => 1,
2078 'wcstoumax@@GLIBC_2.16' => 1,
2079 'wcstouq@@GLIBC_2.16' => 1,
2080 'wcswcs@@GLIBC_2.16' => 1,
2081 'wcswidth@@GLIBC_2.16' => 1,
2082 'wcsxfrm@@GLIBC_2.16' => 1,
2083 'wcsxfrm_l@@GLIBC_2.16' => 1,
2084 'wctob@@GLIBC_2.16' => 1,
2085 'wctomb@@GLIBC_2.16' => 1,
2086 'wctrans@@GLIBC_2.16' => 1,
2087 'wctrans_l@@GLIBC_2.16' => 1,
2088 'wctype@@GLIBC_2.16' => 1,
2089 'wctype_l@@GLIBC_2.16' => 1,
2090 'wcwidth@@GLIBC_2.16' => 1,
2091 'wmemchr@@GLIBC_2.16' => 1,
2092 'wmemcmp@@GLIBC_2.16' => 1,
2093 'wmemcpy@@GLIBC_2.16' => 1,
2094 'wmemmove@@GLIBC_2.16' => 1,
2095 'wmempcpy@@GLIBC_2.16' => 1,
2096 'wmemset@@GLIBC_2.16' => 1,
2097 'wordexp@@GLIBC_2.16' => 1,
2098 'wordfree@@GLIBC_2.16' => 1,
2099 'wprintf@@GLIBC_2.16' => 1,
2100 'write@@GLIBC_2.16' => 1,
2101 'writev@@GLIBC_2.16' => 1,
2102 'wscanf@@GLIBC_2.16' => 1,
2103 'xdecrypt@@GLIBC_2.16' => 1,
2104 'xdr_accepted_reply@@GLIBC_2.16' => 1,
2105 'xdr_array@@GLIBC_2.16' => 1,
2106 'xdr_authdes_cred@@GLIBC_2.16' => 1,
2107 'xdr_authdes_verf@@GLIBC_2.16' => 1,
2108 'xdr_authunix_parms@@GLIBC_2.16' => 1,
2109 'xdr_bool@@GLIBC_2.16' => 1,
2110 'xdr_bytes@@GLIBC_2.16' => 1,
2111 'xdr_callhdr@@GLIBC_2.16' => 1,
2112 'xdr_callmsg@@GLIBC_2.16' => 1,
2113 'xdr_char@@GLIBC_2.16' => 1,
2114 'xdr_cryptkeyarg2@@GLIBC_2.16' => 1,
2115 'xdr_cryptkeyarg@@GLIBC_2.16' => 1,
2116 'xdr_cryptkeyres@@GLIBC_2.16' => 1,
2117 'xdr_des_block@@GLIBC_2.16' => 1,
2118 'xdr_double@@GLIBC_2.16' => 1,
2119 'xdr_enum@@GLIBC_2.16' => 1,
2120 'xdr_float@@GLIBC_2.16' => 1,
2121 'xdr_free@@GLIBC_2.16' => 1,
2122 'xdr_getcredres@@GLIBC_2.16' => 1,
2123 'xdr_hyper@@GLIBC_2.16' => 1,
2124 'xdr_int16_t@@GLIBC_2.16' => 1,
2125 'xdr_int32_t@@GLIBC_2.16' => 1,
2126 'xdr_int64_t@@GLIBC_2.16' => 1,
2127 'xdr_int8_t@@GLIBC_2.16' => 1,
2128 'xdr_int@@GLIBC_2.16' => 1,
2129 'xdr_key_netstarg@@GLIBC_2.16' => 1,
2130 'xdr_key_netstres@@GLIBC_2.16' => 1,
2131 'xdr_keybuf@@GLIBC_2.16' => 1,
2132 'xdr_keystatus@@GLIBC_2.16' => 1,
2133 'xdr_long@@GLIBC_2.16' => 1,
2134 'xdr_longlong_t@@GLIBC_2.16' => 1,
2135 'xdr_netnamestr@@GLIBC_2.16' => 1,
2136 'xdr_netobj@@GLIBC_2.16' => 1,
2137 'xdr_opaque@@GLIBC_2.16' => 1,
2138 'xdr_opaque_auth@@GLIBC_2.16' => 1,
2139 'xdr_pmap@@GLIBC_2.16' => 1,
2140 'xdr_pmaplist@@GLIBC_2.16' => 1,
2141 'xdr_pointer@@GLIBC_2.16' => 1,
2142 'xdr_quad_t@@GLIBC_2.16' => 1,
2143 'xdr_reference@@GLIBC_2.16' => 1,
2144 'xdr_rejected_reply@@GLIBC_2.16' => 1,
2145 'xdr_replymsg@@GLIBC_2.16' => 1,
2146 'xdr_rmtcall_args@@GLIBC_2.16' => 1,
2147 'xdr_rmtcallres@@GLIBC_2.16' => 1,
2148 'xdr_short@@GLIBC_2.16' => 1,
2149 'xdr_sizeof@@GLIBC_2.16' => 1,
2150 'xdr_string@@GLIBC_2.16' => 1,
2151 'xdr_u_char@@GLIBC_2.16' => 1,
2152 'xdr_u_hyper@@GLIBC_2.16' => 1,
2153 'xdr_u_int@@GLIBC_2.16' => 1,
2154 'xdr_u_long@@GLIBC_2.16' => 1,
2155 'xdr_u_longlong_t@@GLIBC_2.16' => 1,
2156 'xdr_u_quad_t@@GLIBC_2.16' => 1,
2157 'xdr_u_short@@GLIBC_2.16' => 1,
2158 'xdr_uint16_t@@GLIBC_2.16' => 1,
2159 'xdr_uint32_t@@GLIBC_2.16' => 1,
2160 'xdr_uint64_t@@GLIBC_2.16' => 1,
2161 'xdr_uint8_t@@GLIBC_2.16' => 1,
2162 'xdr_union@@GLIBC_2.16' => 1,
2163 'xdr_unixcred@@GLIBC_2.16' => 1,
2164 'xdr_vector@@GLIBC_2.16' => 1,
2165 'xdr_void@@GLIBC_2.16' => 1,
2166 'xdr_wrapstring@@GLIBC_2.16' => 1,
2167 'xdrmem_create@@GLIBC_2.16' => 1,
2168 'xdrrec_create@@GLIBC_2.16' => 1,
2169 'xdrrec_endofrecord@@GLIBC_2.16' => 1,
2170 'xdrrec_eof@@GLIBC_2.16' => 1,
2171 'xdrrec_skiprecord@@GLIBC_2.16' => 1,
2172 'xdrstdio_create@@GLIBC_2.16' => 1,
2173 'xencrypt@@GLIBC_2.16' => 1,
2174 'xprt_register@@GLIBC_2.16' => 1,
2175 'xprt_unregister@@GLIBC_2.16' => 1
2176 },
2177 'libdbus-1.so.3.7.4' => {
2178 'dbus_address_entries_free' => 1,
2179 'dbus_address_entry_get_method' => 1,
2180 'dbus_address_entry_get_value' => 1,
2181 'dbus_address_escape_value' => 1,
2182 'dbus_address_unescape_value' => 1,
2183 'dbus_bus_add_match' => 1,
2184 'dbus_bus_get' => 1,
2185 'dbus_bus_get_id' => 1,
2186 'dbus_bus_get_private' => 1,
2187 'dbus_bus_get_unique_name' => 1,
2188 'dbus_bus_get_unix_user' => 1,
2189 'dbus_bus_name_has_owner' => 1,
2190 'dbus_bus_register' => 1,
2191 'dbus_bus_release_name' => 1,
2192 'dbus_bus_remove_match' => 1,
2193 'dbus_bus_request_name' => 1,
2194 'dbus_bus_set_unique_name' => 1,
2195 'dbus_bus_start_service_by_name' => 1,
2196 'dbus_connection_add_filter' => 1,
2197 'dbus_connection_allocate_data_slot' => 1,
2198 'dbus_connection_borrow_message' => 1,
2199 'dbus_connection_can_send_type' => 1,
2200 'dbus_connection_close' => 1,
2201 'dbus_connection_dispatch' => 1,
2202 'dbus_connection_flush' => 1,
2203 'dbus_connection_free_data_slot' => 1,
2204 'dbus_connection_free_preallocated_send' => 1,
2205 'dbus_connection_get_adt_audit_session_data' => 1,
2206 'dbus_connection_get_data' => 1,
2207 'dbus_connection_get_dispatch_status' => 1,
2208 'dbus_connection_get_is_anonymous' => 1,
2209 'dbus_connection_get_is_authenticated' => 1,
2210 'dbus_connection_get_is_connected' => 1,
2211 'dbus_connection_get_max_message_size' => 1,
2212 'dbus_connection_get_max_message_unix_fds' => 1,
2213 'dbus_connection_get_max_received_size' => 1,
2214 'dbus_connection_get_max_received_unix_fds' => 1,
2215 'dbus_connection_get_object_path_data' => 1,
2216 'dbus_connection_get_outgoing_size' => 1,
2217 'dbus_connection_get_outgoing_unix_fds' => 1,
2218 'dbus_connection_get_server_id' => 1,
2219 'dbus_connection_get_socket' => 1,
2220 'dbus_connection_get_unix_fd' => 1,
2221 'dbus_connection_get_unix_process_id' => 1,
2222 'dbus_connection_get_unix_user' => 1,
2223 'dbus_connection_get_windows_user' => 1,
2224 'dbus_connection_has_messages_to_send' => 1,
2225 'dbus_connection_list_registered' => 1,
2226 'dbus_connection_open' => 1,
2227 'dbus_connection_open_private' => 1,
2228 'dbus_connection_pop_message' => 1,
2229 'dbus_connection_preallocate_send' => 1,
2230 'dbus_connection_read_write' => 1,
2231 'dbus_connection_read_write_dispatch' => 1,
2232 'dbus_connection_ref' => 1,
2233 'dbus_connection_register_fallback' => 1,
2234 'dbus_connection_register_object_path' => 1,
2235 'dbus_connection_remove_filter' => 1,
2236 'dbus_connection_return_message' => 1,
2237 'dbus_connection_send' => 1,
2238 'dbus_connection_send_preallocated' => 1,
2239 'dbus_connection_send_with_reply' => 1,
2240 'dbus_connection_send_with_reply_and_block' => 1,
2241 'dbus_connection_set_allow_anonymous' => 1,
2242 'dbus_connection_set_change_sigpipe' => 1,
2243 'dbus_connection_set_data' => 1,
2244 'dbus_connection_set_dispatch_status_function' => 1,
2245 'dbus_connection_set_exit_on_disconnect' => 1,
2246 'dbus_connection_set_max_message_size' => 1,
2247 'dbus_connection_set_max_message_unix_fds' => 1,
2248 'dbus_connection_set_max_received_size' => 1,
2249 'dbus_connection_set_max_received_unix_fds' => 1,
2250 'dbus_connection_set_route_peer_messages' => 1,
2251 'dbus_connection_set_timeout_functions' => 1,
2252 'dbus_connection_set_unix_user_function' => 1,
2253 'dbus_connection_set_wakeup_main_function' => 1,
2254 'dbus_connection_set_watch_functions' => 1,
2255 'dbus_connection_set_windows_user_function' => 1,
2256 'dbus_connection_steal_borrowed_message' => 1,
2257 'dbus_connection_try_register_fallback' => 1,
2258 'dbus_connection_try_register_object_path' => 1,
2259 'dbus_connection_unref' => 1,
2260 'dbus_connection_unregister_object_path' => 1,
2261 'dbus_error_free' => 1,
2262 'dbus_error_has_name' => 1,
2263 'dbus_error_init' => 1,
2264 'dbus_error_is_set' => 1,
2265 'dbus_free' => 1,
2266 'dbus_free_string_array' => 1,
2267 'dbus_get_local_machine_id' => 1,
2268 'dbus_get_version' => 1,
2269 'dbus_internal_do_not_use_create_uuid' => 1,
2270 'dbus_internal_do_not_use_get_uuid' => 1,
2271 'dbus_malloc' => 1,
2272 'dbus_malloc0' => 1,
2273 'dbus_message_allocate_data_slot' => 1,
2274 'dbus_message_append_args' => 1,
2275 'dbus_message_append_args_valist' => 1,
2276 'dbus_message_contains_unix_fds' => 1,
2277 'dbus_message_copy' => 1,
2278 'dbus_message_demarshal' => 1,
2279 'dbus_message_demarshal_bytes_needed' => 1,
2280 'dbus_message_free_data_slot' => 1,
2281 'dbus_message_get_args' => 1,
2282 'dbus_message_get_args_valist' => 1,
2283 'dbus_message_get_auto_start' => 1,
2284 'dbus_message_get_data' => 1,
2285 'dbus_message_get_destination' => 1,
2286 'dbus_message_get_error_name' => 1,
2287 'dbus_message_get_interface' => 1,
2288 'dbus_message_get_member' => 1,
2289 'dbus_message_get_no_reply' => 1,
2290 'dbus_message_get_path' => 1,
2291 'dbus_message_get_path_decomposed' => 1,
2292 'dbus_message_get_reply_serial' => 1,
2293 'dbus_message_get_sender' => 1,
2294 'dbus_message_get_serial' => 1,
2295 'dbus_message_get_signature' => 1,
2296 'dbus_message_get_type' => 1,
2297 'dbus_message_has_destination' => 1,
2298 'dbus_message_has_interface' => 1,
2299 'dbus_message_has_member' => 1,
2300 'dbus_message_has_path' => 1,
2301 'dbus_message_has_sender' => 1,
2302 'dbus_message_has_signature' => 1,
2303 'dbus_message_is_error' => 1,
2304 'dbus_message_is_method_call' => 1,
2305 'dbus_message_is_signal' => 1,
2306 'dbus_message_iter_abandon_container' => 1,
2307 'dbus_message_iter_append_basic' => 1,
2308 'dbus_message_iter_append_fixed_array' => 1,
2309 'dbus_message_iter_close_container' => 1,
2310 'dbus_message_iter_get_arg_type' => 1,
2311 'dbus_message_iter_get_array_len' => 1,
2312 'dbus_message_iter_get_basic' => 1,
2313 'dbus_message_iter_get_element_type' => 1,
2314 'dbus_message_iter_get_fixed_array' => 1,
2315 'dbus_message_iter_get_signature' => 1,
2316 'dbus_message_iter_has_next' => 1,
2317 'dbus_message_iter_init' => 1,
2318 'dbus_message_iter_init_append' => 1,
2319 'dbus_message_iter_next' => 1,
2320 'dbus_message_iter_open_container' => 1,
2321 'dbus_message_iter_recurse' => 1,
2322 'dbus_message_lock' => 1,
2323 'dbus_message_marshal' => 1,
2324 'dbus_message_new' => 1,
2325 'dbus_message_new_error' => 1,
2326 'dbus_message_new_error_printf' => 1,
2327 'dbus_message_new_method_call' => 1,
2328 'dbus_message_new_method_return' => 1,
2329 'dbus_message_new_signal' => 1,
2330 'dbus_message_ref' => 1,
2331 'dbus_message_set_auto_start' => 1,
2332 'dbus_message_set_data' => 1,
2333 'dbus_message_set_destination' => 1,
2334 'dbus_message_set_error_name' => 1,
2335 'dbus_message_set_interface' => 1,
2336 'dbus_message_set_member' => 1,
2337 'dbus_message_set_no_reply' => 1,
2338 'dbus_message_set_path' => 1,
2339 'dbus_message_set_reply_serial' => 1,
2340 'dbus_message_set_sender' => 1,
2341 'dbus_message_set_serial' => 1,
2342 'dbus_message_type_from_string' => 1,
2343 'dbus_message_type_to_string' => 1,
2344 'dbus_message_unref' => 1,
2345 'dbus_move_error' => 1,
2346 'dbus_parse_address' => 1,
2347 'dbus_pending_call_allocate_data_slot' => 1,
2348 'dbus_pending_call_block' => 1,
2349 'dbus_pending_call_cancel' => 1,
2350 'dbus_pending_call_free_data_slot' => 1,
2351 'dbus_pending_call_get_completed' => 1,
2352 'dbus_pending_call_get_data' => 1,
2353 'dbus_pending_call_ref' => 1,
2354 'dbus_pending_call_set_data' => 1,
2355 'dbus_pending_call_set_notify' => 1,
2356 'dbus_pending_call_steal_reply' => 1,
2357 'dbus_pending_call_unref' => 1,
2358 'dbus_realloc' => 1,
2359 'dbus_server_allocate_data_slot' => 1,
2360 'dbus_server_disconnect' => 1,
2361 'dbus_server_free_data_slot' => 1,
2362 'dbus_server_get_address' => 1,
2363 'dbus_server_get_data' => 1,
2364 'dbus_server_get_id' => 1,
2365 'dbus_server_get_is_connected' => 1,
2366 'dbus_server_listen' => 1,
2367 'dbus_server_ref' => 1,
2368 'dbus_server_set_auth_mechanisms' => 1,
2369 'dbus_server_set_data' => 1,
2370 'dbus_server_set_new_connection_function' => 1,
2371 'dbus_server_set_timeout_functions' => 1,
2372 'dbus_server_set_watch_functions' => 1,
2373 'dbus_server_unref' => 1,
2374 'dbus_set_error' => 1,
2375 'dbus_set_error_const' => 1,
2376 'dbus_set_error_from_message' => 1,
2377 'dbus_shutdown' => 1,
2378 'dbus_signature_iter_get_current_type' => 1,
2379 'dbus_signature_iter_get_element_type' => 1,
2380 'dbus_signature_iter_get_signature' => 1,
2381 'dbus_signature_iter_init' => 1,
2382 'dbus_signature_iter_next' => 1,
2383 'dbus_signature_iter_recurse' => 1,
2384 'dbus_signature_validate' => 1,
2385 'dbus_signature_validate_single' => 1,
2386 'dbus_threads_init' => 1,
2387 'dbus_threads_init_default' => 1,
2388 'dbus_timeout_get_data' => 1,
2389 'dbus_timeout_get_enabled' => 1,
2390 'dbus_timeout_get_interval' => 1,
2391 'dbus_timeout_handle' => 1,
2392 'dbus_timeout_set_data' => 1,
2393 'dbus_type_is_basic' => 1,
2394 'dbus_type_is_container' => 1,
2395 'dbus_type_is_fixed' => 1,
2396 'dbus_type_is_valid' => 1,
2397 'dbus_validate_bus_name' => 1,
2398 'dbus_validate_error_name' => 1,
2399 'dbus_validate_interface' => 1,
2400 'dbus_validate_member' => 1,
2401 'dbus_validate_path' => 1,
2402 'dbus_validate_utf8' => 1,
2403 'dbus_watch_get_data' => 1,
2404 'dbus_watch_get_enabled' => 1,
2405 'dbus_watch_get_fd' => 1,
2406 'dbus_watch_get_flags' => 1,
2407 'dbus_watch_get_socket' => 1,
2408 'dbus_watch_get_unix_fd' => 1,
2409 'dbus_watch_handle' => 1,
2410 'dbus_watch_set_data' => 1
2411 },
2412 'libnih-dbus.so.1.0.0' => {
2413 'nih_dbus_bus@@LIBNIH_DBUS_1_0' => 1,
2414 'nih_dbus_connect@@LIBNIH_DBUS_1_0' => 1,
2415 'nih_dbus_error_raise@@LIBNIH_DBUS_1_0' => 1,
2416 'nih_dbus_error_raise_printf@@LIBNIH_DBUS_1_0' => 1,
2417 'nih_dbus_message_error@@LIBNIH_DBUS_1_0' => 1,
2418 'nih_dbus_message_new@@LIBNIH_DBUS_1_0' => 1,
2419 'nih_dbus_object_new@@LIBNIH_DBUS_1_0' => 1,
2420 'nih_dbus_path@@LIBNIH_DBUS_1_0' => 1,
2421 'nih_dbus_pending_data_new@@LIBNIH_DBUS_1_0' => 1,
2422 'nih_dbus_proxy_connect@@LIBNIH_DBUS_1_0' => 1,
2423 'nih_dbus_proxy_new@@LIBNIH_DBUS_1_0' => 1,
2424 'nih_dbus_server@@LIBNIH_DBUS_1_0' => 1,
2425 'nih_dbus_setup@@LIBNIH_DBUS_1_0' => 1
2426 },
2427 'libnih.so.1.0.0' => {
2428 '__nih_abort_msg@@LIBNIH_1.0.1' => -8,
2429 '__nih_free@@LIBNIH_1.0.1' => -8,
2430 '__nih_malloc@@LIBNIH_1.0.1' => -8,
2431 '__nih_realloc@@LIBNIH_1.0.1' => -8,
2432 '_nih_discard_local@@LIBNIH_1_0' => 1,
2433 '_nih_error_raise@@LIBNIH_1_0' => 1,
2434 '_nih_error_raise_error@@LIBNIH_1_0' => 1,
2435 '_nih_error_raise_printf@@LIBNIH_1_0' => 1,
2436 '_nih_error_raise_system@@LIBNIH_1_0' => 1,
2437 'nih_alloc@@LIBNIH_1_0' => 1,
2438 'nih_alloc_parent@@LIBNIH_1_0' => 1,
2439 'nih_alloc_real_set_destructor@@LIBNIH_1_0' => 1,
2440 'nih_alloc_size@@LIBNIH_1_0' => 1,
2441 'nih_child_add_watch@@LIBNIH_1_0' => 1,
2442 'nih_child_init@@LIBNIH_1_0' => 1,
2443 'nih_child_poll@@LIBNIH_1_0' => 1,
2444 'nih_child_watches@@LIBNIH_1_0' => -8,
2445 'nih_command_join@@LIBNIH_1_0' => 1,
2446 'nih_command_parser@@LIBNIH_1_0' => 1,
2447 'nih_config_has_token@@LIBNIH_1_0' => 1,
2448 'nih_config_next_arg@@LIBNIH_1_0' => 1,
2449 'nih_config_next_line@@LIBNIH_1_0' => 1,
2450 'nih_config_next_token@@LIBNIH_1_0' => 1,
2451 'nih_config_parse@@LIBNIH_1_0' => 1,
2452 'nih_config_parse_args@@LIBNIH_1_0' => 1,
2453 'nih_config_parse_block@@LIBNIH_1_0' => 1,
2454 'nih_config_parse_command@@LIBNIH_1_0' => 1,
2455 'nih_config_parse_file@@LIBNIH_1_0' => 1,
2456 'nih_config_parse_stanza@@LIBNIH_1_0' => 1,
2457 'nih_config_skip_block@@LIBNIH_1_0' => 1,
2458 'nih_config_skip_comment@@LIBNIH_1_0' => 1,
2459 'nih_config_skip_whitespace@@LIBNIH_1_0' => 1,
2460 'nih_config_token@@LIBNIH_1_0' => 1,
2461 'nih_dir_walk@@LIBNIH_1_0' => 1,
2462 'nih_discard@@LIBNIH_1_0' => 1,
2463 'nih_error_get@@LIBNIH_1_0' => 1,
2464 'nih_error_init@@LIBNIH_1_0' => 1,
2465 'nih_error_pop_context@@LIBNIH_1_0' => 1,
2466 'nih_error_push_context@@LIBNIH_1_0' => 1,
2467 'nih_error_steal@@LIBNIH_1_0' => 1,
2468 'nih_file_ignore@@LIBNIH_1_0' => 1,
2469 'nih_file_is_backup@@LIBNIH_1_0' => 1,
2470 'nih_file_is_hidden@@LIBNIH_1_0' => 1,
2471 'nih_file_is_packaging@@LIBNIH_1_0' => 1,
2472 'nih_file_is_rcs@@LIBNIH_1_0' => 1,
2473 'nih_file_is_swap@@LIBNIH_1_0' => 1,
2474 'nih_file_map@@LIBNIH_1_0' => 1,
2475 'nih_file_read@@LIBNIH_1_0' => 1,
2476 'nih_file_unmap@@LIBNIH_1_0' => 1,
2477 'nih_free@@LIBNIH_1_0' => 1,
2478 'nih_hash_add@@LIBNIH_1_0' => 1,
2479 'nih_hash_add_unique@@LIBNIH_1_0' => 1,
2480 'nih_hash_lookup@@LIBNIH_1_0' => 1,
2481 'nih_hash_new@@LIBNIH_1_0' => 1,
2482 'nih_hash_replace@@LIBNIH_1_0' => 1,
2483 'nih_hash_search@@LIBNIH_1_0' => 1,
2484 'nih_hash_string_cmp@@LIBNIH_1_0' => 1,
2485 'nih_hash_string_hash@@LIBNIH_1_0' => 1,
2486 'nih_hash_string_key@@LIBNIH_1_0' => 1,
2487 'nih_io_add_watch@@LIBNIH_1_0' => 1,
2488 'nih_io_buffer_new@@LIBNIH_1_0' => 1,
2489 'nih_io_buffer_pop@@LIBNIH_1_0' => 1,
2490 'nih_io_buffer_push@@LIBNIH_1_0' => 1,
2491 'nih_io_buffer_resize@@LIBNIH_1_0' => 1,
2492 'nih_io_buffer_shrink@@LIBNIH_1_0' => 1,
2493 'nih_io_destroy@@LIBNIH_1_0' => 1,
2494 'nih_io_get@@LIBNIH_1_0' => 1,
2495 'nih_io_get_family@@LIBNIH_1_0' => 1,
2496 'nih_io_handle_fds@@LIBNIH_1_0' => 1,
2497 'nih_io_init@@LIBNIH_1_0' => 1,
2498 'nih_io_message_add_control@@LIBNIH_1_0' => 1,
2499 'nih_io_message_new@@LIBNIH_1_0' => 1,
2500 'nih_io_message_recv@@LIBNIH_1_0' => 1,
2501 'nih_io_message_send@@LIBNIH_1_0' => 1,
2502 'nih_io_printf@@LIBNIH_1_0' => 1,
2503 'nih_io_read@@LIBNIH_1_0' => 1,
2504 'nih_io_read_message@@LIBNIH_1_0' => 1,
2505 'nih_io_reopen@@LIBNIH_1_0' => 1,
2506 'nih_io_select_fds@@LIBNIH_1_0' => 1,
2507 'nih_io_send_message@@LIBNIH_1_0' => 1,
2508 'nih_io_set_cloexec@@LIBNIH_1_0' => 1,
2509 'nih_io_set_nonblock@@LIBNIH_1_0' => 1,
2510 'nih_io_shutdown@@LIBNIH_1_0' => 1,
2511 'nih_io_watches@@LIBNIH_1_0' => -8,
2512 'nih_io_write@@LIBNIH_1_0' => 1,
2513 'nih_list_add@@LIBNIH_1_0' => 1,
2514 'nih_list_add_after@@LIBNIH_1_0' => 1,
2515 'nih_list_destroy@@LIBNIH_1_0' => 1,
2516 'nih_list_entry_new@@LIBNIH_1_0' => 1,
2517 'nih_list_init@@LIBNIH_1_0' => 1,
2518 'nih_list_new@@LIBNIH_1_0' => 1,
2519 'nih_list_remove@@LIBNIH_1_0' => 1,
2520 'nih_log_init@@LIBNIH_1_0' => 1,
2521 'nih_log_message@@LIBNIH_1_0' => 1,
2522 'nih_log_priority@@LIBNIH_1_0' => -4,
2523 'nih_log_set_logger@@LIBNIH_1_0' => 1,
2524 'nih_log_set_priority@@LIBNIH_1_0' => 1,
2525 'nih_logger_printf@@LIBNIH_1_0' => 1,
2526 'nih_logger_syslog@@LIBNIH_1_0' => 1,
2527 'nih_main_daemonise@@LIBNIH_1_0' => 1,
2528 'nih_main_get_pidfile@@LIBNIH_1_0' => 1,
2529 'nih_main_init_full@@LIBNIH_1_0' => 1,
2530 'nih_main_loop@@LIBNIH_1_0' => 1,
2531 'nih_main_loop_add_func@@LIBNIH_1_0' => 1,
2532 'nih_main_loop_exit@@LIBNIH_1_0' => 1,
2533 'nih_main_loop_functions@@LIBNIH_1_0' => -8,
2534 'nih_main_loop_init@@LIBNIH_1_0' => 1,
2535 'nih_main_loop_interrupt@@LIBNIH_1_0' => 1,
2536 'nih_main_read_pidfile@@LIBNIH_1_0' => 1,
2537 'nih_main_set_pidfile@@LIBNIH_1_0' => 1,
2538 'nih_main_suggest_help@@LIBNIH_1_0' => 1,
2539 'nih_main_term_signal@@LIBNIH_1_0' => 1,
2540 'nih_main_unlink_pidfile@@LIBNIH_1_0' => 1,
2541 'nih_main_version@@LIBNIH_1_0' => 1,
2542 'nih_main_write_pidfile@@LIBNIH_1_0' => 1,
2543 'nih_option_count@@LIBNIH_1_0' => 1,
2544 'nih_option_debug@@LIBNIH_1_0' => 1,
2545 'nih_option_int@@LIBNIH_1_0' => 1,
2546 'nih_option_join@@LIBNIH_1_0' => 1,
2547 'nih_option_parser@@LIBNIH_1_0' => 1,
2548 'nih_option_quiet@@LIBNIH_1_0' => 1,
2549 'nih_option_set_footer@@LIBNIH_1_0' => 1,
2550 'nih_option_set_help@@LIBNIH_1_0' => 1,
2551 'nih_option_set_synopsis@@LIBNIH_1_0' => 1,
2552 'nih_option_set_usage@@LIBNIH_1_0' => 1,
2553 'nih_option_set_usage_stem@@LIBNIH_1_0' => 1,
2554 'nih_option_verbose@@LIBNIH_1_0' => 1,
2555 'nih_realloc@@LIBNIH_1_0' => 1,
2556 'nih_ref@@LIBNIH_1_0' => 1,
2557 'nih_signal_add_handler@@LIBNIH_1_0' => 1,
2558 'nih_signal_from_name@@LIBNIH_1_0' => 1,
2559 'nih_signal_handler@@LIBNIH_1_0' => 1,
2560 'nih_signal_init@@LIBNIH_1_0' => 1,
2561 'nih_signal_poll@@LIBNIH_1_0' => 1,
2562 'nih_signal_reset@@LIBNIH_1_0' => 1,
2563 'nih_signal_set_default@@LIBNIH_1_0' => 1,
2564 'nih_signal_set_handler@@LIBNIH_1_0' => 1,
2565 'nih_signal_set_ignore@@LIBNIH_1_0' => 1,
2566 'nih_signal_to_name@@LIBNIH_1_0' => 1,
2567 'nih_signals@@LIBNIH_1_0' => -8,
2568 'nih_sprintf@@LIBNIH_1_0' => 1,
2569 'nih_str_array_add@@LIBNIH_1_0' => 1,
2570 'nih_str_array_addn@@LIBNIH_1_0' => 1,
2571 'nih_str_array_addp@@LIBNIH_1_0' => 1,
2572 'nih_str_array_append@@LIBNIH_1_0' => 1,
2573 'nih_str_array_copy@@LIBNIH_1_0' => 1,
2574 'nih_str_array_new@@LIBNIH_1_0' => 1,
2575 'nih_str_screen_width@@LIBNIH_1_0' => 1,
2576 'nih_str_screen_wrap@@LIBNIH_1_0' => 1,
2577 'nih_str_split@@LIBNIH_1_0' => 1,
2578 'nih_str_wrap@@LIBNIH_1_0' => 1,
2579 'nih_strcat@@LIBNIH_1_0' => 1,
2580 'nih_strcat_sprintf@@LIBNIH_1_0' => 1,
2581 'nih_strcat_vsprintf@@LIBNIH_1_0' => 1,
2582 'nih_strdup@@LIBNIH_1_0' => 1,
2583 'nih_strncat@@LIBNIH_1_0' => 1,
2584 'nih_strndup@@LIBNIH_1_0' => 1,
2585 'nih_timer_add_periodic@@LIBNIH_1_0' => 1,
2586 'nih_timer_add_scheduled@@LIBNIH_1_0' => 1,
2587 'nih_timer_add_timeout@@LIBNIH_1_0' => 1,
2588 'nih_timer_init@@LIBNIH_1_0' => 1,
2589 'nih_timer_next_due@@LIBNIH_1_0' => 1,
2590 'nih_timer_poll@@LIBNIH_1_0' => 1,
2591 'nih_timers@@LIBNIH_1_0' => -8,
2592 'nih_tree_add@@LIBNIH_1_0' => 1,
2593 'nih_tree_destroy@@LIBNIH_1_0' => 1,
2594 'nih_tree_entry_new@@LIBNIH_1_0' => 1,
2595 'nih_tree_init@@LIBNIH_1_0' => 1,
2596 'nih_tree_new@@LIBNIH_1_0' => 1,
2597 'nih_tree_next_full@@LIBNIH_1_0' => 1,
2598 'nih_tree_next_post_full@@LIBNIH_1_0' => 1,
2599 'nih_tree_next_pre_full@@LIBNIH_1_0' => 1,
2600 'nih_tree_prev_full@@LIBNIH_1_0' => 1,
2601 'nih_tree_prev_post_full@@LIBNIH_1_0' => 1,
2602 'nih_tree_prev_pre_full@@LIBNIH_1_0' => 1,
2603 'nih_tree_remove@@LIBNIH_1_0' => 1,
2604 'nih_tree_unlink@@LIBNIH_1_0' => 1,
2605 'nih_unref@@LIBNIH_1_0' => 1,
2606 'nih_vsprintf@@LIBNIH_1_0' => 1,
2607 'nih_watch_add@@LIBNIH_1_0' => 1,
2608 'nih_watch_destroy@@LIBNIH_1_0' => 1,
2609 'nih_watch_new@@LIBNIH_1_0' => 1,
2610 'package_bugreport@@LIBNIH_1_0' => -8,
2611 'package_copyright@@LIBNIH_1_0' => -8,
2612 'package_name@@LIBNIH_1_0' => -8,
2613 'package_string@@LIBNIH_1_0' => -8,
2614 'package_version@@LIBNIH_1_0' => -8,
2615 'program_name@@LIBNIH_1_0' => -8
2616 }
2617 },
2618 'GccConstants' => {
2619 '_GNU_SOURCE' => '1'
2620 },
2621 'GccVersion' => '4.8',
2622 'Headers' => {
2623 'com.ubuntu.Upstart.Instance.h' => 2,
2624 'com.ubuntu.Upstart.Job.h' => 3,
2625 'com.ubuntu.Upstart.h' => 1,
2626 'upstart-dbus.h' => 4,
2627 'upstart.h' => 0
2628 },
2629 'Language' => 'C',
2630 'LibraryName' => 'libupstart',
2631 'LibraryVersion' => '1.0.0-build',
2632 'NameSpaces' => {},
2633 'SkipHeaders' => {},
2634 'SkipNameSpaces' => {},
2635 'SkipSymbols' => {},
2636 'SkipTypes' => {},
2637 'SymbolInfo' => {
2638 '1047' => {
2639 'Header' => 'com.ubuntu.Upstart.Instance.h',
2640 'Lang' => 'C',
2641 'Line' => '76',
2642 'Param' => {
2643 '0' => {
2644 'algn' => '8',
2645 'name' => 'proxy',
2646 'type' => '33'
2647 },
2648 '1' => {
2649 'algn' => '4',
2650 'name' => 'wait',
2651 'type' => '10'
2652 },
2653 '2' => {
2654 'algn' => '8',
2655 'name' => 'handler',
2656 'type' => '1214'
2657 },
2658 '3' => {
2659 'algn' => '8',
2660 'name' => 'error_handler',
2661 'type' => '80'
2662 },
2663 '4' => {
2664 'algn' => '8',
2665 'name' => 'data',
2666 'type' => '111'
2667 },
2668 '5' => {
2669 'algn' => '4',
2670 'name' => 'timeout',
2671 'type' => '10'
2672 }
2673 },
2674 'Return' => '26',
2675 'ShortName' => 'job_restart'
2676 },
2677 '1060' => {
2678 'Header' => 'com.ubuntu.Upstart.h',
2679 'Lang' => 'C',
2680 'Line' => '153',
2681 'Param' => {
2682 '0' => {
2683 'algn' => '8',
2684 'name' => 'parent',
2685 'type' => '17'
2686 },
2687 '1' => {
2688 'algn' => '8',
2689 'name' => 'proxy',
2690 'type' => '33'
2691 },
2692 '2' => {
2693 'algn' => '8',
2694 'name' => 'value',
2695 'type' => '297'
2696 }
2697 },
2698 'Return' => '10',
2699 'ShortName' => 'upstart_set_log_priority_sync'
2700 },
2701 '1071' => {
2702 'Header' => 'com.ubuntu.Upstart.Job.h',
2703 'Lang' => 'C',
2704 'Line' => '89',
2705 'Param' => {
2706 '0' => {
2707 'algn' => '8',
2708 'name' => 'proxy',
2709 'type' => '33'
2710 },
2711 '1' => {
2712 'algn' => '8',
2713 'name' => 'env',
2714 'type' => '277'
2715 },
2716 '2' => {
2717 'algn' => '4',
2718 'name' => 'wait',
2719 'type' => '10'
2720 },
2721 '3' => {
2722 'algn' => '8',
2723 'name' => 'handler',
2724 'type' => '754'
2725 },
2726 '4' => {
2727 'algn' => '8',
2728 'name' => 'error_handler',
2729 'type' => '80'
2730 },
2731 '5' => {
2732 'algn' => '8',
2733 'name' => 'data',
2734 'type' => '111'
2735 },
2736 '6' => {
2737 'algn' => '4',
2738 'name' => 'timeout',
2739 'type' => '10'
2740 }
2741 },
2742 'Return' => '26',
2743 'ShortName' => 'job_class_start'
2744 },
2745 '1124' => {
2746 'Header' => 'com.ubuntu.Upstart.Instance.h',
2747 'Lang' => 'C',
2748 'Line' => '74',
2749 'Param' => {
2750 '0' => {
2751 'algn' => '8',
2752 'name' => 'parent',
2753 'type' => '17'
2754 },
2755 '1' => {
2756 'algn' => '8',
2757 'name' => 'proxy',
2758 'type' => '33'
2759 },
2760 '2' => {
2761 'algn' => '4',
2762 'name' => 'wait',
2763 'type' => '10'
2764 }
2765 },
2766 'Return' => '10',
2767 'ShortName' => 'job_stop_sync'
2768 },
2769 '1139' => {
2770 'Header' => 'com.ubuntu.Upstart.h',
2771 'Lang' => 'C',
2772 'Line' => '151',
2773 'Param' => {
2774 '0' => {
2775 'algn' => '8',
2776 'name' => 'proxy',
2777 'type' => '33'
2778 },
2779 '1' => {
2780 'algn' => '8',
2781 'name' => 'value',
2782 'type' => '297'
2783 },
2784 '2' => {
2785 'algn' => '8',
2786 'name' => 'handler',
2787 'type' => '1467'
2788 },
2789 '3' => {
2790 'algn' => '8',
2791 'name' => 'error_handler',
2792 'type' => '80'
2793 },
2794 '4' => {
2795 'algn' => '8',
2796 'name' => 'data',
2797 'type' => '111'
2798 },
2799 '5' => {
2800 'algn' => '4',
2801 'name' => 'timeout',
2802 'type' => '10'
2803 }
2804 },
2805 'Return' => '26',
2806 'ShortName' => 'upstart_set_log_priority'
2807 },
2808 '1153' => {
2809 'Header' => 'com.ubuntu.Upstart.Job.h',
2810 'Lang' => 'C',
2811 'Line' => '87',
2812 'Param' => {
2813 '0' => {
2814 'algn' => '8',
2815 'name' => 'parent',
2816 'type' => '17'
2817 },
2818 '1' => {
2819 'algn' => '8',
2820 'name' => 'proxy',
2821 'type' => '33'
2822 },
2823 '2' => {
2824 'algn' => '8',
2825 'name' => 'instances',
2826 'type' => '98'
2827 }
2828 },
2829 'Return' => '10',
2830 'ShortName' => 'job_class_get_all_instances_sync'
2831 },
2832 '120' => {
2833 'Header' => 'com.ubuntu.Upstart.Job.h',
2834 'Lang' => 'C',
2835 'Line' => '121',
2836 'Param' => {
2837 '0' => {
2838 'algn' => '8',
2839 'name' => 'proxy',
2840 'type' => '33'
2841 },
2842 '1' => {
2843 'algn' => '8',
2844 'name' => 'handler',
2845 'type' => '208'
2846 },
2847 '2' => {
2848 'algn' => '8',
2849 'name' => 'error_handler',
2850 'type' => '80'
2851 },
2852 '3' => {
2853 'algn' => '8',
2854 'name' => 'data',
2855 'type' => '111'
2856 },
2857 '4' => {
2858 'algn' => '4',
2859 'name' => 'timeout',
2860 'type' => '10'
2861 }
2862 },
2863 'Return' => '26',
2864 'ShortName' => 'job_class_get_start_on'
2865 },
2866 '1204' => {
2867 'Header' => 'com.ubuntu.Upstart.Instance.h',
2868 'Lang' => 'C',
2869 'Line' => '72',
2870 'Param' => {
2871 '0' => {
2872 'algn' => '8',
2873 'name' => 'proxy',
2874 'type' => '33'
2875 },
2876 '1' => {
2877 'algn' => '4',
2878 'name' => 'wait',
2879 'type' => '10'
2880 },
2881 '2' => {
2882 'algn' => '8',
2883 'name' => 'handler',
2884 'type' => '1295'
2885 },
2886 '3' => {
2887 'algn' => '8',
2888 'name' => 'error_handler',
2889 'type' => '80'
2890 },
2891 '4' => {
2892 'algn' => '8',
2893 'name' => 'data',
2894 'type' => '111'
2895 },
2896 '5' => {
2897 'algn' => '4',
2898 'name' => 'timeout',
2899 'type' => '10'
2900 }
2901 },
2902 'Return' => '26',
2903 'ShortName' => 'job_stop'
2904 },
2905 '1221' => {
2906 'Header' => 'com.ubuntu.Upstart.h',
2907 'Lang' => 'C',
2908 'Line' => '149',
2909 'Param' => {
2910 '0' => {
2911 'algn' => '8',
2912 'name' => 'parent',
2913 'type' => '17'
2914 },
2915 '1' => {
2916 'algn' => '8',
2917 'name' => 'proxy',
2918 'type' => '33'
2919 },
2920 '2' => {
2921 'algn' => '8',
2922 'name' => 'value',
2923 'type' => '127'
2924 }
2925 },
2926 'Return' => '10',
2927 'ShortName' => 'upstart_get_log_priority_sync'
2928 },
2929 '1239' => {
2930 'Header' => 'com.ubuntu.Upstart.Job.h',
2931 'Lang' => 'C',
2932 'Line' => '85',
2933 'Param' => {
2934 '0' => {
2935 'algn' => '8',
2936 'name' => 'proxy',
2937 'type' => '33'
2938 },
2939 '1' => {
2940 'algn' => '8',
2941 'name' => 'handler',
2942 'type' => '833'
2943 },
2944 '2' => {
2945 'algn' => '8',
2946 'name' => 'error_handler',
2947 'type' => '80'
2948 },
2949 '3' => {
2950 'algn' => '8',
2951 'name' => 'data',
2952 'type' => '111'
2953 },
2954 '4' => {
2955 'algn' => '4',
2956 'name' => 'timeout',
2957 'type' => '10'
2958 }
2959 },
2960 'Return' => '26',
2961 'ShortName' => 'job_class_get_all_instances'
2962 },
2963 '1286' => {
2964 'Header' => 'com.ubuntu.Upstart.Instance.h',
2965 'Lang' => 'C',
2966 'Line' => '70',
2967 'Param' => {
2968 '0' => {
2969 'algn' => '8',
2970 'name' => 'parent',
2971 'type' => '17'
2972 },
2973 '1' => {
2974 'algn' => '8',
2975 'name' => 'proxy',
2976 'type' => '33'
2977 },
2978 '2' => {
2979 'algn' => '4',
2980 'name' => 'wait',
2981 'type' => '10'
2982 }
2983 },
2984 'Return' => '10',
2985 'ShortName' => 'job_start_sync'
2986 },
2987 '1301' => {
2988 'Header' => 'com.ubuntu.Upstart.h',
2989 'Lang' => 'C',
2990 'Line' => '147',
2991 'Param' => {
2992 '0' => {
2993 'algn' => '8',
2994 'name' => 'proxy',
2995 'type' => '33'
2996 },
2997 '1' => {
2998 'algn' => '8',
2999 'name' => 'handler',
3000 'type' => '1548'
3001 },
3002 '2' => {
3003 'algn' => '8',
3004 'name' => 'error_handler',
3005 'type' => '80'
3006 },
3007 '3' => {
3008 'algn' => '8',
3009 'name' => 'data',
3010 'type' => '111'
3011 },
3012 '4' => {
3013 'algn' => '4',
3014 'name' => 'timeout',
3015 'type' => '10'
3016 }
3017 },
3018 'Return' => '26',
3019 'ShortName' => 'upstart_get_log_priority'
3020 },
3021 '1323' => {
3022 'Header' => 'com.ubuntu.Upstart.Job.h',
3023 'Lang' => 'C',
3024 'Line' => '83',
3025 'Param' => {
3026 '0' => {
3027 'algn' => '8',
3028 'name' => 'parent',
3029 'type' => '17'
3030 },
3031 '1' => {
3032 'algn' => '8',
3033 'name' => 'proxy',
3034 'type' => '33'
3035 },
3036 '2' => {
3037 'algn' => '8',
3038 'name' => 'name',
3039 'type' => '297'
3040 },
3041 '3' => {
3042 'algn' => '8',
3043 'name' => 'instance',
3044 'type' => '127'
3045 }
3046 },
3047 'Return' => '10',
3048 'ShortName' => 'job_class_get_instance_by_name_sync'
3049 },
3050 '1362' => {
3051 'Header' => 'com.ubuntu.Upstart.Instance.h',
3052 'Lang' => 'C',
3053 'Line' => '68',
3054 'Param' => {
3055 '0' => {
3056 'algn' => '8',
3057 'name' => 'proxy',
3058 'type' => '33'
3059 },
3060 '1' => {
3061 'algn' => '4',
3062 'name' => 'wait',
3063 'type' => '10'
3064 },
3065 '2' => {
3066 'algn' => '8',
3067 'name' => 'handler',
3068 'type' => '1376'
3069 },
3070 '3' => {
3071 'algn' => '8',
3072 'name' => 'error_handler',
3073 'type' => '80'
3074 },
3075 '4' => {
3076 'algn' => '8',
3077 'name' => 'data',
3078 'type' => '111'
3079 },
3080 '5' => {
3081 'algn' => '4',
3082 'name' => 'timeout',
3083 'type' => '10'
3084 }
3085 },
3086 'Return' => '26',
3087 'ShortName' => 'job_start'
3088 },
3089 '1382' => {
3090 'Header' => 'com.ubuntu.Upstart.h',
3091 'Lang' => 'C',
3092 'Line' => '145',
3093 'Param' => {
3094 '0' => {
3095 'algn' => '8',
3096 'name' => 'parent',
3097 'type' => '17'
3098 },
3099 '1' => {
3100 'algn' => '8',
3101 'name' => 'proxy',
3102 'type' => '33'
3103 },
3104 '2' => {
3105 'algn' => '8',
3106 'name' => 'value',
3107 'type' => '127'
3108 }
3109 },
3110 'Return' => '10',
3111 'ShortName' => 'upstart_get_version_sync'
3112 },
3113 '14' => {
3114 'Header' => 'com.ubuntu.Upstart.Job.h',
3115 'Lang' => 'C',
3116 'Line' => '131',
3117 'Param' => {
3118 '0' => {
3119 'algn' => '8',
3120 'name' => 'parent',
3121 'type' => '17'
3122 },
3123 '1' => {
3124 'algn' => '8',
3125 'name' => 'proxy',
3126 'type' => '33'
3127 },
3128 '2' => {
3129 'algn' => '8',
3130 'name' => 'value',
3131 'type' => '98'
3132 }
3133 },
3134 'Return' => '10',
3135 'ShortName' => 'job_class_get_emits_sync'
3136 },
3137 '1405' => {
3138 'Header' => 'com.ubuntu.Upstart.Job.h',
3139 'Lang' => 'C',
3140 'Line' => '81',
3141 'Param' => {
3142 '0' => {
3143 'algn' => '8',
3144 'name' => 'proxy',
3145 'type' => '33'
3146 },
3147 '1' => {
3148 'algn' => '8',
3149 'name' => 'name',
3150 'type' => '297'
3151 },
3152 '2' => {
3153 'algn' => '8',
3154 'name' => 'handler',
3155 'type' => '916'
3156 },
3157 '3' => {
3158 'algn' => '8',
3159 'name' => 'error_handler',
3160 'type' => '80'
3161 },
3162 '4' => {
3163 'algn' => '8',
3164 'name' => 'data',
3165 'type' => '111'
3166 },
3167 '5' => {
3168 'algn' => '4',
3169 'name' => 'timeout',
3170 'type' => '10'
3171 }
3172 },
3173 'Return' => '26',
3174 'ShortName' => 'job_class_get_instance_by_name'
3175 },
3176 '1446' => {
3177 'Data' => 1,
3178 'Header' => 'com.ubuntu.Upstart.Instance.h',
3179 'Lang' => 'C',
3180 'Line' => '65',
3181 'Return' => '1525',
3182 'ShortName' => 'job_interfaces'
3183 },
3184 '1463' => {
3185 'Header' => 'com.ubuntu.Upstart.h',
3186 'Lang' => 'C',
3187 'Line' => '143',
3188 'Param' => {
3189 '0' => {
3190 'algn' => '8',
3191 'name' => 'proxy',
3192 'type' => '33'
3193 },
3194 '1' => {
3195 'algn' => '8',
3196 'name' => 'handler',
3197 'type' => '1627'
3198 },
3199 '2' => {
3200 'algn' => '8',
3201 'name' => 'error_handler',
3202 'type' => '80'
3203 },
3204 '3' => {
3205 'algn' => '8',
3206 'name' => 'data',
3207 'type' => '111'
3208 },
3209 '4' => {
3210 'algn' => '4',
3211 'name' => 'timeout',
3212 'type' => '10'
3213 }
3214 },
3215 'Return' => '26',
3216 'ShortName' => 'upstart_get_version'
3217 },
3218 '1491' => {
3219 'Header' => 'com.ubuntu.Upstart.Job.h',
3220 'Lang' => 'C',
3221 'Line' => '79',
3222 'Param' => {
3223 '0' => {
3224 'algn' => '8',
3225 'name' => 'parent',
3226 'type' => '17'
3227 },
3228 '1' => {
3229 'algn' => '8',
3230 'name' => 'proxy',
3231 'type' => '33'
3232 },
3233 '2' => {
3234 'algn' => '8',
3235 'name' => 'env',
3236 'type' => '277'
3237 },
3238 '3' => {
3239 'algn' => '8',
3240 'name' => 'instance',
3241 'type' => '127'
3242 }
3243 },
3244 'Return' => '10',
3245 'ShortName' => 'job_class_get_instance_sync'
3246 },
3247 '1526' => {
3248 'Data' => 1,
3249 'Header' => 'com.ubuntu.Upstart.Instance.h',
3250 'Lang' => 'C',
3251 'Line' => '64',
3252 'Return' => '1192',
3253 'ShortName' => 'job_com_ubuntu_Upstart0_6_Instance'
3254 },
3255 '154' => {
3256 'Header' => 'com.ubuntu.Upstart.Job.h',
3257 'Lang' => 'C',
3258 'Line' => '119',
3259 'Param' => {
3260 '0' => {
3261 'algn' => '8',
3262 'name' => 'parent',
3263 'type' => '17'
3264 },
3265 '1' => {
3266 'algn' => '8',
3267 'name' => 'proxy',
3268 'type' => '33'
3269 },
3270 '2' => {
3271 'algn' => '8',
3272 'name' => 'value',
3273 'type' => '127'
3274 }
3275 },
3276 'Return' => '10',
3277 'ShortName' => 'job_class_get_usage_sync'
3278 },
3279 '1545' => {
3280 'Header' => 'com.ubuntu.Upstart.h',
3281 'Lang' => 'C',
3282 'Line' => '141',
3283 'Param' => {
3284 '0' => {
3285 'algn' => '8',
3286 'name' => 'parent',
3287 'type' => '17'
3288 },
3289 '1' => {
3290 'algn' => '8',
3291 'name' => 'proxy',
3292 'type' => '33'
3293 }
3294 },
3295 'Return' => '10',
3296 'ShortName' => 'upstart_end_session_sync'
3297 },
3298 '1573' => {
3299 'Header' => 'com.ubuntu.Upstart.Job.h',
3300 'Lang' => 'C',
3301 'Line' => '77',
3302 'Param' => {
3303 '0' => {
3304 'algn' => '8',
3305 'name' => 'proxy',
3306 'type' => '33'
3307 },
3308 '1' => {
3309 'algn' => '8',
3310 'name' => 'env',
3311 'type' => '277'
3312 },
3313 '2' => {
3314 'algn' => '8',
3315 'name' => 'handler',
3316 'type' => '1004'
3317 },
3318 '3' => {
3319 'algn' => '8',
3320 'name' => 'error_handler',
3321 'type' => '80'
3322 },
3323 '4' => {
3324 'algn' => '8',
3325 'name' => 'data',
3326 'type' => '111'
3327 },
3328 '5' => {
3329 'algn' => '4',
3330 'name' => 'timeout',
3331 'type' => '10'
3332 }
3333 },
3334 'Return' => '26',
3335 'ShortName' => 'job_class_get_instance'
3336 },
3337 '1620' => {
3338 'Header' => 'com.ubuntu.Upstart.h',
3339 'Lang' => 'C',
3340 'Line' => '139',
3341 'Param' => {
3342 '0' => {
3343 'algn' => '8',
3344 'name' => 'proxy',
3345 'type' => '33'
3346 },
3347 '1' => {
3348 'algn' => '8',
3349 'name' => 'handler',
3350 'type' => '1842'
3351 },
3352 '2' => {
3353 'algn' => '8',
3354 'name' => 'error_handler',
3355 'type' => '80'
3356 },
3357 '3' => {
3358 'algn' => '8',
3359 'name' => 'data',
3360 'type' => '111'
3361 },
3362 '4' => {
3363 'algn' => '4',
3364 'name' => 'timeout',
3365 'type' => '10'
3366 }
3367 },
3368 'Return' => '26',
3369 'ShortName' => 'upstart_end_session'
3370 },
3371 '1647' => {
3372 'Data' => 1,
3373 'Header' => 'com.ubuntu.Upstart.Job.h',
3374 'Lang' => 'C',
3375 'Line' => '74',
3376 'Return' => '1525',
3377 'ShortName' => 'job_class_interfaces'
3378 },
3379 '1696' => {
3380 'Header' => 'com.ubuntu.Upstart.h',
3381 'Lang' => 'C',
3382 'Line' => '137',
3383 'Param' => {
3384 '0' => {
3385 'algn' => '8',
3386 'name' => 'parent',
3387 'type' => '17'
3388 },
3389 '1' => {
3390 'algn' => '8',
3391 'name' => 'proxy',
3392 'type' => '33'
3393 },
3394 '2' => {
3395 'algn' => '8',
3396 'name' => 'address',
3397 'type' => '297'
3398 }
3399 },
3400 'Return' => '10',
3401 'ShortName' => 'upstart_notify_dbus_address_sync'
3402 },
3403 '1725' => {
3404 'Data' => 1,
3405 'Header' => 'com.ubuntu.Upstart.Job.h',
3406 'Lang' => 'C',
3407 'Line' => '73',
3408 'Return' => '1192',
3409 'ShortName' => 'job_class_com_ubuntu_Upstart0_6_Job'
3410 },
3411 '1767' => {
3412 'Header' => 'com.ubuntu.Upstart.h',
3413 'Lang' => 'C',
3414 'Line' => '135',
3415 'Param' => {
3416 '0' => {
3417 'algn' => '8',
3418 'name' => 'proxy',
3419 'type' => '33'
3420 },
3421 '1' => {
3422 'algn' => '8',
3423 'name' => 'address',
3424 'type' => '297'
3425 },
3426 '2' => {
3427 'algn' => '8',
3428 'name' => 'handler',
3429 'type' => '2022'
3430 },
3431 '3' => {
3432 'algn' => '8',
3433 'name' => 'error_handler',
3434 'type' => '80'
3435 },
3436 '4' => {
3437 'algn' => '8',
3438 'name' => 'data',
3439 'type' => '111'
3440 },
3441 '5' => {
3442 'algn' => '4',
3443 'name' => 'timeout',
3444 'type' => '10'
3445 }
3446 },
3447 'Return' => '26',
3448 'ShortName' => 'upstart_notify_dbus_address'
3449 },
3450 '1839' => {
3451 'Header' => 'com.ubuntu.Upstart.h',
3452 'Lang' => 'C',
3453 'Line' => '133',
3454 'Param' => {
3455 '0' => {
3456 'algn' => '8',
3457 'name' => 'parent',
3458 'type' => '17'
3459 },
3460 '1' => {
3461 'algn' => '8',
3462 'name' => 'proxy',
3463 'type' => '33'
3464 }
3465 },
3466 'Return' => '10',
3467 'ShortName' => 'upstart_notify_disk_writeable_sync'
3468 },
3469 '188' => {
3470 'Header' => 'com.ubuntu.Upstart.Job.h',
3471 'Lang' => 'C',
3472 'Line' => '117',
3473 'Param' => {
3474 '0' => {
3475 'algn' => '8',
3476 'name' => 'proxy',
3477 'type' => '33'
3478 },
3479 '1' => {
3480 'algn' => '8',
3481 'name' => 'handler',
3482 'type' => '245'
3483 },
3484 '2' => {
3485 'algn' => '8',
3486 'name' => 'error_handler',
3487 'type' => '80'
3488 },
3489 '3' => {
3490 'algn' => '8',
3491 'name' => 'data',
3492 'type' => '111'
3493 },
3494 '4' => {
3495 'algn' => '4',
3496 'name' => 'timeout',
3497 'type' => '10'
3498 }
3499 },
3500 'Return' => '26',
3501 'ShortName' => 'job_class_get_usage'
3502 },
3503 '1905' => {
3504 'Header' => 'com.ubuntu.Upstart.h',
3505 'Lang' => 'C',
3506 'Line' => '131',
3507 'Param' => {
3508 '0' => {
3509 'algn' => '8',
3510 'name' => 'proxy',
3511 'type' => '33'
3512 },
3513 '1' => {
3514 'algn' => '8',
3515 'name' => 'handler',
3516 'type' => '2074'
3517 },
3518 '2' => {
3519 'algn' => '8',
3520 'name' => 'error_handler',
3521 'type' => '80'
3522 },
3523 '3' => {
3524 'algn' => '8',
3525 'name' => 'data',
3526 'type' => '111'
3527 },
3528 '4' => {
3529 'algn' => '4',
3530 'name' => 'timeout',
3531 'type' => '10'
3532 }
3533 },
3534 'Return' => '26',
3535 'ShortName' => 'upstart_notify_disk_writeable'
3536 },
3537 '1962' => {
3538 'Header' => 'com.ubuntu.Upstart.h',
3539 'Lang' => 'C',
3540 'Line' => '129',
3541 'Param' => {
3542 '0' => {
3543 'algn' => '8',
3544 'name' => 'parent',
3545 'type' => '17'
3546 },
3547 '1' => {
3548 'algn' => '8',
3549 'name' => 'proxy',
3550 'type' => '33'
3551 },
3552 '2' => {
3553 'algn' => '8',
3554 'name' => 'name',
3555 'type' => '297'
3556 },
3557 '3' => {
3558 'algn' => '8',
3559 'name' => 'env',
3560 'type' => '277'
3561 },
3562 '4' => {
3563 'algn' => '4',
3564 'name' => 'wait',
3565 'type' => '10'
3566 },
3567 '5' => {
3568 'algn' => '4',
3569 'name' => 'file',
3570 'type' => '10'
3571 }
3572 },
3573 'Return' => '10',
3574 'ShortName' => 'upstart_emit_event_with_file_sync'
3575 },
3576 '2019' => {
3577 'Header' => 'com.ubuntu.Upstart.h',
3578 'Lang' => 'C',
3579 'Line' => '127',
3580 'Param' => {
3581 '0' => {
3582 'algn' => '8',
3583 'name' => 'proxy',
3584 'type' => '33'
3585 },
3586 '1' => {
3587 'algn' => '8',
3588 'name' => 'name',
3589 'type' => '297'
3590 },
3591 '2' => {
3592 'algn' => '8',
3593 'name' => 'env',
3594 'type' => '277'
3595 },
3596 '3' => {
3597 'algn' => '4',
3598 'name' => 'wait',
3599 'type' => '10'
3600 },
3601 '4' => {
3602 'algn' => '4',
3603 'name' => 'file',
3604 'type' => '10'
3605 },
3606 '5' => {
3607 'algn' => '8',
3608 'name' => 'handler',
3609 'type' => '2129'
3610 },
3611 '6' => {
3612 'algn' => '8',
3613 'name' => 'error_handler',
3614 'type' => '80'
3615 },
3616 '7' => {
3617 'algn' => '8',
3618 'name' => 'data',
3619 'type' => '111'
3620 },
3621 '8' => {
3622 'algn' => '4',
3623 'name' => 'timeout',
3624 'type' => '10'
3625 }
3626 },
3627 'Return' => '26',
3628 'ShortName' => 'upstart_emit_event_with_file'
3629 },
3630 '2071' => {
3631 'Header' => 'com.ubuntu.Upstart.h',
3632 'Lang' => 'C',
3633 'Line' => '125',
3634 'Param' => {
3635 '0' => {
3636 'algn' => '8',
3637 'name' => 'parent',
3638 'type' => '17'
3639 },
3640 '1' => {
3641 'algn' => '8',
3642 'name' => 'proxy',
3643 'type' => '33'
3644 },
3645 '2' => {
3646 'algn' => '8',
3647 'name' => 'name',
3648 'type' => '297'
3649 },
3650 '3' => {
3651 'algn' => '8',
3652 'name' => 'env',
3653 'type' => '277'
3654 },
3655 '4' => {
3656 'algn' => '4',
3657 'name' => 'wait',
3658 'type' => '10'
3659 }
3660 },
3661 'Return' => '10',
3662 'ShortName' => 'upstart_emit_event_sync'
3663 },
3664 '2122' => {
3665 'Header' => 'com.ubuntu.Upstart.h',
3666 'Lang' => 'C',
3667 'Line' => '123',
3668 'Param' => {
3669 '0' => {
3670 'algn' => '8',
3671 'name' => 'proxy',
3672 'type' => '33'
3673 },
3674 '1' => {
3675 'algn' => '8',
3676 'name' => 'name',
3677 'type' => '297'
3678 },
3679 '2' => {
3680 'algn' => '8',
3681 'name' => 'env',
3682 'type' => '277'
3683 },
3684 '3' => {
3685 'algn' => '4',
3686 'name' => 'wait',
3687 'type' => '10'
3688 },
3689 '4' => {
3690 'algn' => '8',
3691 'name' => 'handler',
3692 'type' => '2181'
3693 },
3694 '5' => {
3695 'algn' => '8',
3696 'name' => 'error_handler',
3697 'type' => '80'
3698 },
3699 '6' => {
3700 'algn' => '8',
3701 'name' => 'data',
3702 'type' => '111'
3703 },
3704 '7' => {
3705 'algn' => '4',
3706 'name' => 'timeout',
3707 'type' => '10'
3708 }
3709 },
3710 'Return' => '26',
3711 'ShortName' => 'upstart_emit_event'
3712 },
3713 '2174' => {
3714 'Header' => 'com.ubuntu.Upstart.h',
3715 'Lang' => 'C',
3716 'Line' => '121',
3717 'Param' => {
3718 '0' => {
3719 'algn' => '8',
3720 'name' => 'parent',
3721 'type' => '17'
3722 },
3723 '1' => {
3724 'algn' => '8',
3725 'name' => 'proxy',
3726 'type' => '33'
3727 },
3728 '2' => {
3729 'algn' => '8',
3730 'name' => 'job_details',
3731 'type' => '277'
3732 }
3733 },
3734 'Return' => '10',
3735 'ShortName' => 'upstart_reset_env_sync'
3736 },
3737 '218' => {
3738 'Header' => 'com.ubuntu.Upstart.Instance.h',
3739 'Lang' => 'C',
3740 'Line' => '102',
3741 'Param' => {
3742 '0' => {
3743 'algn' => '8',
3744 'name' => 'parent',
3745 'type' => '17'
3746 },
3747 '1' => {
3748 'algn' => '8',
3749 'name' => 'proxy',
3750 'type' => '33'
3751 },
3752 '2' => {
3753 'algn' => '8',
3754 'name' => 'properties',
3755 'type' => '409'
3756 }
3757 },
3758 'Return' => '10',
3759 'ShortName' => 'job_get_all_sync'
3760 },
3761 '2224' => {
3762 'Header' => 'com.ubuntu.Upstart.h',
3763 'Lang' => 'C',
3764 'Line' => '119',
3765 'Param' => {
3766 '0' => {
3767 'algn' => '8',
3768 'name' => 'proxy',
3769 'type' => '33'
3770 },
3771 '1' => {
3772 'algn' => '8',
3773 'name' => 'job_details',
3774 'type' => '277'
3775 },
3776 '2' => {
3777 'algn' => '8',
3778 'name' => 'handler',
3779 'type' => '2231'
3780 },
3781 '3' => {
3782 'algn' => '8',
3783 'name' => 'error_handler',
3784 'type' => '80'
3785 },
3786 '4' => {
3787 'algn' => '8',
3788 'name' => 'data',
3789 'type' => '111'
3790 },
3791 '5' => {
3792 'algn' => '4',
3793 'name' => 'timeout',
3794 'type' => '10'
3795 }
3796 },
3797 'Return' => '26',
3798 'ShortName' => 'upstart_reset_env'
3799 },
3800 '2279' => {
3801 'Header' => 'com.ubuntu.Upstart.h',
3802 'Lang' => 'C',
3803 'Line' => '117',
3804 'Param' => {
3805 '0' => {
3806 'algn' => '8',
3807 'name' => 'parent',
3808 'type' => '17'
3809 },
3810 '1' => {
3811 'algn' => '8',
3812 'name' => 'proxy',
3813 'type' => '33'
3814 },
3815 '2' => {
3816 'algn' => '8',
3817 'name' => 'job_details',
3818 'type' => '277'
3819 },
3820 '3' => {
3821 'algn' => '8',
3822 'name' => 'env',
3823 'type' => '98'
3824 }
3825 },
3826 'Return' => '10',
3827 'ShortName' => 'upstart_list_env_sync'
3828 },
3829 '229' => {
3830 'Header' => 'com.ubuntu.Upstart.Job.h',
3831 'Lang' => 'C',
3832 'Line' => '115',
3833 'Param' => {
3834 '0' => {
3835 'algn' => '8',
3836 'name' => 'parent',
3837 'type' => '17'
3838 },
3839 '1' => {
3840 'algn' => '8',
3841 'name' => 'proxy',
3842 'type' => '33'
3843 },
3844 '2' => {
3845 'algn' => '8',
3846 'name' => 'value',
3847 'type' => '127'
3848 }
3849 },
3850 'Return' => '10',
3851 'ShortName' => 'job_class_get_version_sync'
3852 },
3853 '2337' => {
3854 'Header' => 'com.ubuntu.Upstart.h',
3855 'Lang' => 'C',
3856 'Line' => '115',
3857 'Param' => {
3858 '0' => {
3859 'algn' => '8',
3860 'name' => 'proxy',
3861 'type' => '33'
3862 },
3863 '1' => {
3864 'algn' => '8',
3865 'name' => 'job_details',
3866 'type' => '277'
3867 },
3868 '2' => {
3869 'algn' => '8',
3870 'name' => 'handler',
3871 'type' => '2287'
3872 },
3873 '3' => {
3874 'algn' => '8',
3875 'name' => 'error_handler',
3876 'type' => '80'
3877 },
3878 '4' => {
3879 'algn' => '8',
3880 'name' => 'data',
3881 'type' => '111'
3882 },
3883 '5' => {
3884 'algn' => '4',
3885 'name' => 'timeout',
3886 'type' => '10'
3887 }
3888 },
3889 'Return' => '26',
3890 'ShortName' => 'upstart_list_env'
3891 },
3892 '2395' => {
3893 'Header' => 'com.ubuntu.Upstart.h',
3894 'Lang' => 'C',
3895 'Line' => '113',
3896 'Param' => {
3897 '0' => {
3898 'algn' => '8',
3899 'name' => 'parent',
3900 'type' => '17'
3901 },
3902 '1' => {
3903 'algn' => '8',
3904 'name' => 'proxy',
3905 'type' => '33'
3906 },
3907 '2' => {
3908 'algn' => '8',
3909 'name' => 'job_details',
3910 'type' => '277'
3911 },
3912 '3' => {
3913 'algn' => '8',
3914 'name' => 'name',
3915 'type' => '297'
3916 }
3917 },
3918 'Return' => '10',
3919 'ShortName' => 'upstart_unset_env_sync'
3920 },
3921 '2449' => {
3922 'Header' => 'com.ubuntu.Upstart.h',
3923 'Lang' => 'C',
3924 'Line' => '111',
3925 'Param' => {
3926 '0' => {
3927 'algn' => '8',
3928 'name' => 'proxy',
3929 'type' => '33'
3930 },
3931 '1' => {
3932 'algn' => '8',
3933 'name' => 'job_details',
3934 'type' => '277'
3935 },
3936 '2' => {
3937 'algn' => '8',
3938 'name' => 'name',
3939 'type' => '297'
3940 },
3941 '3' => {
3942 'algn' => '8',
3943 'name' => 'handler',
3944 'type' => '2346'
3945 },
3946 '4' => {
3947 'algn' => '8',
3948 'name' => 'error_handler',
3949 'type' => '80'
3950 },
3951 '5' => {
3952 'algn' => '8',
3953 'name' => 'data',
3954 'type' => '111'
3955 },
3956 '6' => {
3957 'algn' => '4',
3958 'name' => 'timeout',
3959 'type' => '10'
3960 }
3961 },
3962 'Return' => '26',
3963 'ShortName' => 'upstart_unset_env'
3964 },
3965 '2502' => {
3966 'Header' => 'com.ubuntu.Upstart.h',
3967 'Lang' => 'C',
3968 'Line' => '109',
3969 'Param' => {
3970 '0' => {
3971 'algn' => '8',
3972 'name' => 'parent',
3973 'type' => '17'
3974 },
3975 '1' => {
3976 'algn' => '8',
3977 'name' => 'proxy',
3978 'type' => '33'
3979 },
3980 '2' => {
3981 'algn' => '8',
3982 'name' => 'job_details',
3983 'type' => '277'
3984 },
3985 '3' => {
3986 'algn' => '8',
3987 'name' => 'var',
3988 'type' => '297'
3989 },
3990 '4' => {
3991 'algn' => '4',
3992 'name' => 'replace',
3993 'type' => '10'
3994 }
3995 },
3996 'Return' => '10',
3997 'ShortName' => 'upstart_set_env_sync'
3998 },
3999 '2554' => {
4000 'Header' => 'com.ubuntu.Upstart.h',
4001 'Lang' => 'C',
4002 'Line' => '107',
4003 'Param' => {
4004 '0' => {
4005 'algn' => '8',
4006 'name' => 'proxy',
4007 'type' => '33'
4008 },
4009 '1' => {
4010 'algn' => '8',
4011 'name' => 'job_details',
4012 'type' => '277'
4013 },
4014 '2' => {
4015 'algn' => '8',
4016 'name' => 'var',
4017 'type' => '297'
4018 },
4019 '3' => {
4020 'algn' => '4',
4021 'name' => 'replace',
4022 'type' => '10'
4023 },
4024 '4' => {
4025 'algn' => '8',
4026 'name' => 'handler',
4027 'type' => '2403'
4028 },
4029 '5' => {
4030 'algn' => '8',
4031 'name' => 'error_handler',
4032 'type' => '80'
4033 },
4034 '6' => {
4035 'algn' => '8',
4036 'name' => 'data',
4037 'type' => '111'
4038 },
4039 '7' => {
4040 'algn' => '4',
4041 'name' => 'timeout',
4042 'type' => '10'
4043 }
4044 },
4045 'Return' => '26',
4046 'ShortName' => 'upstart_set_env'
4047 },
4048 '260' => {
4049 'Header' => 'com.ubuntu.Upstart.Instance.h',
4050 'Lang' => 'C',
4051 'Line' => '100',
4052 'Param' => {
4053 '0' => {
4054 'algn' => '8',
4055 'name' => 'proxy',
4056 'type' => '33'
4057 },
4058 '1' => {
4059 'algn' => '8',
4060 'name' => 'handler',
4061 'type' => '407'
4062 },
4063 '2' => {
4064 'algn' => '8',
4065 'name' => 'error_handler',
4066 'type' => '80'
4067 },
4068 '3' => {
4069 'algn' => '8',
4070 'name' => 'data',
4071 'type' => '111'
4072 },
4073 '4' => {
4074 'algn' => '4',
4075 'name' => 'timeout',
4076 'type' => '10'
4077 }
4078 },
4079 'Return' => '26',
4080 'ShortName' => 'job_get_all'
4081 },
4082 '2600' => {
4083 'Header' => 'com.ubuntu.Upstart.h',
4084 'Lang' => 'C',
4085 'Line' => '105',
4086 'Param' => {
4087 '0' => {
4088 'algn' => '8',
4089 'name' => 'parent',
4090 'type' => '17'
4091 },
4092 '1' => {
4093 'algn' => '8',
4094 'name' => 'proxy',
4095 'type' => '33'
4096 },
4097 '2' => {
4098 'algn' => '8',
4099 'name' => 'job_details',
4100 'type' => '277'
4101 },
4102 '3' => {
4103 'algn' => '8',
4104 'name' => 'name',
4105 'type' => '297'
4106 },
4107 '4' => {
4108 'algn' => '8',
4109 'name' => 'value',
4110 'type' => '127'
4111 }
4112 },
4113 'Return' => '10',
4114 'ShortName' => 'upstart_get_env_sync'
4115 },
4116 '2646' => {
4117 'Header' => 'com.ubuntu.Upstart.h',
4118 'Lang' => 'C',
4119 'Line' => '103',
4120 'Param' => {
4121 '0' => {
4122 'algn' => '8',
4123 'name' => 'proxy',
4124 'type' => '33'
4125 },
4126 '1' => {
4127 'algn' => '8',
4128 'name' => 'job_details',
4129 'type' => '277'
4130 },
4131 '2' => {
4132 'algn' => '8',
4133 'name' => 'name',
4134 'type' => '297'
4135 },
4136 '3' => {
4137 'algn' => '8',
4138 'name' => 'handler',
4139 'type' => '2457'
4140 },
4141 '4' => {
4142 'algn' => '8',
4143 'name' => 'error_handler',
4144 'type' => '80'
4145 },
4146 '5' => {
4147 'algn' => '8',
4148 'name' => 'data',
4149 'type' => '111'
4150 },
4151 '6' => {
4152 'algn' => '4',
4153 'name' => 'timeout',
4154 'type' => '10'
4155 }
4156 },
4157 'Return' => '26',
4158 'ShortName' => 'upstart_get_env'
4159 },
4160 '2691' => {
4161 'Header' => 'com.ubuntu.Upstart.h',
4162 'Lang' => 'C',
4163 'Line' => '101',
4164 'Param' => {
4165 '0' => {
4166 'algn' => '8',
4167 'name' => 'parent',
4168 'type' => '17'
4169 },
4170 '1' => {
4171 'algn' => '8',
4172 'name' => 'proxy',
4173 'type' => '33'
4174 }
4175 },
4176 'Return' => '10',
4177 'ShortName' => 'upstart_restart_sync'
4178 },
4179 '271' => {
4180 'Header' => 'com.ubuntu.Upstart.Job.h',
4181 'Lang' => 'C',
4182 'Line' => '113',
4183 'Param' => {
4184 '0' => {
4185 'algn' => '8',
4186 'name' => 'proxy',
4187 'type' => '33'
4188 },
4189 '1' => {
4190 'algn' => '8',
4191 'name' => 'handler',
4192 'type' => '291'
4193 },
4194 '2' => {
4195 'algn' => '8',
4196 'name' => 'error_handler',
4197 'type' => '80'
4198 },
4199 '3' => {
4200 'algn' => '8',
4201 'name' => 'data',
4202 'type' => '111'
4203 },
4204 '4' => {
4205 'algn' => '4',
4206 'name' => 'timeout',
4207 'type' => '10'
4208 }
4209 },
4210 'Return' => '26',
4211 'ShortName' => 'job_class_get_version'
4212 },
4213 '2736' => {
4214 'Header' => 'com.ubuntu.Upstart.h',
4215 'Lang' => 'C',
4216 'Line' => '99',
4217 'Param' => {
4218 '0' => {
4219 'algn' => '8',
4220 'name' => 'proxy',
4221 'type' => '33'
4222 },
4223 '1' => {
4224 'algn' => '8',
4225 'name' => 'handler',
4226 'type' => '2511'
4227 },
4228 '2' => {
4229 'algn' => '8',
4230 'name' => 'error_handler',
4231 'type' => '80'
4232 },
4233 '3' => {
4234 'algn' => '8',
4235 'name' => 'data',
4236 'type' => '111'
4237 },
4238 '4' => {
4239 'algn' => '4',
4240 'name' => 'timeout',
4241 'type' => '10'
4242 }
4243 },
4244 'Return' => '26',
4245 'ShortName' => 'upstart_restart'
4246 },
4247 '2784' => {
4248 'Header' => 'com.ubuntu.Upstart.h',
4249 'Lang' => 'C',
4250 'Line' => '97',
4251 'Param' => {
4252 '0' => {
4253 'algn' => '8',
4254 'name' => 'parent',
4255 'type' => '17'
4256 },
4257 '1' => {
4258 'algn' => '8',
4259 'name' => 'proxy',
4260 'type' => '33'
4261 },
4262 '2' => {
4263 'algn' => '8',
4264 'name' => 'state',
4265 'type' => '127'
4266 }
4267 },
4268 'Return' => '10',
4269 'ShortName' => 'upstart_get_state_sync'
4270 },
4271 '2837' => {
4272 'Header' => 'com.ubuntu.Upstart.h',
4273 'Lang' => 'C',
4274 'Line' => '95',
4275 'Param' => {
4276 '0' => {
4277 'algn' => '8',
4278 'name' => 'proxy',
4279 'type' => '33'
4280 },
4281 '1' => {
4282 'algn' => '8',
4283 'name' => 'handler',
4284 'type' => '2562'
4285 },
4286 '2' => {
4287 'algn' => '8',
4288 'name' => 'error_handler',
4289 'type' => '80'
4290 },
4291 '3' => {
4292 'algn' => '8',
4293 'name' => 'data',
4294 'type' => '111'
4295 },
4296 '4' => {
4297 'algn' => '4',
4298 'name' => 'timeout',
4299 'type' => '10'
4300 }
4301 },
4302 'Return' => '26',
4303 'ShortName' => 'upstart_get_state'
4304 },
4305 '2893' => {
4306 'Header' => 'com.ubuntu.Upstart.h',
4307 'Lang' => 'C',
4308 'Line' => '93',
4309 'Param' => {
4310 '0' => {
4311 'algn' => '8',
4312 'name' => 'parent',
4313 'type' => '17'
4314 },
4315 '1' => {
4316 'algn' => '8',
4317 'name' => 'proxy',
4318 'type' => '33'
4319 },
4320 '2' => {
4321 'algn' => '8',
4322 'name' => 'jobs',
4323 'type' => '98'
4324 }
4325 },
4326 'Return' => '10',
4327 'ShortName' => 'upstart_get_all_jobs_sync'
4328 },
4329 '2954' => {
4330 'Header' => 'com.ubuntu.Upstart.h',
4331 'Lang' => 'C',
4332 'Line' => '91',
4333 'Param' => {
4334 '0' => {
4335 'algn' => '8',
4336 'name' => 'proxy',
4337 'type' => '33'
4338 },
4339 '1' => {
4340 'algn' => '8',
4341 'name' => 'handler',
4342 'type' => '2607'
4343 },
4344 '2' => {
4345 'algn' => '8',
4346 'name' => 'error_handler',
4347 'type' => '80'
4348 },
4349 '3' => {
4350 'algn' => '8',
4351 'name' => 'data',
4352 'type' => '111'
4353 },
4354 '4' => {
4355 'algn' => '4',
4356 'name' => 'timeout',
4357 'type' => '10'
4358 }
4359 },
4360 'Return' => '26',
4361 'ShortName' => 'upstart_get_all_jobs'
4362 },
4363 '30' => {
4364 'Header' => 'com.ubuntu.Upstart.Job.h',
4365 'Lang' => 'C',
4366 'Line' => '129',
4367 'Param' => {
4368 '0' => {
4369 'algn' => '8',
4370 'name' => 'proxy',
4371 'type' => '33'
4372 },
4373 '1' => {
4374 'algn' => '8',
4375 'name' => 'handler',
4376 'type' => '95'
4377 },
4378 '2' => {
4379 'algn' => '8',
4380 'name' => 'error_handler',
4381 'type' => '80'
4382 },
4383 '3' => {
4384 'algn' => '8',
4385 'name' => 'data',
4386 'type' => '111'
4387 },
4388 '4' => {
4389 'algn' => '4',
4390 'name' => 'timeout',
4391 'type' => '10'
4392 }
4393 },
4394 'Return' => '26',
4395 'ShortName' => 'job_class_get_emits'
4396 },
4397 '3014' => {
4398 'Header' => 'com.ubuntu.Upstart.h',
4399 'Lang' => 'C',
4400 'Line' => '89',
4401 'Param' => {
4402 '0' => {
4403 'algn' => '8',
4404 'name' => 'parent',
4405 'type' => '17'
4406 },
4407 '1' => {
4408 'algn' => '8',
4409 'name' => 'proxy',
4410 'type' => '33'
4411 },
4412 '2' => {
4413 'algn' => '8',
4414 'name' => 'name',
4415 'type' => '297'
4416 },
4417 '3' => {
4418 'algn' => '8',
4419 'name' => 'job',
4420 'type' => '127'
4421 }
4422 },
4423 'Return' => '10',
4424 'ShortName' => 'upstart_get_job_by_name_sync'
4425 },
4426 '305' => {
4427 'Header' => 'com.ubuntu.Upstart.Instance.h',
4428 'Lang' => 'C',
4429 'Line' => '98',
4430 'Param' => {
4431 '0' => {
4432 'algn' => '8',
4433 'name' => 'parent',
4434 'type' => '17'
4435 },
4436 '1' => {
4437 'algn' => '8',
4438 'name' => 'proxy',
4439 'type' => '33'
4440 },
4441 '2' => {
4442 'algn' => '8',
4443 'name' => 'value',
4444 'type' => '533'
4445 }
4446 },
4447 'Return' => '10',
4448 'ShortName' => 'job_get_processes_sync'
4449 },
4450 '3063' => {
4451 'Header' => 'com.ubuntu.Upstart.h',
4452 'Lang' => 'C',
4453 'Line' => '87',
4454 'Param' => {
4455 '0' => {
4456 'algn' => '8',
4457 'name' => 'proxy',
4458 'type' => '33'
4459 },
4460 '1' => {
4461 'algn' => '8',
4462 'name' => 'name',
4463 'type' => '297'
4464 },
4465 '2' => {
4466 'algn' => '8',
4467 'name' => 'handler',
4468 'type' => '2653'
4469 },
4470 '3' => {
4471 'algn' => '8',
4472 'name' => 'error_handler',
4473 'type' => '80'
4474 },
4475 '4' => {
4476 'algn' => '8',
4477 'name' => 'data',
4478 'type' => '111'
4479 },
4480 '5' => {
4481 'algn' => '4',
4482 'name' => 'timeout',
4483 'type' => '10'
4484 }
4485 },
4486 'Return' => '26',
4487 'ShortName' => 'upstart_get_job_by_name'
4488 },
4489 '3106' => {
4490 'Header' => 'com.ubuntu.Upstart.h',
4491 'Lang' => 'C',
4492 'Line' => '85',
4493 'Param' => {
4494 '0' => {
4495 'algn' => '8',
4496 'name' => 'parent',
4497 'type' => '17'
4498 },
4499 '1' => {
4500 'algn' => '8',
4501 'name' => 'proxy',
4502 'type' => '33'
4503 }
4504 },
4505 'Return' => '10',
4506 'ShortName' => 'upstart_reload_configuration_sync'
4507 },
4508 '3141' => {
4509 'Header' => 'com.ubuntu.Upstart.h',
4510 'Lang' => 'C',
4511 'Line' => '83',
4512 'Param' => {
4513 '0' => {
4514 'algn' => '8',
4515 'name' => 'proxy',
4516 'type' => '33'
4517 },
4518 '1' => {
4519 'algn' => '8',
4520 'name' => 'handler',
4521 'type' => '2698'
4522 },
4523 '2' => {
4524 'algn' => '8',
4525 'name' => 'error_handler',
4526 'type' => '80'
4527 },
4528 '3' => {
4529 'algn' => '8',
4530 'name' => 'data',
4531 'type' => '111'
4532 },
4533 '4' => {
4534 'algn' => '4',
4535 'name' => 'timeout',
4536 'type' => '10'
4537 }
4538 },
4539 'Return' => '26',
4540 'ShortName' => 'upstart_reload_configuration'
4541 },
4542 '3174' => {
4543 'Data' => 1,
4544 'Header' => 'com.ubuntu.Upstart.h',
4545 'Lang' => 'C',
4546 'Line' => '80',
4547 'Return' => '1525',
4548 'ShortName' => 'upstart_interfaces'
4549 },
4550 '318' => {
4551 'Header' => 'com.ubuntu.Upstart.Job.h',
4552 'Lang' => 'C',
4553 'Line' => '111',
4554 'Param' => {
4555 '0' => {
4556 'algn' => '8',
4557 'name' => 'parent',
4558 'type' => '17'
4559 },
4560 '1' => {
4561 'algn' => '8',
4562 'name' => 'proxy',
4563 'type' => '33'
4564 },
4565 '2' => {
4566 'algn' => '8',
4567 'name' => 'value',
4568 'type' => '127'
4569 }
4570 },
4571 'Return' => '10',
4572 'ShortName' => 'job_class_get_author_sync'
4573 },
4574 '3211' => {
4575 'Data' => 1,
4576 'Header' => 'com.ubuntu.Upstart.h',
4577 'Lang' => 'C',
4578 'Line' => '79',
4579 'Return' => '1192',
4580 'ShortName' => 'upstart_com_ubuntu_Upstart0_6'
4581 },
4582 '356' => {
4583 'Header' => 'com.ubuntu.Upstart.Instance.h',
4584 'Lang' => 'C',
4585 'Line' => '96',
4586 'Param' => {
4587 '0' => {
4588 'algn' => '8',
4589 'name' => 'proxy',
4590 'type' => '33'
4591 },
4592 '1' => {
4593 'algn' => '8',
4594 'name' => 'handler',
4595 'type' => '531'
4596 },
4597 '2' => {
4598 'algn' => '8',
4599 'name' => 'error_handler',
4600 'type' => '80'
4601 },
4602 '3' => {
4603 'algn' => '8',
4604 'name' => 'data',
4605 'type' => '111'
4606 },
4607 '4' => {
4608 'algn' => '4',
4609 'name' => 'timeout',
4610 'type' => '10'
4611 }
4612 },
4613 'Return' => '26',
4614 'ShortName' => 'job_get_processes'
4615 },
4616 '368' => {
4617 'Header' => 'com.ubuntu.Upstart.Job.h',
4618 'Lang' => 'C',
4619 'Line' => '109',
4620 'Param' => {
4621 '0' => {
4622 'algn' => '8',
4623 'name' => 'proxy',
4624 'type' => '33'
4625 },
4626 '1' => {
4627 'algn' => '8',
4628 'name' => 'handler',
4629 'type' => '336'
4630 },
4631 '2' => {
4632 'algn' => '8',
4633 'name' => 'error_handler',
4634 'type' => '80'
4635 },
4636 '3' => {
4637 'algn' => '8',
4638 'name' => 'data',
4639 'type' => '111'
4640 },
4641 '4' => {
4642 'algn' => '4',
4643 'name' => 'timeout',
4644 'type' => '10'
4645 }
4646 },
4647 'Return' => '26',
4648 'ShortName' => 'job_class_get_author'
4649 },
4650 '4' => {
4651 'Header' => 'com.ubuntu.Upstart.Job.h',
4652 'Lang' => 'C',
4653 'Line' => '135',
4654 'Param' => {
4655 '0' => {
4656 'algn' => '8',
4657 'name' => 'parent',
4658 'type' => '17'
4659 },
4660 '1' => {
4661 'algn' => '8',
4662 'name' => 'proxy',
4663 'type' => '33'
4664 },
4665 '2' => {
4666 'algn' => '8',
4667 'name' => 'properties',
4668 'type' => '58'
4669 }
4670 },
4671 'Return' => '10',
4672 'ShortName' => 'job_class_get_all_sync'
4673 },
4674 '404' => {
4675 'Header' => 'com.ubuntu.Upstart.Instance.h',
4676 'Lang' => 'C',
4677 'Line' => '94',
4678 'Param' => {
4679 '0' => {
4680 'algn' => '8',
4681 'name' => 'parent',
4682 'type' => '17'
4683 },
4684 '1' => {
4685 'algn' => '8',
4686 'name' => 'proxy',
4687 'type' => '33'
4688 },
4689 '2' => {
4690 'algn' => '8',
4691 'name' => 'value',
4692 'type' => '127'
4693 }
4694 },
4695 'Return' => '10',
4696 'ShortName' => 'job_get_state_sync'
4697 },
4698 '419' => {
4699 'Header' => 'com.ubuntu.Upstart.Job.h',
4700 'Lang' => 'C',
4701 'Line' => '107',
4702 'Param' => {
4703 '0' => {
4704 'algn' => '8',
4705 'name' => 'parent',
4706 'type' => '17'
4707 },
4708 '1' => {
4709 'algn' => '8',
4710 'name' => 'proxy',
4711 'type' => '33'
4712 },
4713 '2' => {
4714 'algn' => '8',
4715 'name' => 'value',
4716 'type' => '127'
4717 }
4718 },
4719 'Return' => '10',
4720 'ShortName' => 'job_class_get_description_sync'
4721 },
4722 '462' => {
4723 'Header' => 'com.ubuntu.Upstart.Instance.h',
4724 'Lang' => 'C',
4725 'Line' => '92',
4726 'Param' => {
4727 '0' => {
4728 'algn' => '8',
4729 'name' => 'proxy',
4730 'type' => '33'
4731 },
4732 '1' => {
4733 'algn' => '8',
4734 'name' => 'handler',
4735 'type' => '660'
4736 },
4737 '2' => {
4738 'algn' => '8',
4739 'name' => 'error_handler',
4740 'type' => '80'
4741 },
4742 '3' => {
4743 'algn' => '8',
4744 'name' => 'data',
4745 'type' => '111'
4746 },
4747 '4' => {
4748 'algn' => '4',
4749 'name' => 'timeout',
4750 'type' => '10'
4751 }
4752 },
4753 'Return' => '26',
4754 'ShortName' => 'job_get_state'
4755 },
4756 '48' => {
4757 'Header' => 'com.ubuntu.Upstart.Job.h',
4758 'Lang' => 'C',
4759 'Line' => '127',
4760 'Param' => {
4761 '0' => {
4762 'algn' => '8',
4763 'name' => 'parent',
4764 'type' => '17'
4765 },
4766 '1' => {
4767 'algn' => '8',
4768 'name' => 'proxy',
4769 'type' => '33'
4770 },
4771 '2' => {
4772 'algn' => '8',
4773 'name' => 'value',
4774 'type' => '159'
4775 }
4776 },
4777 'Return' => '10',
4778 'ShortName' => 'job_class_get_stop_on_sync'
4779 },
4780 '481' => {
4781 'Header' => 'com.ubuntu.Upstart.Job.h',
4782 'Lang' => 'C',
4783 'Line' => '105',
4784 'Param' => {
4785 '0' => {
4786 'algn' => '8',
4787 'name' => 'proxy',
4788 'type' => '33'
4789 },
4790 '1' => {
4791 'algn' => '8',
4792 'name' => 'handler',
4793 'type' => '384'
4794 },
4795 '2' => {
4796 'algn' => '8',
4797 'name' => 'error_handler',
4798 'type' => '80'
4799 },
4800 '3' => {
4801 'algn' => '8',
4802 'name' => 'data',
4803 'type' => '111'
4804 },
4805 '4' => {
4806 'algn' => '4',
4807 'name' => 'timeout',
4808 'type' => '10'
4809 }
4810 },
4811 'Return' => '26',
4812 'ShortName' => 'job_class_get_description'
4813 },
4814 '528' => {
4815 'Header' => 'com.ubuntu.Upstart.Instance.h',
4816 'Lang' => 'C',
4817 'Line' => '90',
4818 'Param' => {
4819 '0' => {
4820 'algn' => '8',
4821 'name' => 'parent',
4822 'type' => '17'
4823 },
4824 '1' => {
4825 'algn' => '8',
4826 'name' => 'proxy',
4827 'type' => '33'
4828 },
4829 '2' => {
4830 'algn' => '8',
4831 'name' => 'value',
4832 'type' => '127'
4833 }
4834 },
4835 'Return' => '10',
4836 'ShortName' => 'job_get_goal_sync'
4837 },
4838 '550' => {
4839 'Header' => 'com.ubuntu.Upstart.Job.h',
4840 'Lang' => 'C',
4841 'Line' => '103',
4842 'Param' => {
4843 '0' => {
4844 'algn' => '8',
4845 'name' => 'parent',
4846 'type' => '17'
4847 },
4848 '1' => {
4849 'algn' => '8',
4850 'name' => 'proxy',
4851 'type' => '33'
4852 },
4853 '2' => {
4854 'algn' => '8',
4855 'name' => 'value',
4856 'type' => '127'
4857 }
4858 },
4859 'Return' => '10',
4860 'ShortName' => 'job_class_get_name_sync'
4861 },
4862 '593' => {
4863 'Header' => 'com.ubuntu.Upstart.Instance.h',
4864 'Lang' => 'C',
4865 'Line' => '88',
4866 'Param' => {
4867 '0' => {
4868 'algn' => '8',
4869 'name' => 'proxy',
4870 'type' => '33'
4871 },
4872 '1' => {
4873 'algn' => '8',
4874 'name' => 'handler',
4875 'type' => '731'
4876 },
4877 '2' => {
4878 'algn' => '8',
4879 'name' => 'error_handler',
4880 'type' => '80'
4881 },
4882 '3' => {
4883 'algn' => '8',
4884 'name' => 'data',
4885 'type' => '111'
4886 },
4887 '4' => {
4888 'algn' => '4',
4889 'name' => 'timeout',
4890 'type' => '10'
4891 }
4892 },
4893 'Return' => '26',
4894 'ShortName' => 'job_get_goal'
4895 },
4896 '616' => {
4897 'Header' => 'com.ubuntu.Upstart.Job.h',
4898 'Lang' => 'C',
4899 'Line' => '101',
4900 'Param' => {
4901 '0' => {
4902 'algn' => '8',
4903 'name' => 'proxy',
4904 'type' => '33'
4905 },
4906 '1' => {
4907 'algn' => '8',
4908 'name' => 'handler',
4909 'type' => '433'
4910 },
4911 '2' => {
4912 'algn' => '8',
4913 'name' => 'error_handler',
4914 'type' => '80'
4915 },
4916 '3' => {
4917 'algn' => '8',
4918 'name' => 'data',
4919 'type' => '111'
4920 },
4921 '4' => {
4922 'algn' => '4',
4923 'name' => 'timeout',
4924 'type' => '10'
4925 }
4926 },
4927 'Return' => '26',
4928 'ShortName' => 'job_class_get_name'
4929 },
4930 '657' => {
4931 'Header' => 'com.ubuntu.Upstart.Instance.h',
4932 'Lang' => 'C',
4933 'Line' => '86',
4934 'Param' => {
4935 '0' => {
4936 'algn' => '8',
4937 'name' => 'parent',
4938 'type' => '17'
4939 },
4940 '1' => {
4941 'algn' => '8',
4942 'name' => 'proxy',
4943 'type' => '33'
4944 },
4945 '2' => {
4946 'algn' => '8',
4947 'name' => 'value',
4948 'type' => '127'
4949 }
4950 },
4951 'Return' => '10',
4952 'ShortName' => 'job_get_name_sync'
4953 },
4954 '67' => {
4955 'Header' => 'com.ubuntu.Upstart.Job.h',
4956 'Lang' => 'C',
4957 'Line' => '125',
4958 'Param' => {
4959 '0' => {
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches