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

Subscribers

People subscribed via source and target branches