libabigail/tests/data/test-annotate/test13-pr18894.so.abi
Dodji Seketeli cbbd449f34 hash: Use the faster XXH3 hashing algorithm from xxhash
In the xxhash package, there is the XXH3 algorithm which is faster
than the XXH algorithm that we are currently using.  Most of the speed
gain comes from the use of SSE2 by that algorithm.  This patch
switches to using XXH3 instead.  You can read about the documented
speed gain of XXH3 at https://xxhash.com.

	* src/abg-hash.cc (hash): In the overload for uint64_t values, use
	XXH3_64bits_withSeed instead of XXH64.  In the overload for
	string, use XXH3_64bits instead of XXH64.
	* tests/data/test-annotate/PR29443-missing-xx.o.annotated.abi:
	Adjust.
	* tests/data/test-annotate/libtest23.so.abi: Likewise.
	* tests/data/test-annotate/libtest24-drop-fns-2.so.abi: Likewise.
	* tests/data/test-annotate/libtest24-drop-fns.so.abi: Likewise.
	* tests/data/test-annotate/test-anonymous-members-0.o.abi:
	Likewise.
	* tests/data/test-annotate/test-pointer-to-member-1.o.annotated.abi:
	Likewise.
	* tests/data/test-annotate/test0.abi: Likewise.
	* tests/data/test-annotate/test1.abi: Likewise.
	* tests/data/test-annotate/test13-pr18894.so.abi: Likewise.
	* tests/data/test-annotate/test14-pr18893.so.abi: Likewise.
	* tests/data/test-annotate/test15-pr18892.so.abi: Likewise.
	* tests/data/test-annotate/test17-pr19027.so.abi: Likewise.
	* tests/data/test-annotate/test18-pr19037-libvtkRenderingLIC-6.1.so.abi:
	Likewise.
	* tests/data/test-annotate/test19-pr19023-libtcmalloc_and_profiler.so.abi:
	Likewise.
	* tests/data/test-annotate/test2.so.abi: Likewise.
	* tests/data/test-annotate/test20-pr19025-libvtkParallelCore-6.1.so.abi:
	Likewise.
	* tests/data/test-annotate/test21-pr19092.so.abi: Likewise.
	* tests/data/test-annotate/test3.so.abi: Likewise.
	* tests/data/test-annotate/test4.so.abi: Likewise.
	* tests/data/test-annotate/test5.o.abi: Likewise.
	* tests/data/test-annotate/test6.so.abi: Likewise.
	* tests/data/test-annotate/test7.so.abi: Likewise.
	* tests/data/test-annotate/test8-qualified-this-pointer.so.abi:
	Likewise.
	* tests/data/test-diff-dwarf-abixml/PR25409-librte_bus_dpaa.so.20.0.abi:
	Likewise.
	* tests/data/test-diff-dwarf-abixml/test0-pr19026-libvtkIOSQL-6.1.so.1.abi:
	Likewise.
	* tests/data/test-read-btf/test0.o.abi: Likewise.
	* tests/data/test-read-btf/test1.o.abi: Likewise.
	* tests/data/test-read-ctf/PR27700/test-PR27700.abi: Likewise.
	* tests/data/test-read-ctf/test-PR26568-1.o.abi: Likewise.
	* tests/data/test-read-ctf/test-PR26568-2.o.abi: Likewise.
	* tests/data/test-read-ctf/test-alias.o.abi: Likewise.
	* tests/data/test-read-ctf/test-ambiguous-struct-A.o.hash.abi:
	Likewise.
	* tests/data/test-read-ctf/test-ambiguous-struct-B.o.hash.abi:
	Likewise.
	* tests/data/test-read-ctf/test-anonymous-fields.o.abi: Likewise.
	* tests/data/test-read-ctf/test-array-mdimension.abi: Likewise.
	* tests/data/test-read-ctf/test-array-of-pointers.abi: Likewise.
	* tests/data/test-read-ctf/test-array-size.abi: Likewise.
	* tests/data/test-read-ctf/test-bitfield-enum.abi: Likewise.
	* tests/data/test-read-ctf/test-bitfield.abi: Likewise.
	* tests/data/test-read-ctf/test-callback.abi: Likewise.
	* tests/data/test-read-ctf/test-callback2.abi: Likewise.
	* tests/data/test-read-ctf/test-conflicting-type-syms-a.o.hash.abi:
	Likewise.
	* tests/data/test-read-ctf/test-conflicting-type-syms-b.o.hash.abi:
	Likewise.
	* tests/data/test-read-ctf/test-const-array.abi: Likewise.
	* tests/data/test-read-ctf/test-dynamic-array.o.abi: Likewise.
	* tests/data/test-read-ctf/test-enum-many.o.hash.abi: Likewise.
	* tests/data/test-read-ctf/test-enum-symbol.o.hash.abi: Likewise.
	* tests/data/test-read-ctf/test-enum.o.abi: Likewise.
	* tests/data/test-read-ctf/test-fallback.abi: Likewise.
	* tests/data/test-read-ctf/test-forward-type-decl.abi: Likewise.
	* tests/data/test-read-ctf/test-functions-declaration.abi:
	Likewise.
	* tests/data/test-read-ctf/test-linux-module.abi: Likewise.
	* tests/data/test-read-ctf/test-list-struct.abi: Likewise.
	* tests/data/test-read-ctf/test0.abi: Likewise.
	* tests/data/test-read-ctf/test0.hash.abi: Likewise.
	* tests/data/test-read-ctf/test1.so.abi: Likewise.
	* tests/data/test-read-ctf/test1.so.hash.abi: Likewise.
	* tests/data/test-read-ctf/test2.so.abi: Likewise.
	* tests/data/test-read-ctf/test2.so.hash.abi: Likewise.
	* tests/data/test-read-ctf/test3.so.abi: Likewise.
	* tests/data/test-read-ctf/test3.so.hash.abi: Likewise.
	* tests/data/test-read-ctf/test4.so.abi: Likewise.
	* tests/data/test-read-ctf/test4.so.hash.abi: Likewise.
	* tests/data/test-read-ctf/test5.o.abi: Likewise.
	* tests/data/test-read-ctf/test7.o.abi: Likewise.
	* tests/data/test-read-ctf/test8.o.abi: Likewise.
	* tests/data/test-read-ctf/test9.o.abi: Likewise.
	* tests/data/test-read-dwarf/PR22015-libboost_iostreams.so.abi:
	Likewise.
	* tests/data/test-read-dwarf/PR22122-libftdc.so.abi: Likewise.
	* tests/data/test-read-dwarf/PR24378-fn-is-not-scope.abi:
	Likewise.
	* tests/data/test-read-dwarf/PR25007-sdhci.ko.abi: Likewise.
	* tests/data/test-read-dwarf/PR25042-libgdbm-clang-dwarf5.so.6.0.0.abi:
	Likewise.è
	* tests/data/test-read-dwarf/PR26261/PR26261-exe.abi: Likewise.
	* tests/data/test-read-dwarf/PR27700/test-PR27700.abi: Likewise.
	* tests/data/test-read-dwarf/PR28584/PR28584-smv.clang.o.abi:
	Likewise.
	* tests/data/test-read-dwarf/PR29443-missing-xx.o.abi: Likewise.
	* tests/data/test-read-dwarf/libtest23.so.abi: Likewise.
	* tests/data/test-read-dwarf/libtest24-drop-fns-2.so.abi:
	Likewise.
	* tests/data/test-read-dwarf/libtest24-drop-fns.so.abi: Likewise.
	* tests/data/test-read-dwarf/test-PR26568-1.o.abi: Likewise.
	* tests/data/test-read-dwarf/test-PR26568-2.o.abi: Likewise.
	* tests/data/test-read-dwarf/test-fallback.abi: Likewise.
	* tests/data/test-read-dwarf/test-libaaudio.so.abi: Likewise.
	* tests/data/test-read-dwarf/test-libandroid.so.abi: Likewise.
	* tests/data/test-read-dwarf/test-pointer-to-member-1.o.abi:
	Likewise.
	* tests/data/test-read-dwarf/test-suppressed-alias.o.abi:
	Likewise.
	* tests/data/test-read-dwarf/test0.abi: Likewise.
	* tests/data/test-read-dwarf/test0.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test1.abi: Likewise.
	* tests/data/test-read-dwarf/test1.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test10-pr18818-gcc.so.abi: Likewise.
	* tests/data/test-read-dwarf/test11-pr18828.so.abi: Likewise.
	* tests/data/test-read-dwarf/test12-pr18844.so.abi: Likewise.
	* tests/data/test-read-dwarf/test13-pr18894.so.abi: Likewise.
	* tests/data/test-read-dwarf/test14-pr18893.so.abi: Likewise.
	* tests/data/test-read-dwarf/test15-pr18892.so.abi: Likewise.
	* tests/data/test-read-dwarf/test16-pr18904.so.abi: Likewise.
	* tests/data/test-read-dwarf/test17-pr19027.so.abi: Likewise.
	* tests/data/test-read-dwarf/test18-pr19037-libvtkRenderingLIC-6.1.so.abi:
	Likewise.
	* tests/data/test-read-dwarf/test19-pr19023-libtcmalloc_and_profiler.so.abi:
	Likewise.
	* tests/data/test-read-dwarf/test2.so.abi: Likewise.
	* tests/data/test-read-dwarf/test2.so.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test20-pr19025-libvtkParallelCore-6.1.so.abi:
	Likewise.
	* tests/data/test-read-dwarf/test21-pr19092.so.abi: Likewise.
	* tests/data/test-read-dwarf/test22-pr19097-libstdc++.so.6.0.17.so.abi:
	Likewise.
	* tests/data/test-read-dwarf/test3-alias-1.so.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test3-alias-2.so.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test3-alias-3.so.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test3-alias-4.so.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test3.so.abi: Likewise.
	* tests/data/test-read-dwarf/test3.so.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test4.so.abi: Likewise.
	* tests/data/test-read-dwarf/test4.so.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test5.o.abi: Likewise.
	* tests/data/test-read-dwarf/test5.o.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test6.so.abi: Likewise.
	* tests/data/test-read-dwarf/test6.so.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test7.so.abi: Likewise.
	* tests/data/test-read-dwarf/test7.so.hash.abi: Likewise.
	* tests/data/test-read-dwarf/test8-qualified-this-pointer.so.abi:
	Likewise.
	* tests/data/test-read-dwarf/test8-qualified-this-pointer.so.hash.abi:
	Likewise.
	* tests/data/test-read-dwarf/test9-pr18818-clang.so.abi: Likewise.
	* tests/data/test-read-write/test25.xml: Likewise.
	* tests/data/test-read-write/test28-without-std-fns-ref.xml:
	Likewise.
	* tests/data/test-read-write/test28-without-std-vars-ref.xml:
	Likewise.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2024-10-01 17:04:12 +02:00

3998 lines
353 KiB
Plaintext

<abi-corpus version='2.4' soname='libdbus-1.so.3'>
<elf-needed>
<dependency name='librt.so.1'/>
<dependency name='libpthread.so.0'/>
<dependency name='libc.so.6'/>
</elf-needed>
<elf-function-symbols>
<!-- dbus_address_entries_free -->
<elf-symbol name='dbus_address_entries_free' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_address_entry_get_method -->
<elf-symbol name='dbus_address_entry_get_method' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_address_entry_get_value -->
<elf-symbol name='dbus_address_entry_get_value' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_address_escape_value -->
<elf-symbol name='dbus_address_escape_value' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_address_unescape_value -->
<elf-symbol name='dbus_address_unescape_value' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_add_match -->
<elf-symbol name='dbus_bus_add_match' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_get -->
<elf-symbol name='dbus_bus_get' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_get_id -->
<elf-symbol name='dbus_bus_get_id' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_get_private -->
<elf-symbol name='dbus_bus_get_private' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_get_unique_name -->
<elf-symbol name='dbus_bus_get_unique_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_get_unix_user -->
<elf-symbol name='dbus_bus_get_unix_user' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_name_has_owner -->
<elf-symbol name='dbus_bus_name_has_owner' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_register -->
<elf-symbol name='dbus_bus_register' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_release_name -->
<elf-symbol name='dbus_bus_release_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_remove_match -->
<elf-symbol name='dbus_bus_remove_match' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_request_name -->
<elf-symbol name='dbus_bus_request_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_set_unique_name -->
<elf-symbol name='dbus_bus_set_unique_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_bus_start_service_by_name -->
<elf-symbol name='dbus_bus_start_service_by_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_add_filter -->
<elf-symbol name='dbus_connection_add_filter' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_allocate_data_slot -->
<elf-symbol name='dbus_connection_allocate_data_slot' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_borrow_message -->
<elf-symbol name='dbus_connection_borrow_message' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_can_send_type -->
<elf-symbol name='dbus_connection_can_send_type' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_close -->
<elf-symbol name='dbus_connection_close' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_dispatch -->
<elf-symbol name='dbus_connection_dispatch' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_flush -->
<elf-symbol name='dbus_connection_flush' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_free_data_slot -->
<elf-symbol name='dbus_connection_free_data_slot' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_free_preallocated_send -->
<elf-symbol name='dbus_connection_free_preallocated_send' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_adt_audit_session_data -->
<elf-symbol name='dbus_connection_get_adt_audit_session_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_data -->
<elf-symbol name='dbus_connection_get_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_dispatch_status -->
<elf-symbol name='dbus_connection_get_dispatch_status' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_is_anonymous -->
<elf-symbol name='dbus_connection_get_is_anonymous' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_is_authenticated -->
<elf-symbol name='dbus_connection_get_is_authenticated' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_is_connected -->
<elf-symbol name='dbus_connection_get_is_connected' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_max_message_size -->
<elf-symbol name='dbus_connection_get_max_message_size' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_max_message_unix_fds -->
<elf-symbol name='dbus_connection_get_max_message_unix_fds' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_max_received_size -->
<elf-symbol name='dbus_connection_get_max_received_size' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_max_received_unix_fds -->
<elf-symbol name='dbus_connection_get_max_received_unix_fds' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_object_path_data -->
<elf-symbol name='dbus_connection_get_object_path_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_outgoing_size -->
<elf-symbol name='dbus_connection_get_outgoing_size' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_outgoing_unix_fds -->
<elf-symbol name='dbus_connection_get_outgoing_unix_fds' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_server_id -->
<elf-symbol name='dbus_connection_get_server_id' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_socket -->
<elf-symbol name='dbus_connection_get_socket' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_unix_fd -->
<elf-symbol name='dbus_connection_get_unix_fd' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_unix_process_id -->
<elf-symbol name='dbus_connection_get_unix_process_id' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_unix_user -->
<elf-symbol name='dbus_connection_get_unix_user' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_get_windows_user -->
<elf-symbol name='dbus_connection_get_windows_user' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_has_messages_to_send -->
<elf-symbol name='dbus_connection_has_messages_to_send' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_list_registered -->
<elf-symbol name='dbus_connection_list_registered' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_open -->
<elf-symbol name='dbus_connection_open' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_open_private -->
<elf-symbol name='dbus_connection_open_private' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_pop_message -->
<elf-symbol name='dbus_connection_pop_message' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_preallocate_send -->
<elf-symbol name='dbus_connection_preallocate_send' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_read_write -->
<elf-symbol name='dbus_connection_read_write' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_read_write_dispatch -->
<elf-symbol name='dbus_connection_read_write_dispatch' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_ref -->
<elf-symbol name='dbus_connection_ref' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_register_fallback -->
<elf-symbol name='dbus_connection_register_fallback' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_register_object_path -->
<elf-symbol name='dbus_connection_register_object_path' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_remove_filter -->
<elf-symbol name='dbus_connection_remove_filter' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_return_message -->
<elf-symbol name='dbus_connection_return_message' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_send -->
<elf-symbol name='dbus_connection_send' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_send_preallocated -->
<elf-symbol name='dbus_connection_send_preallocated' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_send_with_reply -->
<elf-symbol name='dbus_connection_send_with_reply' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_send_with_reply_and_block -->
<elf-symbol name='dbus_connection_send_with_reply_and_block' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_allow_anonymous -->
<elf-symbol name='dbus_connection_set_allow_anonymous' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_change_sigpipe -->
<elf-symbol name='dbus_connection_set_change_sigpipe' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_data -->
<elf-symbol name='dbus_connection_set_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_dispatch_status_function -->
<elf-symbol name='dbus_connection_set_dispatch_status_function' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_exit_on_disconnect -->
<elf-symbol name='dbus_connection_set_exit_on_disconnect' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_max_message_size -->
<elf-symbol name='dbus_connection_set_max_message_size' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_max_message_unix_fds -->
<elf-symbol name='dbus_connection_set_max_message_unix_fds' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_max_received_size -->
<elf-symbol name='dbus_connection_set_max_received_size' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_max_received_unix_fds -->
<elf-symbol name='dbus_connection_set_max_received_unix_fds' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_route_peer_messages -->
<elf-symbol name='dbus_connection_set_route_peer_messages' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_timeout_functions -->
<elf-symbol name='dbus_connection_set_timeout_functions' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_unix_user_function -->
<elf-symbol name='dbus_connection_set_unix_user_function' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_wakeup_main_function -->
<elf-symbol name='dbus_connection_set_wakeup_main_function' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_watch_functions -->
<elf-symbol name='dbus_connection_set_watch_functions' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_set_windows_user_function -->
<elf-symbol name='dbus_connection_set_windows_user_function' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_steal_borrowed_message -->
<elf-symbol name='dbus_connection_steal_borrowed_message' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_try_register_fallback -->
<elf-symbol name='dbus_connection_try_register_fallback' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_try_register_object_path -->
<elf-symbol name='dbus_connection_try_register_object_path' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_unref -->
<elf-symbol name='dbus_connection_unref' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_connection_unregister_object_path -->
<elf-symbol name='dbus_connection_unregister_object_path' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_error_free -->
<elf-symbol name='dbus_error_free' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_error_has_name -->
<elf-symbol name='dbus_error_has_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_error_init -->
<elf-symbol name='dbus_error_init' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_error_is_set -->
<elf-symbol name='dbus_error_is_set' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_free -->
<elf-symbol name='dbus_free' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_free_string_array -->
<elf-symbol name='dbus_free_string_array' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_get_local_machine_id -->
<elf-symbol name='dbus_get_local_machine_id' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_get_version -->
<elf-symbol name='dbus_get_version' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_internal_do_not_use_create_uuid -->
<elf-symbol name='dbus_internal_do_not_use_create_uuid' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_internal_do_not_use_get_uuid -->
<elf-symbol name='dbus_internal_do_not_use_get_uuid' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_malloc -->
<elf-symbol name='dbus_malloc' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_malloc0 -->
<elf-symbol name='dbus_malloc0' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_allocate_data_slot -->
<elf-symbol name='dbus_message_allocate_data_slot' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_append_args -->
<elf-symbol name='dbus_message_append_args' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_append_args_valist -->
<elf-symbol name='dbus_message_append_args_valist' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_contains_unix_fds -->
<elf-symbol name='dbus_message_contains_unix_fds' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_copy -->
<elf-symbol name='dbus_message_copy' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_demarshal -->
<elf-symbol name='dbus_message_demarshal' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_demarshal_bytes_needed -->
<elf-symbol name='dbus_message_demarshal_bytes_needed' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_free_data_slot -->
<elf-symbol name='dbus_message_free_data_slot' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_args -->
<elf-symbol name='dbus_message_get_args' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_args_valist -->
<elf-symbol name='dbus_message_get_args_valist' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_auto_start -->
<elf-symbol name='dbus_message_get_auto_start' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_data -->
<elf-symbol name='dbus_message_get_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_destination -->
<elf-symbol name='dbus_message_get_destination' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_error_name -->
<elf-symbol name='dbus_message_get_error_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_interface -->
<elf-symbol name='dbus_message_get_interface' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_member -->
<elf-symbol name='dbus_message_get_member' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_no_reply -->
<elf-symbol name='dbus_message_get_no_reply' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_path -->
<elf-symbol name='dbus_message_get_path' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_path_decomposed -->
<elf-symbol name='dbus_message_get_path_decomposed' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_reply_serial -->
<elf-symbol name='dbus_message_get_reply_serial' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_sender -->
<elf-symbol name='dbus_message_get_sender' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_serial -->
<elf-symbol name='dbus_message_get_serial' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_signature -->
<elf-symbol name='dbus_message_get_signature' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_get_type -->
<elf-symbol name='dbus_message_get_type' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_has_destination -->
<elf-symbol name='dbus_message_has_destination' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_has_interface -->
<elf-symbol name='dbus_message_has_interface' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_has_member -->
<elf-symbol name='dbus_message_has_member' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_has_path -->
<elf-symbol name='dbus_message_has_path' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_has_sender -->
<elf-symbol name='dbus_message_has_sender' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_has_signature -->
<elf-symbol name='dbus_message_has_signature' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_is_error -->
<elf-symbol name='dbus_message_is_error' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_is_method_call -->
<elf-symbol name='dbus_message_is_method_call' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_is_signal -->
<elf-symbol name='dbus_message_is_signal' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_abandon_container -->
<elf-symbol name='dbus_message_iter_abandon_container' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_append_basic -->
<elf-symbol name='dbus_message_iter_append_basic' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_append_fixed_array -->
<elf-symbol name='dbus_message_iter_append_fixed_array' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_close_container -->
<elf-symbol name='dbus_message_iter_close_container' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_get_arg_type -->
<elf-symbol name='dbus_message_iter_get_arg_type' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_get_array_len -->
<elf-symbol name='dbus_message_iter_get_array_len' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_get_basic -->
<elf-symbol name='dbus_message_iter_get_basic' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_get_element_type -->
<elf-symbol name='dbus_message_iter_get_element_type' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_get_fixed_array -->
<elf-symbol name='dbus_message_iter_get_fixed_array' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_get_signature -->
<elf-symbol name='dbus_message_iter_get_signature' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_has_next -->
<elf-symbol name='dbus_message_iter_has_next' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_init -->
<elf-symbol name='dbus_message_iter_init' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_init_append -->
<elf-symbol name='dbus_message_iter_init_append' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_next -->
<elf-symbol name='dbus_message_iter_next' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_open_container -->
<elf-symbol name='dbus_message_iter_open_container' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_iter_recurse -->
<elf-symbol name='dbus_message_iter_recurse' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_lock -->
<elf-symbol name='dbus_message_lock' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_marshal -->
<elf-symbol name='dbus_message_marshal' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_new -->
<elf-symbol name='dbus_message_new' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_new_error -->
<elf-symbol name='dbus_message_new_error' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_new_error_printf -->
<elf-symbol name='dbus_message_new_error_printf' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_new_method_call -->
<elf-symbol name='dbus_message_new_method_call' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_new_method_return -->
<elf-symbol name='dbus_message_new_method_return' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_new_signal -->
<elf-symbol name='dbus_message_new_signal' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_ref -->
<elf-symbol name='dbus_message_ref' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_auto_start -->
<elf-symbol name='dbus_message_set_auto_start' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_data -->
<elf-symbol name='dbus_message_set_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_destination -->
<elf-symbol name='dbus_message_set_destination' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_error_name -->
<elf-symbol name='dbus_message_set_error_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_interface -->
<elf-symbol name='dbus_message_set_interface' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_member -->
<elf-symbol name='dbus_message_set_member' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_no_reply -->
<elf-symbol name='dbus_message_set_no_reply' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_path -->
<elf-symbol name='dbus_message_set_path' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_reply_serial -->
<elf-symbol name='dbus_message_set_reply_serial' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_sender -->
<elf-symbol name='dbus_message_set_sender' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_set_serial -->
<elf-symbol name='dbus_message_set_serial' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_type_from_string -->
<elf-symbol name='dbus_message_type_from_string' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_type_to_string -->
<elf-symbol name='dbus_message_type_to_string' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_message_unref -->
<elf-symbol name='dbus_message_unref' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_move_error -->
<elf-symbol name='dbus_move_error' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_parse_address -->
<elf-symbol name='dbus_parse_address' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_allocate_data_slot -->
<elf-symbol name='dbus_pending_call_allocate_data_slot' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_block -->
<elf-symbol name='dbus_pending_call_block' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_cancel -->
<elf-symbol name='dbus_pending_call_cancel' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_free_data_slot -->
<elf-symbol name='dbus_pending_call_free_data_slot' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_get_completed -->
<elf-symbol name='dbus_pending_call_get_completed' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_get_data -->
<elf-symbol name='dbus_pending_call_get_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_ref -->
<elf-symbol name='dbus_pending_call_ref' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_set_data -->
<elf-symbol name='dbus_pending_call_set_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_set_notify -->
<elf-symbol name='dbus_pending_call_set_notify' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_steal_reply -->
<elf-symbol name='dbus_pending_call_steal_reply' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_pending_call_unref -->
<elf-symbol name='dbus_pending_call_unref' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_realloc -->
<elf-symbol name='dbus_realloc' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_allocate_data_slot -->
<elf-symbol name='dbus_server_allocate_data_slot' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_disconnect -->
<elf-symbol name='dbus_server_disconnect' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_free_data_slot -->
<elf-symbol name='dbus_server_free_data_slot' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_get_address -->
<elf-symbol name='dbus_server_get_address' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_get_data -->
<elf-symbol name='dbus_server_get_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_get_id -->
<elf-symbol name='dbus_server_get_id' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_get_is_connected -->
<elf-symbol name='dbus_server_get_is_connected' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_listen -->
<elf-symbol name='dbus_server_listen' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_ref -->
<elf-symbol name='dbus_server_ref' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_set_auth_mechanisms -->
<elf-symbol name='dbus_server_set_auth_mechanisms' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_set_data -->
<elf-symbol name='dbus_server_set_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_set_new_connection_function -->
<elf-symbol name='dbus_server_set_new_connection_function' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_set_timeout_functions -->
<elf-symbol name='dbus_server_set_timeout_functions' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_set_watch_functions -->
<elf-symbol name='dbus_server_set_watch_functions' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_server_unref -->
<elf-symbol name='dbus_server_unref' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_set_error -->
<elf-symbol name='dbus_set_error' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_set_error_const -->
<elf-symbol name='dbus_set_error_const' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_set_error_from_message -->
<elf-symbol name='dbus_set_error_from_message' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_setenv -->
<elf-symbol name='dbus_setenv' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_shutdown -->
<elf-symbol name='dbus_shutdown' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_signature_iter_get_current_type -->
<elf-symbol name='dbus_signature_iter_get_current_type' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_signature_iter_get_element_type -->
<elf-symbol name='dbus_signature_iter_get_element_type' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_signature_iter_get_signature -->
<elf-symbol name='dbus_signature_iter_get_signature' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_signature_iter_init -->
<elf-symbol name='dbus_signature_iter_init' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_signature_iter_next -->
<elf-symbol name='dbus_signature_iter_next' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_signature_iter_recurse -->
<elf-symbol name='dbus_signature_iter_recurse' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_signature_validate -->
<elf-symbol name='dbus_signature_validate' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_signature_validate_single -->
<elf-symbol name='dbus_signature_validate_single' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_threads_init -->
<elf-symbol name='dbus_threads_init' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_threads_init_default -->
<elf-symbol name='dbus_threads_init_default' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_timeout_get_data -->
<elf-symbol name='dbus_timeout_get_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_timeout_get_enabled -->
<elf-symbol name='dbus_timeout_get_enabled' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_timeout_get_interval -->
<elf-symbol name='dbus_timeout_get_interval' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_timeout_handle -->
<elf-symbol name='dbus_timeout_handle' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_timeout_set_data -->
<elf-symbol name='dbus_timeout_set_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_type_is_basic -->
<elf-symbol name='dbus_type_is_basic' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_type_is_container -->
<elf-symbol name='dbus_type_is_container' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_type_is_fixed -->
<elf-symbol name='dbus_type_is_fixed' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_type_is_valid -->
<elf-symbol name='dbus_type_is_valid' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_validate_bus_name -->
<elf-symbol name='dbus_validate_bus_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_validate_error_name -->
<elf-symbol name='dbus_validate_error_name' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_validate_interface -->
<elf-symbol name='dbus_validate_interface' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_validate_member -->
<elf-symbol name='dbus_validate_member' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_validate_path -->
<elf-symbol name='dbus_validate_path' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_validate_utf8 -->
<elf-symbol name='dbus_validate_utf8' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_watch_get_data -->
<elf-symbol name='dbus_watch_get_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_watch_get_enabled -->
<elf-symbol name='dbus_watch_get_enabled' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_watch_get_fd -->
<elf-symbol name='dbus_watch_get_fd' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_watch_get_flags -->
<elf-symbol name='dbus_watch_get_flags' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_watch_get_socket -->
<elf-symbol name='dbus_watch_get_socket' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_watch_get_unix_fd -->
<elf-symbol name='dbus_watch_get_unix_fd' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_watch_handle -->
<elf-symbol name='dbus_watch_handle' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
<!-- dbus_watch_set_data -->
<elf-symbol name='dbus_watch_set_data' type='func-type' binding='global-binding' visibility='default-visibility' is-defined='yes'/>
</elf-function-symbols>
<abi-instr address-size='64' path='dbus-address.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- char -->
<type-decl name='char' size-in-bits='8' hash='65b2d157027b431a' id='type-id-1'/>
<!-- int -->
<type-decl name='int' size-in-bits='32' hash='09d17c08f594edc7' id='type-id-2'/>
<!-- struct DBusAddressEntry -->
<class-decl name='DBusAddressEntry' is-struct='yes' visibility='default' size-in-bits='320' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='44' column='1' hash='8d3ffeeb830ce4eb' id='type-id-3'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusString DBusAddressEntry::method -->
<var-decl name='method' type-id='type-id-4' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='45' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- DBusList* DBusAddressEntry::keys -->
<var-decl name='keys' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- DBusList* DBusAddressEntry::values -->
<var-decl name='values' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='48' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusError -->
<class-decl name='DBusError' is-struct='yes' visibility='default' size-in-bits='256' filepath='../dbus/dbus-errors.h' line='49' column='1' hash='a60e6b3887f7e40c' id='type-id-6'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- const char* DBusError::name -->
<var-decl name='name' type-id='type-id-7' visibility='default' filepath='../dbus/dbus-errors.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const char* DBusError::message -->
<var-decl name='message' type-id='type-id-7' visibility='default' filepath='../dbus/dbus-errors.h' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- unsigned int DBusError::dummy1 -->
<var-decl name='dummy1' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-errors.h' line='53' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='129'>
<!-- unsigned int DBusError::dummy2 -->
<var-decl name='dummy2' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-errors.h' line='54' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='130'>
<!-- unsigned int DBusError::dummy3 -->
<var-decl name='dummy3' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-errors.h' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='131'>
<!-- unsigned int DBusError::dummy4 -->
<var-decl name='dummy4' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-errors.h' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='132'>
<!-- unsigned int DBusError::dummy5 -->
<var-decl name='dummy5' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-errors.h' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- void* DBusError::padding1 -->
<var-decl name='padding1' type-id='type-id-9' visibility='default' filepath='../dbus/dbus-errors.h' line='59' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusList -->
<class-decl name='DBusList' is-struct='yes' visibility='default' size-in-bits='192' filepath='../dbus/dbus-list.h' line='35' column='1' hash='3dbb5da63af363a8' id='type-id-10'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusList* DBusList::prev -->
<var-decl name='prev' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-list.h' line='36' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- DBusList* DBusList::next -->
<var-decl name='next' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-list.h' line='37' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- void* DBusList::data -->
<var-decl name='data' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-list.h' line='38' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusString -->
<class-decl name='DBusString' is-struct='yes' visibility='default' size-in-bits='192' filepath='../dbus/dbus-string.h' line='43' column='1' hash='7484d1c87b690207' id='type-id-11'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* DBusString::dummy1 -->
<var-decl name='dummy1' type-id='type-id-9' visibility='default' filepath='../dbus/dbus-string.h' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- int DBusString::dummy2 -->
<var-decl name='dummy2' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-string.h' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='96'>
<!-- int DBusString::dummy3 -->
<var-decl name='dummy3' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-string.h' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- unsigned int DBusString::dummy_bit1 -->
<var-decl name='dummy_bit1' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-string.h' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='129'>
<!-- unsigned int DBusString::dummy_bit2 -->
<var-decl name='dummy_bit2' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-string.h' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='130'>
<!-- unsigned int DBusString::dummy_bit3 -->
<var-decl name='dummy_bit3' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-string.h' line='53' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='131'>
<!-- unsigned int DBusString::dummy_bits -->
<var-decl name='dummy_bits' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-string.h' line='54' column='1'/>
</data-member>
</class-decl>
<!-- typedef DBusAddressEntry DBusAddressEntry -->
<typedef-decl name='DBusAddressEntry' type-id='type-id-3' size-in-bits='320' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.h' line='41' column='1' id='type-id-12'/>
<!-- typedef DBusError DBusError -->
<typedef-decl name='DBusError' type-id='type-id-6' size-in-bits='256' filepath='../dbus/dbus-errors.h' line='43' column='1' id='type-id-13'/>
<!-- typedef DBusList DBusList -->
<typedef-decl name='DBusList' type-id='type-id-10' size-in-bits='192' filepath='../dbus/dbus-sysdeps.h' line='74' column='1' id='type-id-14'/>
<!-- typedef DBusString DBusString -->
<typedef-decl name='DBusString' type-id='type-id-11' size-in-bits='192' filepath='../dbus/dbus-string.h' line='40' column='1' id='type-id-4'/>
<!-- typedef dbus_uint32_t dbus_bool_t -->
<typedef-decl name='dbus_bool_t' type-id='type-id-15' size-in-bits='32' filepath='../dbus/dbus-types.h' line='35' column='1' hash='e66b43f97c38e87a' id='type-id-16'/>
<!-- typedef unsigned int dbus_uint32_t -->
<typedef-decl name='dbus_uint32_t' type-id='type-id-8' size-in-bits='32' filepath='../dbus/dbus-arch-deps.h' line='43' column='1' hash='e66b43f97c38e87a' id='type-id-15'/>
<!-- unsigned int -->
<type-decl name='unsigned int' size-in-bits='32' hash='e66b43f97c38e87a' id='type-id-8'/>
<!-- DBusAddressEntry* -->
<pointer-type-def type-id='type-id-12' size-in-bits='64' hash='d93aa7875ae672b4' id='type-id-17'/>
<!-- DBusAddressEntry** -->
<pointer-type-def type-id='type-id-17' size-in-bits='64' hash='07a67f2c3990adc5' id='type-id-18'/>
<!-- DBusAddressEntry*** -->
<pointer-type-def type-id='type-id-18' size-in-bits='64' hash='6dd89505e1dc5a2d' id='type-id-19'/>
<!-- DBusError* -->
<pointer-type-def type-id='type-id-13' size-in-bits='64' hash='39f062157d8b0d43' id='type-id-20'/>
<!-- DBusList* -->
<pointer-type-def type-id='type-id-14' size-in-bits='64' hash='41394a30fcdfe4d0' id='type-id-5'/>
<!-- char* -->
<pointer-type-def type-id='type-id-1' size-in-bits='64' hash='e533f42d1dd4942c' id='type-id-21'/>
<!-- const char -->
<qualified-type-def type-id='type-id-1' const='yes' hash='3e50fd33f9bb78d9' id='type-id-22'/>
<!-- const char* -->
<pointer-type-def type-id='type-id-22' size-in-bits='64' hash='c44743f354f6a443' id='type-id-7'/>
<!-- int* -->
<pointer-type-def type-id='type-id-2' size-in-bits='64' hash='3fd83b2c14ae2f2f' id='type-id-23'/>
<!-- void dbus_address_entries_free(DBusAddressEntry**) -->
<function-decl name='dbus_address_entries_free' mangled-name='dbus_address_entries_free' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='189' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_address_entries_free' hash='6907839eba38e3cf'>
<!-- parameter of type 'DBusAddressEntry**' -->
<parameter type-id='type-id-18' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='189' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- const char* dbus_address_entry_get_method(DBusAddressEntry*) -->
<function-decl name='dbus_address_entry_get_method' mangled-name='dbus_address_entry_get_method' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='227' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_address_entry_get_method' hash='4e304b15e9491c85'>
<!-- parameter of type 'DBusAddressEntry*' -->
<parameter type-id='type-id-17' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='227' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const char* dbus_address_entry_get_value(DBusAddressEntry*, const char*) -->
<function-decl name='dbus_address_entry_get_value' mangled-name='dbus_address_entry_get_value' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='244' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_address_entry_get_value' hash='fc83d997a9a1add9'>
<!-- parameter of type 'DBusAddressEntry*' -->
<parameter type-id='type-id-17' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='244' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='245' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- dbus_bool_t dbus_parse_address(const char*, DBusAddressEntry***, int*, DBusError*) -->
<function-decl name='dbus_parse_address' mangled-name='dbus_parse_address' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='363' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_parse_address' hash='b0a4bce36cdc84b2'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='363' column='1'/>
<!-- parameter of type 'DBusAddressEntry***' -->
<parameter type-id='type-id-19' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='364' column='1'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='365' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='366' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- char* dbus_address_escape_value(const char*) -->
<function-decl name='dbus_address_escape_value' mangled-name='dbus_address_escape_value' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='583' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_address_escape_value' hash='bac6a89264ba699c'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='583' column='1'/>
<!-- char* -->
<return type-id='type-id-21'/>
</function-decl>
<!-- char* dbus_address_unescape_value(const char*, DBusError*) -->
<function-decl name='dbus_address_unescape_value' mangled-name='dbus_address_unescape_value' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='617' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_address_unescape_value' hash='bd378f869fca73c6'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='617' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-address.c' line='618' column='1'/>
<!-- char* -->
<return type-id='type-id-21'/>
</function-decl>
<!-- void -->
<type-decl name='void' id='type-id-24'/>
<!-- void* -->
<pointer-type-def type-id='type-id-24' id='type-id-9'/>
</abi-instr>
<abi-instr address-size='64' path='dbus-bus.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- enum DBusBusType -->
<enum-decl name='DBusBusType' naming-typedef-id='type-id-25' size-in-bits='32' alignment-in-bits='32' filepath='../dbus/dbus-shared.h' line='57' column='1' hash='34bcda94c7cbed4d' id='type-id-26'>
<underlying-type type-id='type-id-27'/>
<enumerator name='DBUS_BUS_SESSION' value='0'/>
<enumerator name='DBUS_BUS_SYSTEM' value='1'/>
<enumerator name='DBUS_BUS_STARTER' value='2'/>
</enum-decl>
<!-- typedef DBusBusType DBusBusType -->
<typedef-decl name='DBusBusType' type-id='type-id-26' size-in-bits='32' alignment-in-bits='32' filepath='../dbus/dbus-shared.h' line='61' column='1' hash='34bcda94c7cbed4d' id='type-id-25'/>
<!-- typedef DBusConnection DBusConnection -->
<typedef-decl name='DBusConnection' type-id='type-id-28' size-in-bits='2112' filepath='../dbus/dbus-connection.h' line='51' column='1' id='type-id-29'/>
<!-- unnamed&#45;enum&#45;underlying&#45;type&#45;32 -->
<type-decl name='unnamed-enum-underlying-type-32' size-in-bits='32' alignment-in-bits='32' is-anonymous='yes' hash='5181a58e665b3619' id='type-id-27'/>
<!-- unsigned long int -->
<type-decl name='unsigned long int' size-in-bits='64' hash='8fdc5eea2983a729#2' id='type-id-30'/>
<!-- DBusConnection* -->
<pointer-type-def type-id='type-id-29' size-in-bits='64' hash='367d328ce4e888d5' id='type-id-31'/>
<!-- dbus_uint32_t* -->
<pointer-type-def type-id='type-id-15' size-in-bits='64' hash='b43d0fa486a3286d' id='type-id-32'/>
<!-- struct DBusConnection -->
<class-decl name='DBusConnection' is-struct='yes' visibility='default' size-in-bits='2112' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='257' column='1' hash='93b6982ed41cf2bb' id='type-id-28'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusAtomic DBusConnection::refcount -->
<var-decl name='refcount' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='258' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- DBusRMutex* DBusConnection::mutex -->
<var-decl name='mutex' type-id='type-id-34' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='260' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- DBusCMutex* DBusConnection::dispatch_mutex -->
<var-decl name='dispatch_mutex' type-id='type-id-35' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='262' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- DBusCondVar* DBusConnection::dispatch_cond -->
<var-decl name='dispatch_cond' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='263' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- DBusCMutex* DBusConnection::io_path_mutex -->
<var-decl name='io_path_mutex' type-id='type-id-35' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='264' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- DBusCondVar* DBusConnection::io_path_cond -->
<var-decl name='io_path_cond' type-id='type-id-36' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='265' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- DBusList* DBusConnection::outgoing_messages -->
<var-decl name='outgoing_messages' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='267' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- DBusList* DBusConnection::incoming_messages -->
<var-decl name='incoming_messages' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='268' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- DBusList* DBusConnection::expired_messages -->
<var-decl name='expired_messages' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='269' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- DBusMessage* DBusConnection::message_borrowed -->
<var-decl name='message_borrowed' type-id='type-id-37' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='271' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- int DBusConnection::n_outgoing -->
<var-decl name='n_outgoing' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='275' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='672'>
<!-- int DBusConnection::n_incoming -->
<var-decl name='n_incoming' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='276' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<!-- DBusCounter* DBusConnection::outgoing_counter -->
<var-decl name='outgoing_counter' type-id='type-id-38' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='278' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
<!-- DBusTransport* DBusConnection::transport -->
<var-decl name='transport' type-id='type-id-39' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='280' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
<!-- DBusWatchList* DBusConnection::watches -->
<var-decl name='watches' type-id='type-id-40' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='281' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<!-- DBusTimeoutList* DBusConnection::timeouts -->
<var-decl name='timeouts' type-id='type-id-41' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='282' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- DBusList* DBusConnection::filter_list -->
<var-decl name='filter_list' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='284' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- DBusRMutex* DBusConnection::slot_mutex -->
<var-decl name='slot_mutex' type-id='type-id-34' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='286' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- DBusDataSlotList DBusConnection::slot_list -->
<var-decl name='slot_list' type-id='type-id-42' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='287' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
<!-- DBusHashTable* DBusConnection::pending_replies -->
<var-decl name='pending_replies' type-id='type-id-43' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='289' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
<!-- dbus_uint32_t DBusConnection::client_serial -->
<var-decl name='client_serial' type-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='291' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
<!-- DBusList* DBusConnection::disconnect_message_link -->
<var-decl name='disconnect_message_link' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='292' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<!-- DBusWakeupMainFunction DBusConnection::wakeup_main_function -->
<var-decl name='wakeup_main_function' type-id='type-id-44' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='294' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1472'>
<!-- void* DBusConnection::wakeup_main_data -->
<var-decl name='wakeup_main_data' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='295' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1536'>
<!-- DBusFreeFunction DBusConnection::free_wakeup_main_data -->
<var-decl name='free_wakeup_main_data' type-id='type-id-45' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='296' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1600'>
<!-- DBusDispatchStatusFunction DBusConnection::dispatch_status_function -->
<var-decl name='dispatch_status_function' type-id='type-id-46' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='298' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1664'>
<!-- void* DBusConnection::dispatch_status_data -->
<var-decl name='dispatch_status_data' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='299' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1728'>
<!-- DBusFreeFunction DBusConnection::free_dispatch_status_data -->
<var-decl name='free_dispatch_status_data' type-id='type-id-45' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='300' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1792'>
<!-- DBusDispatchStatus DBusConnection::last_dispatch_status -->
<var-decl name='last_dispatch_status' type-id='type-id-47' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='302' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1856'>
<!-- DBusObjectTree* DBusConnection::objects -->
<var-decl name='objects' type-id='type-id-48' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='304' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1920'>
<!-- char* DBusConnection::server_guid -->
<var-decl name='server_guid' type-id='type-id-21' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='306' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1984'>
<!-- dbus_bool_t DBusConnection::dispatch_acquired -->
<var-decl name='dispatch_acquired' type-id='type-id-16' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='312' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2016'>
<!-- dbus_bool_t DBusConnection::io_path_acquired -->
<var-decl name='io_path_acquired' type-id='type-id-16' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='313' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2048'>
<!-- unsigned int DBusConnection::shareable -->
<var-decl name='shareable' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='315' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2049'>
<!-- unsigned int DBusConnection::exit_on_disconnect -->
<var-decl name='exit_on_disconnect' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='317' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2050'>
<!-- unsigned int DBusConnection::route_peer_messages -->
<var-decl name='route_peer_messages' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='319' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2051'>
<!-- unsigned int DBusConnection::disconnected_message_arrived -->
<var-decl name='disconnected_message_arrived' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='321' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2052'>
<!-- unsigned int DBusConnection::disconnected_message_processed -->
<var-decl name='disconnected_message_processed' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='325' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2053'>
<!-- unsigned int DBusConnection::have_connection_lock -->
<var-decl name='have_connection_lock' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='330' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='2080'>
<!-- int DBusConnection::generation -->
<var-decl name='generation' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='334' column='1'/>
</data-member>
</class-decl>
<!-- DBusConnection* dbus_bus_get(DBusBusType, DBusError*) -->
<function-decl name='dbus_bus_get' mangled-name='dbus_bus_get' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='558' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_get' hash='4a4c1115b10bc19c'>
<!-- parameter of type 'typedef DBusBusType' -->
<parameter type-id='type-id-25' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='590' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='591' column='1'/>
<!-- DBusConnection* -->
<return type-id='type-id-31'/>
</function-decl>
<!-- DBusConnection* dbus_bus_get_private(DBusBusType, DBusError*) -->
<function-decl name='dbus_bus_get_private' mangled-name='dbus_bus_get_private' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='590' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_get_private' hash='4a4c1115b10bc19c'>
<!-- parameter of type 'typedef DBusBusType' -->
<parameter type-id='type-id-25' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='590' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='591' column='1'/>
<!-- DBusConnection* -->
<return type-id='type-id-31'/>
</function-decl>
<!-- dbus_bool_t dbus_bus_register(DBusConnection*, DBusError*) -->
<function-decl name='dbus_bus_register' mangled-name='dbus_bus_register' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='646' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_register' hash='9ae1e98047710f54'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='646' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='647' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_bus_set_unique_name(DBusConnection*, const char*) -->
<function-decl name='dbus_bus_set_unique_name' mangled-name='dbus_bus_set_unique_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='766' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_set_unique_name' hash='ffa5d3e955835b8e'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='766' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='767' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- const char* dbus_bus_get_unique_name(DBusConnection*) -->
<function-decl name='dbus_bus_get_unique_name' mangled-name='dbus_bus_get_unique_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='815' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_get_unique_name' hash='4ea8c75a1269aa02'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='815' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- unsigned long int dbus_bus_get_unix_user(DBusConnection*, const char*, DBusError*) -->
<function-decl name='dbus_bus_get_unix_user' mangled-name='dbus_bus_get_unix_user' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='865' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_get_unix_user' hash='e0226714e07af72a'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='865' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='866' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='867' column='1'/>
<!-- unsigned long int -->
<return type-id='type-id-30'/>
</function-decl>
<!-- char* dbus_bus_get_id(DBusConnection*, DBusError*) -->
<function-decl name='dbus_bus_get_id' mangled-name='dbus_bus_get_id' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='948' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_get_id' hash='5400c550e502e53d'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='948' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='949' column='1'/>
<!-- char* -->
<return type-id='type-id-21'/>
</function-decl>
<!-- int dbus_bus_request_name(DBusConnection*, const char*, unsigned int, DBusError*) -->
<function-decl name='dbus_bus_request_name' mangled-name='dbus_bus_request_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_request_name' hash='ba388bb7662df846'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1112' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1113' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-8' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1114' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1115' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- int dbus_bus_release_name(DBusConnection*, const char*, DBusError*) -->
<function-decl name='dbus_bus_release_name' mangled-name='dbus_bus_release_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_release_name' hash='6daaa69516fc9a60'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1198' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1199' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1200' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- dbus_bool_t dbus_bus_name_has_owner(DBusConnection*, const char*, DBusError*) -->
<function-decl name='dbus_bus_name_has_owner' mangled-name='dbus_bus_name_has_owner' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1280' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_name_has_owner' hash='f6fbf94da2c49a64'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1280' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1281' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1282' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_bus_start_service_by_name(DBusConnection*, const char*, dbus_uint32_t, dbus_uint32_t*, DBusError*) -->
<function-decl name='dbus_bus_start_service_by_name' mangled-name='dbus_bus_start_service_by_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1356' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_start_service_by_name' hash='796f4fa87e95f06e'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1356' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1357' column='1'/>
<!-- parameter of type 'typedef dbus_uint32_t' -->
<parameter type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1358' column='1'/>
<!-- parameter of type 'dbus_uint32_t*' -->
<parameter type-id='type-id-32' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1359' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1360' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_bus_add_match(DBusConnection*, const char*, DBusError*) -->
<function-decl name='dbus_bus_add_match' mangled-name='dbus_bus_add_match' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1526' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_add_match' hash='8e45c9efacae39c6'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1576' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1577' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1578' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_bus_remove_match(DBusConnection*, const char*, DBusError*) -->
<function-decl name='dbus_bus_remove_match' mangled-name='dbus_bus_remove_match' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1576' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_bus_remove_match' hash='8e45c9efacae39c6'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1576' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1577' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='1578' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
</abi-instr>
<abi-instr address-size='64' path='dbus-connection.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- DBusHeaderField[10] -->
<array-type-def dimensions='1' type-id='type-id-49' size-in-bits='320' hash='0646b82b9c0c23b1' id='type-id-50'>
<!-- <anonymous range>[10] -->
<subrange length='10' lower-bound='0' upper-bound='9' type-id='type-id-30' size-in-bits='64' is-anonymous='yes' hash='4e72a2f569b234f4' id='type-id-51'/>
</array-type-def>
<!-- enum DBusDispatchStatus -->
<enum-decl name='DBusDispatchStatus' naming-typedef-id='type-id-47' size-in-bits='32' alignment-in-bits='32' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='80' column='1' hash='8cd8885a5befcc25' id='type-id-52'>
<underlying-type type-id='type-id-27'/>
<enumerator name='DBUS_DISPATCH_DATA_REMAINS' value='0'/>
<enumerator name='DBUS_DISPATCH_COMPLETE' value='1'/>
<enumerator name='DBUS_DISPATCH_NEED_MEMORY' value='2'/>
</enum-decl>
<!-- enum DBusHandlerResult -->
<enum-decl name='DBusHandlerResult' naming-typedef-id='type-id-53' size-in-bits='32' alignment-in-bits='32' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-shared.h' line='67' column='1' hash='6fa1399dd8c438b9' id='type-id-54'>
<underlying-type type-id='type-id-27'/>
<enumerator name='DBUS_HANDLER_RESULT_HANDLED' value='0'/>
<enumerator name='DBUS_HANDLER_RESULT_NOT_YET_HANDLED' value='1'/>
<enumerator name='DBUS_HANDLER_RESULT_NEED_MEMORY' value='2'/>
</enum-decl>
<!-- long int -->
<type-decl name='long int' size-in-bits='64' hash='b119fe0931d2ee10#2' id='type-id-55'/>
<!-- struct DBusAtomic -->
<class-decl name='DBusAtomic' is-struct='yes' visibility='default' size-in-bits='32' filepath='../dbus/dbus-sysdeps.h' line='228' column='1' hash='55c675170f9d8d79' id='type-id-56'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- volatile dbus_int32_t DBusAtomic::value -->
<var-decl name='value' type-id='type-id-57' visibility='default' filepath='../dbus/dbus-sysdeps.h' line='232' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusDataSlot -->
<class-decl name='DBusDataSlot' is-struct='yes' visibility='default' size-in-bits='128' filepath='../dbus/dbus-dataslot.h' line='37' column='1' hash='d315d95aac4f305f' id='type-id-58'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* DBusDataSlot::data -->
<var-decl name='data' type-id='type-id-9' visibility='default' filepath='../dbus/dbus-dataslot.h' line='38' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- DBusFreeFunction DBusDataSlot::free_data_func -->
<var-decl name='free_data_func' type-id='type-id-45' visibility='default' filepath='../dbus/dbus-dataslot.h' line='39' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusDataSlotList -->
<class-decl name='DBusDataSlotList' is-struct='yes' visibility='default' size-in-bits='128' filepath='../dbus/dbus-dataslot.h' line='70' column='1' hash='1f6acbcd0f384e9e' id='type-id-59'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusDataSlot* DBusDataSlotList::slots -->
<var-decl name='slots' type-id='type-id-60' visibility='default' filepath='../dbus/dbus-dataslot.h' line='71' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- int DBusDataSlotList::n_slots -->
<var-decl name='n_slots' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-dataslot.h' line='72' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusHeader -->
<class-decl name='DBusHeader' is-struct='yes' visibility='default' size-in-bits='576' filepath='../dbus/dbus-marshal-header.h' line='48' column='1' hash='f5b35b22aae20329' id='type-id-61'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusString DBusHeader::data -->
<var-decl name='data' type-id='type-id-4' visibility='default' filepath='../dbus/dbus-marshal-header.h' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- DBusHeaderField DBusHeader::fields[10] -->
<var-decl name='fields' type-id='type-id-50' visibility='default' filepath='../dbus/dbus-marshal-header.h' line='54' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- dbus_uint32_t DBusHeader::padding -->
<var-decl name='padding' type-id='type-id-15' visibility='default' filepath='../dbus/dbus-marshal-header.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='515'>
<!-- dbus_uint32_t DBusHeader::byte_order -->
<var-decl name='byte_order' type-id='type-id-15' visibility='default' filepath='../dbus/dbus-marshal-header.h' line='59' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusHeaderField -->
<class-decl name='DBusHeaderField' is-struct='yes' visibility='default' size-in-bits='32' filepath='../dbus/dbus-marshal-header.h' line='40' column='1' hash='bf9ff67ac7b08f69' id='type-id-62'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int DBusHeaderField::value_pos -->
<var-decl name='value_pos' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-marshal-header.h' line='41' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusMessage -->
<class-decl name='DBusMessage' is-struct='yes' visibility='default' size-in-bits='1472' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='100' column='1' hash='d4b88fc31caf61db' id='type-id-63'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusAtomic DBusMessage::refcount -->
<var-decl name='refcount' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='101' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- DBusHeader DBusMessage::header -->
<var-decl name='header' type-id='type-id-64' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='103' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- DBusString DBusMessage::body -->
<var-decl name='body' type-id='type-id-4' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='105' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
<!-- unsigned int DBusMessage::locked -->
<var-decl name='locked' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='107' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='833'>
<!-- unsigned int DBusMessage::in_cache -->
<var-decl name='in_cache' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='110' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<!-- DBusList* DBusMessage::counters -->
<var-decl name='counters' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='113' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- long int DBusMessage::size_counter_delta -->
<var-decl name='size_counter_delta' type-id='type-id-55' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='114' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- dbus_uint32_t DBusMessage::changed_stamp -->
<var-decl name='changed_stamp' type-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='116' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- DBusDataSlotList DBusMessage::slot_list -->
<var-decl name='slot_list' type-id='type-id-42' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='118' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1216'>
<!-- int DBusMessage::generation -->
<var-decl name='generation' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='121' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1280'>
<!-- int* DBusMessage::unix_fds -->
<var-decl name='unix_fds' type-id='type-id-23' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='125' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1344'>
<!-- unsigned int DBusMessage::n_unix_fds -->
<var-decl name='n_unix_fds' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='129' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1376'>
<!-- unsigned int DBusMessage::n_unix_fds_allocated -->
<var-decl name='n_unix_fds_allocated' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='130' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1408'>
<!-- long int DBusMessage::unix_fd_counter_delta -->
<var-decl name='unix_fd_counter_delta' type-id='type-id-55' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message-private.h' line='132' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusObjectPathVTable -->
<class-decl name='DBusObjectPathVTable' is-struct='yes' visibility='default' size-in-bits='384' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='385' column='1' hash='a8a4ffacd76e9e59' id='type-id-65'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusObjectPathUnregisterFunction DBusObjectPathVTable::unregister_function -->
<var-decl name='unregister_function' type-id='type-id-66' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='386' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- DBusObjectPathMessageFunction DBusObjectPathVTable::message_function -->
<var-decl name='message_function' type-id='type-id-67' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='387' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- void (* DBusObjectPathVTable::dbus_internal_pad1)(void*) -->
<var-decl name='dbus_internal_pad1' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='389' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- void (* DBusObjectPathVTable::dbus_internal_pad2)(void*) -->
<var-decl name='dbus_internal_pad2' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='390' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- void (* DBusObjectPathVTable::dbus_internal_pad3)(void*) -->
<var-decl name='dbus_internal_pad3' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='391' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- void (* DBusObjectPathVTable::dbus_internal_pad4)(void*) -->
<var-decl name='dbus_internal_pad4' type-id='type-id-68' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='392' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusPreallocatedSend -->
<class-decl name='DBusPreallocatedSend' is-struct='yes' visibility='default' size-in-bits='192' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='241' column='1' hash='5c4852bc39f1e24c' id='type-id-69'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusConnection* DBusPreallocatedSend::connection -->
<var-decl name='connection' type-id='type-id-31' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='242' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- DBusList* DBusPreallocatedSend::queue_link -->
<var-decl name='queue_link' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='243' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- DBusList* DBusPreallocatedSend::counter_link -->
<var-decl name='counter_link' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='244' column='1'/>
</data-member>
</class-decl>
<!-- typedef dbus_bool_t (*)(DBusConnection*, unsigned long int, void*) DBusAllowUnixUserFunction -->
<typedef-decl name='DBusAllowUnixUserFunction' type-id='type-id-70' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='143' column='1' hash='fd7a63c0c6c822c4' id='type-id-71'/>
<!-- typedef dbus_bool_t (*)(DBusConnection*, const char*, void*) DBusAllowWindowsUserFunction -->
<typedef-decl name='DBusAllowWindowsUserFunction' type-id='type-id-72' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='153' column='1' hash='fd7a63c0c6c822c4' id='type-id-73'/>
<!-- typedef DBusAtomic DBusAtomic -->
<typedef-decl name='DBusAtomic' type-id='type-id-56' size-in-bits='32' filepath='../dbus/dbus-sysdeps.h' line='222' column='1' id='type-id-33'/>
<!-- typedef DBusDataSlot DBusDataSlot -->
<typedef-decl name='DBusDataSlot' type-id='type-id-58' size-in-bits='128' filepath='../dbus/dbus-dataslot.h' line='34' column='1' id='type-id-74'/>
<!-- typedef DBusDataSlotList DBusDataSlotList -->
<typedef-decl name='DBusDataSlotList' type-id='type-id-59' size-in-bits='128' filepath='../dbus/dbus-dataslot.h' line='31' column='1' id='type-id-42'/>
<!-- typedef DBusDispatchStatus DBusDispatchStatus -->
<typedef-decl name='DBusDispatchStatus' type-id='type-id-52' size-in-bits='32' alignment-in-bits='32' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='84' column='1' hash='8cd8885a5befcc25' id='type-id-47'/>
<!-- typedef void (*)(DBusConnection*, DBusDispatchStatus, void*) DBusDispatchStatusFunction -->
<typedef-decl name='DBusDispatchStatusFunction' type-id='type-id-75' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='128' column='1' hash='fd7a63c0c6c822c4' id='type-id-46'/>
<!-- typedef void (*)(void*) DBusFreeFunction -->
<typedef-decl name='DBusFreeFunction' type-id='type-id-68' size-in-bits='64' filepath='../dbus/dbus-memory.h' line='64' column='1' hash='fd7a63c0c6c822c4' id='type-id-45'/>
<!-- typedef DBusHandlerResult (*)(DBusConnection*, DBusMessage*, void*) DBusHandleMessageFunction -->
<typedef-decl name='DBusHandleMessageFunction' type-id='type-id-76' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='169' column='1' hash='fd7a63c0c6c822c4' id='type-id-77'/>
<!-- typedef DBusHandlerResult DBusHandlerResult -->
<typedef-decl name='DBusHandlerResult' type-id='type-id-54' size-in-bits='32' alignment-in-bits='32' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-shared.h' line='71' column='1' hash='6fa1399dd8c438b9' id='type-id-53'/>
<!-- typedef DBusHeader DBusHeader -->
<typedef-decl name='DBusHeader' type-id='type-id-61' size-in-bits='576' filepath='../dbus/dbus-marshal-header.h' line='30' column='1' id='type-id-64'/>
<!-- typedef DBusHeaderField DBusHeaderField -->
<typedef-decl name='DBusHeaderField' type-id='type-id-62' size-in-bits='32' filepath='../dbus/dbus-marshal-header.h' line='31' column='1' id='type-id-49'/>
<!-- typedef DBusMessage DBusMessage -->
<typedef-decl name='DBusMessage' type-id='type-id-63' size-in-bits='1472' filepath='../dbus/dbus-message.h' line='44' column='1' id='type-id-78'/>
<!-- typedef DBusHandlerResult (*)(DBusConnection*, DBusMessage*, void*) DBusObjectPathMessageFunction -->
<typedef-decl name='DBusObjectPathMessageFunction' type-id='type-id-76' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='374' column='1' hash='fd7a63c0c6c822c4' id='type-id-67'/>
<!-- typedef void (*)(DBusConnection*, void*) DBusObjectPathUnregisterFunction -->
<typedef-decl name='DBusObjectPathUnregisterFunction' type-id='type-id-79' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='367' column='1' hash='fd7a63c0c6c822c4' id='type-id-66'/>
<!-- typedef DBusObjectPathVTable DBusObjectPathVTable -->
<typedef-decl name='DBusObjectPathVTable' type-id='type-id-65' size-in-bits='384' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='53' column='1' id='type-id-80'/>
<!-- typedef DBusPreallocatedSend DBusPreallocatedSend -->
<typedef-decl name='DBusPreallocatedSend' type-id='type-id-69' size-in-bits='192' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='47' column='1' id='type-id-81'/>
<!-- typedef void (*)(void*) DBusWakeupMainFunction -->
<typedef-decl name='DBusWakeupMainFunction' type-id='type-id-68' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.h' line='135' column='1' hash='fd7a63c0c6c822c4' id='type-id-44'/>
<!-- typedef int dbus_int32_t -->
<typedef-decl name='dbus_int32_t' type-id='type-id-2' size-in-bits='32' filepath='../dbus/dbus-arch-deps.h' line='42' column='1' hash='09d17c08f594edc7' id='type-id-82'/>
<!-- DBusDataSlot* -->
<pointer-type-def type-id='type-id-74' size-in-bits='64' hash='2d5c86a63a41c2d8' id='type-id-60'/>
<!-- DBusHandlerResult (*)(DBusConnection*, DBusMessage*, void*) -->
<pointer-type-def type-id='type-id-83' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-76'/>
<!-- DBusMessage* -->
<pointer-type-def type-id='type-id-78' size-in-bits='64' hash='ede07f7f9b51070a' id='type-id-37'/>
<!-- DBusPendingCall* -->
<pointer-type-def type-id='type-id-84' size-in-bits='64' hash='56e29aa55ffd901b' id='type-id-85'/>
<!-- DBusPendingCall** -->
<pointer-type-def type-id='type-id-85' size-in-bits='64' hash='87fc4b7aa5332042' id='type-id-86'/>
<!-- DBusPreallocatedSend* -->
<pointer-type-def type-id='type-id-81' size-in-bits='64' hash='cdf767c2f765a88f' id='type-id-87'/>
<!-- DBusTimeout* -->
<pointer-type-def type-id='type-id-88' size-in-bits='64' hash='c5c6f9e49965c312' id='type-id-89'/>
<!-- DBusWatch* -->
<pointer-type-def type-id='type-id-90' size-in-bits='64' hash='d6b1cbe9072cfd36' id='type-id-91'/>
<!-- char** -->
<pointer-type-def type-id='type-id-21' size-in-bits='64' hash='a93039fe023ed77b' id='type-id-92'/>
<!-- char*** -->
<pointer-type-def type-id='type-id-92' size-in-bits='64' hash='1da04ce8504cf80f' id='type-id-93'/>
<!-- const DBusObjectPathVTable -->
<qualified-type-def type-id='type-id-80' const='yes' hash='6136b181eb69c316' id='type-id-94'/>
<!-- const DBusObjectPathVTable* -->
<pointer-type-def type-id='type-id-94' size-in-bits='64' hash='06c468827651d156' id='type-id-95'/>
<!-- dbus_bool_t (*)(DBusConnection*, const char*, void*) -->
<pointer-type-def type-id='type-id-96' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-72'/>
<!-- dbus_bool_t (*)(DBusConnection*, unsigned long int, void*) -->
<pointer-type-def type-id='type-id-97' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-70'/>
<!-- dbus_bool_t (*)(DBusTimeout*, void*) -->
<pointer-type-def type-id='type-id-98' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-99'/>
<!-- dbus_bool_t (*)(DBusWatch*, void*) -->
<pointer-type-def type-id='type-id-100' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-101'/>
<!-- dbus_int32_t* -->
<pointer-type-def type-id='type-id-82' size-in-bits='64' hash='41de2c571525e98f' id='type-id-102'/>
<!-- unsigned long int* -->
<pointer-type-def type-id='type-id-30' size-in-bits='64' hash='d9e2f19705735211' id='type-id-103'/>
<!-- void (*)(DBusConnection*, DBusDispatchStatus, void*) -->
<pointer-type-def type-id='type-id-104' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-75'/>
<!-- void (*)(DBusConnection*, void*) -->
<pointer-type-def type-id='type-id-105' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-79'/>
<!-- void (*)(DBusTimeout*, void*) -->
<pointer-type-def type-id='type-id-106' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-107'/>
<!-- void (*)(DBusWatch*, void*) -->
<pointer-type-def type-id='type-id-108' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-109'/>
<!-- void (*)(void*) -->
<pointer-type-def type-id='type-id-110' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-68'/>
<!-- void** -->
<pointer-type-def type-id='type-id-9' size-in-bits='64' hash='473a9667a2856e32' id='type-id-111'/>
<!-- volatile dbus_int32_t -->
<qualified-type-def type-id='type-id-82' volatile='yes' hash='b8a86c421a3a25e2' id='type-id-57'/>
<!-- DBusCMutex* -->
<pointer-type-def type-id='type-id-112' size-in-bits='64' id='type-id-35'/>
<!-- DBusCondVar* -->
<pointer-type-def type-id='type-id-113' size-in-bits='64' id='type-id-36'/>
<!-- DBusCounter* -->
<pointer-type-def type-id='type-id-114' size-in-bits='64' id='type-id-38'/>
<!-- DBusHashTable* -->
<pointer-type-def type-id='type-id-115' size-in-bits='64' id='type-id-43'/>
<!-- DBusObjectTree* -->
<pointer-type-def type-id='type-id-116' size-in-bits='64' id='type-id-48'/>
<!-- DBusRMutex* -->
<pointer-type-def type-id='type-id-117' size-in-bits='64' id='type-id-34'/>
<!-- DBusTimeoutList* -->
<pointer-type-def type-id='type-id-118' size-in-bits='64' id='type-id-41'/>
<!-- DBusTransport* -->
<pointer-type-def type-id='type-id-119' size-in-bits='64' id='type-id-39'/>
<!-- DBusWatchList* -->
<pointer-type-def type-id='type-id-120' size-in-bits='64' id='type-id-40'/>
<!-- struct DBusCMutex -->
<class-decl name='DBusCMutex' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-121'/>
<!-- struct DBusCondVar -->
<class-decl name='DBusCondVar' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-122'/>
<!-- struct DBusCounter -->
<class-decl name='DBusCounter' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-123'/>
<!-- struct DBusHashTable -->
<class-decl name='DBusHashTable' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-124'/>
<!-- struct DBusObjectTree -->
<class-decl name='DBusObjectTree' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-125'/>
<!-- struct DBusPendingCall -->
<class-decl name='DBusPendingCall' is-struct='yes' visibility='default' size-in-bits='576' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='63' column='1' hash='a77733fa340e9df4' id='type-id-126'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusAtomic DBusPendingCall::refcount -->
<var-decl name='refcount' type-id='type-id-33' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='64' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- DBusDataSlotList DBusPendingCall::slot_list -->
<var-decl name='slot_list' type-id='type-id-42' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='66' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- DBusPendingCallNotifyFunction DBusPendingCall::function -->
<var-decl name='function' type-id='type-id-127' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='68' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- DBusConnection* DBusPendingCall::connection -->
<var-decl name='connection' type-id='type-id-31' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- DBusMessage* DBusPendingCall::reply -->
<var-decl name='reply' type-id='type-id-37' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='71' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- DBusTimeout* DBusPendingCall::timeout -->
<var-decl name='timeout' type-id='type-id-89' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='72' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- DBusList* DBusPendingCall::timeout_link -->
<var-decl name='timeout_link' type-id='type-id-5' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- dbus_uint32_t DBusPendingCall::reply_serial -->
<var-decl name='reply_serial' type-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='76' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='544'>
<!-- unsigned int DBusPendingCall::completed -->
<var-decl name='completed' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='545'>
<!-- unsigned int DBusPendingCall::timeout_added -->
<var-decl name='timeout_added' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='79' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusRMutex -->
<class-decl name='DBusRMutex' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-128'/>
<!-- struct DBusTimeout -->
<class-decl name='DBusTimeout' is-struct='yes' visibility='default' size-in-bits='448' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='41' column='1' hash='c52e94887627f2db' id='type-id-129'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int DBusTimeout::refcount -->
<var-decl name='refcount' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='42' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- int DBusTimeout::interval -->
<var-decl name='interval' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- DBusTimeoutHandler DBusTimeout::handler -->
<var-decl name='handler' type-id='type-id-130' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='45' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- void* DBusTimeout::handler_data -->
<var-decl name='handler_data' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='46' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- DBusFreeFunction DBusTimeout::free_handler_data_function -->
<var-decl name='free_handler_data_function' type-id='type-id-45' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- void* DBusTimeout::data -->
<var-decl name='data' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- DBusFreeFunction DBusTimeout::free_data_function -->
<var-decl name='free_data_function' type-id='type-id-45' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- unsigned int DBusTimeout::enabled -->
<var-decl name='enabled' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='51' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusTimeoutList -->
<class-decl name='DBusTimeoutList' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-131'/>
<!-- struct DBusTransport -->
<class-decl name='DBusTransport' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-132'/>
<!-- struct DBusWatch -->
<class-decl name='DBusWatch' is-struct='yes' visibility='default' size-in-bits='512' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='41' column='1' hash='7e9e4b00aa208081' id='type-id-133'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- int DBusWatch::refcount -->
<var-decl name='refcount' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='42' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- int DBusWatch::fd -->
<var-decl name='fd' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='43' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- unsigned int DBusWatch::flags -->
<var-decl name='flags' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='44' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- DBusWatchHandler DBusWatch::handler -->
<var-decl name='handler' type-id='type-id-134' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='46' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- void* DBusWatch::handler_data -->
<var-decl name='handler_data' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- DBusFreeFunction DBusWatch::free_handler_data_function -->
<var-decl name='free_handler_data_function' type-id='type-id-45' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='48' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- void* DBusWatch::data -->
<var-decl name='data' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='50' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- DBusFreeFunction DBusWatch::free_data_function -->
<var-decl name='free_data_function' type-id='type-id-45' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='51' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- unsigned int DBusWatch::enabled -->
<var-decl name='enabled' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='52' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='449'>
<!-- unsigned int DBusWatch::oom_last_time -->
<var-decl name='oom_last_time' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='53' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusWatchList -->
<class-decl name='DBusWatchList' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-135'/>
<!-- typedef DBusCounter DBusCounter -->
<typedef-decl name='DBusCounter' type-id='type-id-123' filepath='../dbus/dbus-resources.h' line='32' column='1' id='type-id-114'/>
<!-- typedef DBusRMutex DBusRMutex -->
<typedef-decl name='DBusRMutex' type-id='type-id-128' filepath='../dbus/dbus-threads-internal.h' line='39' column='1' id='type-id-117'/>
<!-- typedef DBusCMutex DBusCMutex -->
<typedef-decl name='DBusCMutex' type-id='type-id-121' filepath='../dbus/dbus-threads-internal.h' line='45' column='1' id='type-id-112'/>
<!-- typedef DBusCondVar DBusCondVar -->
<typedef-decl name='DBusCondVar' type-id='type-id-122' filepath='../dbus/dbus-threads.h' line='43' column='1' id='type-id-113'/>
<!-- dbus_bool_t dbus_connection_has_messages_to_send(DBusConnection*) -->
<function-decl name='dbus_connection_has_messages_to_send' mangled-name='dbus_connection_has_messages_to_send' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='588' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_has_messages_to_send' hash='1b6a89fc5cf2cf7e'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2995' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- DBusConnection* dbus_connection_open(const char*, DBusError*) -->
<function-decl name='dbus_connection_open' mangled-name='dbus_connection_open' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2616' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_open' hash='8e45c9efacae39c6'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2659' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2660' column='1'/>
<!-- DBusConnection* -->
<return type-id='type-id-31'/>
</function-decl>
<!-- DBusConnection* dbus_connection_open_private(const char*, DBusError*) -->
<function-decl name='dbus_connection_open_private' mangled-name='dbus_connection_open_private' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2659' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_open_private' hash='8e45c9efacae39c6'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2659' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2660' column='1'/>
<!-- DBusConnection* -->
<return type-id='type-id-31'/>
</function-decl>
<!-- DBusConnection* dbus_connection_ref(DBusConnection*) -->
<function-decl name='dbus_connection_ref' mangled-name='dbus_connection_ref' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2681' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_ref' hash='24c3655f9803e8e6'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2681' column='1'/>
<!-- DBusConnection* -->
<return type-id='type-id-31'/>
</function-decl>
<!-- void dbus_connection_unref(DBusConnection*) -->
<function-decl name='dbus_connection_unref' mangled-name='dbus_connection_unref' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2817' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_unref' hash='4209afdda01273bb'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2817' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_connection_close(DBusConnection*) -->
<function-decl name='dbus_connection_close' mangled-name='dbus_connection_close' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2932' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_close' hash='4209afdda01273bb'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2817' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_is_connected(DBusConnection*) -->
<function-decl name='dbus_connection_get_is_connected' mangled-name='dbus_connection_get_is_connected' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2973' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_is_connected' hash='1b6a89fc5cf2cf7e'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2995' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_is_authenticated(DBusConnection*) -->
<function-decl name='dbus_connection_get_is_authenticated' mangled-name='dbus_connection_get_is_authenticated' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2995' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_is_authenticated' hash='1b6a89fc5cf2cf7e'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2995' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_is_anonymous(DBusConnection*) -->
<function-decl name='dbus_connection_get_is_anonymous' mangled-name='dbus_connection_get_is_anonymous' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3029' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_is_anonymous' hash='1b6a89fc5cf2cf7e'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2995' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- char* dbus_connection_get_server_id(DBusConnection*) -->
<function-decl name='dbus_connection_get_server_id' mangled-name='dbus_connection_get_server_id' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3074' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_server_id' hash='1626444b2007df4e'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3074' column='1'/>
<!-- char* -->
<return type-id='type-id-21'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_can_send_type(DBusConnection*, int) -->
<function-decl name='dbus_connection_can_send_type' mangled-name='dbus_connection_can_send_type' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3105' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_can_send_type' hash='fe0bbd4791b72289'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3105' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3106' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_connection_set_exit_on_disconnect(DBusConnection*, dbus_bool_t) -->
<function-decl name='dbus_connection_set_exit_on_disconnect' mangled-name='dbus_connection_set_exit_on_disconnect' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3145' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_exit_on_disconnect' hash='87da55586dc507b7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5479' column='1'/>
<!-- parameter of type 'typedef dbus_bool_t' -->
<parameter type-id='type-id-16' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5480' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- DBusPreallocatedSend* dbus_connection_preallocate_send(DBusConnection*) -->
<function-decl name='dbus_connection_preallocate_send' mangled-name='dbus_connection_preallocate_send' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3165' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_preallocate_send' hash='a9c44fdccd5280a9'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3165' column='1'/>
<!-- DBusPreallocatedSend* -->
<return type-id='type-id-87'/>
</function-decl>
<!-- void dbus_connection_free_preallocated_send(DBusConnection*, DBusPreallocatedSend*) -->
<function-decl name='dbus_connection_free_preallocated_send' mangled-name='dbus_connection_free_preallocated_send' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3191' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_free_preallocated_send' hash='0822ea87154258f1'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3191' column='1'/>
<!-- parameter of type 'DBusPreallocatedSend*' -->
<parameter type-id='type-id-87' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3192' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_connection_send_preallocated(DBusConnection*, DBusPreallocatedSend*, DBusMessage*, dbus_uint32_t*) -->
<function-decl name='dbus_connection_send_preallocated' mangled-name='dbus_connection_send_preallocated' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3217' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_send_preallocated' hash='69c366f9eff0016c'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3217' column='1'/>
<!-- parameter of type 'DBusPreallocatedSend*' -->
<parameter type-id='type-id-87' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3218' column='1'/>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3219' column='1'/>
<!-- parameter of type 'dbus_uint32_t*' -->
<parameter type-id='type-id-32' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3220' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_send(DBusConnection*, DBusMessage*, dbus_uint32_t*) -->
<function-decl name='dbus_connection_send' mangled-name='dbus_connection_send' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_send' hash='b76d067de10c0cdd'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3302' column='1'/>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3303' column='1'/>
<!-- parameter of type 'dbus_uint32_t*' -->
<parameter type-id='type-id-32' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3304' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_send_with_reply(DBusConnection*, DBusMessage*, DBusPendingCall**, int) -->
<function-decl name='dbus_connection_send_with_reply' mangled-name='dbus_connection_send_with_reply' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3399' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_send_with_reply' hash='9cb7028573b137ea'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3399' column='1'/>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3400' column='1'/>
<!-- parameter of type 'DBusPendingCall**' -->
<parameter type-id='type-id-86' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3401' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3402' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- DBusMessage* dbus_connection_send_with_reply_and_block(DBusConnection*, DBusMessage*, int, DBusError*) -->
<function-decl name='dbus_connection_send_with_reply_and_block' mangled-name='dbus_connection_send_with_reply_and_block' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3535' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_send_with_reply_and_block' hash='89f329c180d67a0e'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3535' column='1'/>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3536' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3537' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3538' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- void dbus_connection_flush(DBusConnection*) -->
<function-decl name='dbus_connection_flush' mangled-name='dbus_connection_flush' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3641' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_flush' hash='4209afdda01273bb'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='2817' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_read_write_dispatch(DBusConnection*, int) -->
<function-decl name='dbus_connection_read_write_dispatch' mangled-name='dbus_connection_read_write_dispatch' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3769' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_read_write_dispatch' hash='fe0bbd4791b72289'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3105' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3106' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_read_write(DBusConnection*, int) -->
<function-decl name='dbus_connection_read_write' mangled-name='dbus_connection_read_write' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_read_write' hash='fe0bbd4791b72289'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3105' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3106' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- DBusMessage* dbus_connection_borrow_message(DBusConnection*) -->
<function-decl name='dbus_connection_borrow_message' mangled-name='dbus_connection_borrow_message' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3850' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_borrow_message' hash='ece0e2d8b022dacd'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3850' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- void dbus_connection_return_message(DBusConnection*, DBusMessage*) -->
<function-decl name='dbus_connection_return_message' mangled-name='dbus_connection_return_message' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3901' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_return_message' hash='27ff9bdcd7960981'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3935' column='1'/>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3936' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_connection_steal_borrowed_message(DBusConnection*, DBusMessage*) -->
<function-decl name='dbus_connection_steal_borrowed_message' mangled-name='dbus_connection_steal_borrowed_message' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3935' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_steal_borrowed_message' hash='27ff9bdcd7960981'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3935' column='1'/>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3936' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- DBusMessage* dbus_connection_pop_message(DBusConnection*) -->
<function-decl name='dbus_connection_pop_message' mangled-name='dbus_connection_pop_message' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4091' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_pop_message' hash='ece0e2d8b022dacd'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='3850' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- DBusDispatchStatus dbus_connection_get_dispatch_status(DBusConnection*) -->
<function-decl name='dbus_connection_get_dispatch_status' mangled-name='dbus_connection_get_dispatch_status' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4378' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_dispatch_status' hash='c8bb947f42c26e5a'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4378' column='1'/>
<!-- typedef DBusDispatchStatus -->
<return type-id='type-id-47'/>
</function-decl>
<!-- DBusDispatchStatus dbus_connection_dispatch(DBusConnection*) -->
<function-decl name='dbus_connection_dispatch' mangled-name='dbus_connection_dispatch' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4549' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_dispatch' hash='c8bb947f42c26e5a'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4378' column='1'/>
<!-- typedef DBusDispatchStatus -->
<return type-id='type-id-47'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_set_watch_functions(DBusConnection*, DBusAddWatchFunction, DBusRemoveWatchFunction, DBusWatchToggledFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_connection_set_watch_functions' mangled-name='dbus_connection_set_watch_functions' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4926' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_watch_functions' hash='1833f0197fe2ed27'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4926' column='1'/>
<!-- parameter of type 'typedef DBusAddWatchFunction' -->
<parameter type-id='type-id-136' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4927' column='1'/>
<!-- parameter of type 'typedef DBusRemoveWatchFunction' -->
<parameter type-id='type-id-137' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4928' column='1'/>
<!-- parameter of type 'typedef DBusWatchToggledFunction' -->
<parameter type-id='type-id-138' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4929' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4930' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4931' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_set_timeout_functions(DBusConnection*, DBusAddTimeoutFunction, DBusRemoveTimeoutFunction, DBusTimeoutToggledFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_connection_set_timeout_functions' mangled-name='dbus_connection_set_timeout_functions' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4989' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_timeout_functions' hash='1833f0197fe2ed27'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4989' column='1'/>
<!-- parameter of type 'typedef DBusAddTimeoutFunction' -->
<parameter type-id='type-id-139' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4990' column='1'/>
<!-- parameter of type 'typedef DBusRemoveTimeoutFunction' -->
<parameter type-id='type-id-140' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4991' column='1'/>
<!-- parameter of type 'typedef DBusTimeoutToggledFunction' -->
<parameter type-id='type-id-141' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4992' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4993' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='4994' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_connection_set_wakeup_main_function(DBusConnection*, DBusWakeupMainFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_connection_set_wakeup_main_function' mangled-name='dbus_connection_set_wakeup_main_function' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5027' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_wakeup_main_function' hash='9c2cd491e2ed728c'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5027' column='1'/>
<!-- parameter of type 'typedef DBusWakeupMainFunction' -->
<parameter type-id='type-id-44' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5028' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5029' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5030' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_connection_set_dispatch_status_function(DBusConnection*, DBusDispatchStatusFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_connection_set_dispatch_status_function' mangled-name='dbus_connection_set_dispatch_status_function' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5073' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_dispatch_status_function' hash='9c2cd491e2ed728c'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5073' column='1'/>
<!-- parameter of type 'typedef DBusDispatchStatusFunction' -->
<parameter type-id='type-id-46' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5074' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5075' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5076' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_unix_fd(DBusConnection*, int*) -->
<function-decl name='dbus_connection_get_unix_fd' mangled-name='dbus_connection_get_unix_fd' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5118' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_unix_fd' hash='a647bac896baa0d3'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5148' column='1'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5149' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_socket(DBusConnection*, int*) -->
<function-decl name='dbus_connection_get_socket' mangled-name='dbus_connection_get_socket' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_socket' hash='a647bac896baa0d3'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5148' column='1'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5149' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_unix_user(DBusConnection*, unsigned long int*) -->
<function-decl name='dbus_connection_get_unix_user' mangled-name='dbus_connection_get_unix_user' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5190' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_unix_user' hash='7188460e64164707'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5226' column='1'/>
<!-- parameter of type 'unsigned long int*' -->
<parameter type-id='type-id-103' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5227' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_unix_process_id(DBusConnection*, unsigned long int*) -->
<function-decl name='dbus_connection_get_unix_process_id' mangled-name='dbus_connection_get_unix_process_id' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5226' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_unix_process_id' hash='7188460e64164707'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5226' column='1'/>
<!-- parameter of type 'unsigned long int*' -->
<parameter type-id='type-id-103' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5227' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_adt_audit_session_data(DBusConnection*, void**, dbus_int32_t*) -->
<function-decl name='dbus_connection_get_adt_audit_session_data' mangled-name='dbus_connection_get_adt_audit_session_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5259' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_adt_audit_session_data' hash='9f7ae6553db74c9c'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5259' column='1'/>
<!-- parameter of type 'void**' -->
<parameter type-id='type-id-111' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5260' column='1'/>
<!-- parameter of type 'dbus_int32_t*' -->
<parameter type-id='type-id-102' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5261' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_connection_set_unix_user_function(DBusConnection*, DBusAllowUnixUserFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_connection_set_unix_user_function' mangled-name='dbus_connection_set_unix_user_function' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5305' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_unix_user_function' hash='9c2cd491e2ed728c'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5305' column='1'/>
<!-- parameter of type 'typedef DBusAllowUnixUserFunction' -->
<parameter type-id='type-id-71' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5306' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5307' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5308' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_windows_user(DBusConnection*, char**) -->
<function-decl name='dbus_connection_get_windows_user' mangled-name='dbus_connection_get_windows_user' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5357' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_windows_user' hash='7a996f08608d832c'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5357' column='1'/>
<!-- parameter of type 'char**' -->
<parameter type-id='type-id-92' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5358' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_connection_set_windows_user_function(DBusConnection*, DBusAllowWindowsUserFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_connection_set_windows_user_function' mangled-name='dbus_connection_set_windows_user_function' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5404' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_windows_user_function' hash='9c2cd491e2ed728c'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5404' column='1'/>
<!-- parameter of type 'typedef DBusAllowWindowsUserFunction' -->
<parameter type-id='type-id-73' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5405' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5406' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5407' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_connection_set_allow_anonymous(DBusConnection*, dbus_bool_t) -->
<function-decl name='dbus_connection_set_allow_anonymous' mangled-name='dbus_connection_set_allow_anonymous' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5451' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_allow_anonymous' hash='87da55586dc507b7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5479' column='1'/>
<!-- parameter of type 'typedef dbus_bool_t' -->
<parameter type-id='type-id-16' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5480' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_connection_set_route_peer_messages(DBusConnection*, dbus_bool_t) -->
<function-decl name='dbus_connection_set_route_peer_messages' mangled-name='dbus_connection_set_route_peer_messages' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_route_peer_messages' hash='87da55586dc507b7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5479' column='1'/>
<!-- parameter of type 'typedef dbus_bool_t' -->
<parameter type-id='type-id-16' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5480' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_add_filter(DBusConnection*, DBusHandleMessageFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_connection_add_filter' mangled-name='dbus_connection_add_filter' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5511' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_add_filter' hash='748bbb5a9befd58a'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5511' column='1'/>
<!-- parameter of type 'typedef DBusHandleMessageFunction' -->
<parameter type-id='type-id-77' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5512' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5513' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5514' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_connection_remove_filter(DBusConnection*, DBusHandleMessageFunction, void*) -->
<function-decl name='dbus_connection_remove_filter' mangled-name='dbus_connection_remove_filter' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5563' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_remove_filter' hash='4d5b359532f0838c'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5563' column='1'/>
<!-- parameter of type 'typedef DBusHandleMessageFunction' -->
<parameter type-id='type-id-77' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5564' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5565' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_try_register_object_path(DBusConnection*, const char*, const DBusObjectPathVTable*, void*, DBusError*) -->
<function-decl name='dbus_connection_try_register_object_path' mangled-name='dbus_connection_try_register_object_path' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5672' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_try_register_object_path' hash='c2a4c9ced32eafb7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5742' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5743' column='1'/>
<!-- parameter of type 'const DBusObjectPathVTable*' -->
<parameter type-id='type-id-95' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5744' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5745' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5746' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_register_object_path(DBusConnection*, const char*, const DBusObjectPathVTable*, void*) -->
<function-decl name='dbus_connection_register_object_path' mangled-name='dbus_connection_register_object_path' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_register_object_path' hash='881738141d6e7de9'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5774' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5775' column='1'/>
<!-- parameter of type 'const DBusObjectPathVTable*' -->
<parameter type-id='type-id-95' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5776' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5777' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_try_register_fallback(DBusConnection*, const char*, const DBusObjectPathVTable*, void*, DBusError*) -->
<function-decl name='dbus_connection_try_register_fallback' mangled-name='dbus_connection_try_register_fallback' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5742' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_try_register_fallback' hash='c2a4c9ced32eafb7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5742' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5743' column='1'/>
<!-- parameter of type 'const DBusObjectPathVTable*' -->
<parameter type-id='type-id-95' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5744' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5745' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5746' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_register_fallback(DBusConnection*, const char*, const DBusObjectPathVTable*, void*) -->
<function-decl name='dbus_connection_register_fallback' mangled-name='dbus_connection_register_fallback' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5774' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_register_fallback' hash='881738141d6e7de9'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5774' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5775' column='1'/>
<!-- parameter of type 'const DBusObjectPathVTable*' -->
<parameter type-id='type-id-95' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5776' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5777' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_unregister_object_path(DBusConnection*, const char*) -->
<function-decl name='dbus_connection_unregister_object_path' mangled-name='dbus_connection_unregister_object_path' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5809' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_unregister_object_path' hash='ffa5d3e955835b8e'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='766' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-bus.c' line='767' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_get_object_path_data(DBusConnection*, const char*, void**) -->
<function-decl name='dbus_connection_get_object_path_data' mangled-name='dbus_connection_get_object_path_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5841' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_object_path_data' hash='e668cf19348e9b4f'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5841' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5842' column='1'/>
<!-- parameter of type 'void**' -->
<parameter type-id='type-id-111' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5843' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_list_registered(DBusConnection*, const char*, char***) -->
<function-decl name='dbus_connection_list_registered' mangled-name='dbus_connection_list_registered' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5878' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_list_registered' hash='f9c91100e9751f67'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5878' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5879' column='1'/>
<!-- parameter of type 'char***' -->
<parameter type-id='type-id-93' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5880' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_allocate_data_slot(dbus_int32_t*) -->
<function-decl name='dbus_connection_allocate_data_slot' mangled-name='dbus_connection_allocate_data_slot' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5920' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_allocate_data_slot' hash='bf2757274ecb7dcd'>
<!-- parameter of type 'dbus_int32_t*' -->
<parameter type-id='type-id-102' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5920' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_connection_free_data_slot(dbus_int32_t*) -->
<function-decl name='dbus_connection_free_data_slot' mangled-name='dbus_connection_free_data_slot' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5938' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_free_data_slot' hash='610687ae950f9f86'>
<!-- parameter of type 'dbus_int32_t*' -->
<parameter type-id='type-id-102' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5938' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_connection_set_data(DBusConnection*, dbus_int32_t, void*, DBusFreeFunction) -->
<function-decl name='dbus_connection_set_data' mangled-name='dbus_connection_set_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5968' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_data' hash='ad3427deb8bc3f6b'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5968' column='1'/>
<!-- parameter of type 'typedef dbus_int32_t' -->
<parameter type-id='type-id-82' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5969' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5970' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5971' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void* dbus_connection_get_data(DBusConnection*, dbus_int32_t) -->
<function-decl name='dbus_connection_get_data' mangled-name='dbus_connection_get_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6017' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_data' hash='1d5f6ae067814931'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6017' column='1'/>
<!-- parameter of type 'typedef dbus_int32_t' -->
<parameter type-id='type-id-82' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6018' column='1'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- void dbus_connection_set_change_sigpipe(dbus_bool_t) -->
<function-decl name='dbus_connection_set_change_sigpipe' mangled-name='dbus_connection_set_change_sigpipe' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6043' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_change_sigpipe' hash='2bb88322482ae81c'>
<!-- parameter of type 'typedef dbus_bool_t' -->
<parameter type-id='type-id-16' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6043' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_connection_set_max_message_size(DBusConnection*, long int) -->
<function-decl name='dbus_connection_set_max_message_size' mangled-name='dbus_connection_set_max_message_size' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6057' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_max_message_size' hash='eee063472e19b354'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6194' column='1'/>
<!-- parameter of type 'long int' -->
<parameter type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6195' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- long int dbus_connection_get_max_message_size(DBusConnection*) -->
<function-decl name='dbus_connection_get_max_message_size' mangled-name='dbus_connection_get_max_message_size' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6075' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_max_message_size' hash='2418a2a10bfdf9d7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6296' column='1'/>
<!-- long int -->
<return type-id='type-id-55'/>
</function-decl>
<!-- void dbus_connection_set_max_message_unix_fds(DBusConnection*, long int) -->
<function-decl name='dbus_connection_set_max_message_unix_fds' mangled-name='dbus_connection_set_max_message_unix_fds' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6096' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_max_message_unix_fds' hash='eee063472e19b354'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6194' column='1'/>
<!-- parameter of type 'long int' -->
<parameter type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6195' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- long int dbus_connection_get_max_message_unix_fds(DBusConnection*) -->
<function-decl name='dbus_connection_get_max_message_unix_fds' mangled-name='dbus_connection_get_max_message_unix_fds' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_max_message_unix_fds' hash='2418a2a10bfdf9d7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6296' column='1'/>
<!-- long int -->
<return type-id='type-id-55'/>
</function-decl>
<!-- void dbus_connection_set_max_received_size(DBusConnection*, long int) -->
<function-decl name='dbus_connection_set_max_received_size' mangled-name='dbus_connection_set_max_received_size' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6152' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_max_received_size' hash='eee063472e19b354'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6194' column='1'/>
<!-- parameter of type 'long int' -->
<parameter type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6195' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- long int dbus_connection_get_max_received_size(DBusConnection*) -->
<function-decl name='dbus_connection_get_max_received_size' mangled-name='dbus_connection_get_max_received_size' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6170' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_max_received_size' hash='2418a2a10bfdf9d7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6296' column='1'/>
<!-- long int -->
<return type-id='type-id-55'/>
</function-decl>
<!-- void dbus_connection_set_max_received_unix_fds(DBusConnection*, long int) -->
<function-decl name='dbus_connection_set_max_received_unix_fds' mangled-name='dbus_connection_set_max_received_unix_fds' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6194' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_set_max_received_unix_fds' hash='eee063472e19b354'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6194' column='1'/>
<!-- parameter of type 'long int' -->
<parameter type-id='type-id-55' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6195' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- long int dbus_connection_get_max_received_unix_fds(DBusConnection*) -->
<function-decl name='dbus_connection_get_max_received_unix_fds' mangled-name='dbus_connection_get_max_received_unix_fds' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6212' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_max_received_unix_fds' hash='2418a2a10bfdf9d7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6296' column='1'/>
<!-- long int -->
<return type-id='type-id-55'/>
</function-decl>
<!-- long int dbus_connection_get_outgoing_size(DBusConnection*) -->
<function-decl name='dbus_connection_get_outgoing_size' mangled-name='dbus_connection_get_outgoing_size' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6235' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_outgoing_size' hash='2418a2a10bfdf9d7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6296' column='1'/>
<!-- long int -->
<return type-id='type-id-55'/>
</function-decl>
<!-- long int dbus_connection_get_outgoing_unix_fds(DBusConnection*) -->
<function-decl name='dbus_connection_get_outgoing_unix_fds' mangled-name='dbus_connection_get_outgoing_unix_fds' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6296' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_connection_get_outgoing_unix_fds' hash='2418a2a10bfdf9d7'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='6296' column='1'/>
<!-- long int -->
<return type-id='type-id-55'/>
</function-decl>
<!-- typedef DBusHashTable DBusHashTable -->
<typedef-decl name='DBusHashTable' type-id='type-id-124' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-hash.h' line='59' column='1' id='type-id-115'/>
<!-- typedef DBusObjectTree DBusObjectTree -->
<typedef-decl name='DBusObjectTree' type-id='type-id-125' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-object-tree.h' line='30' column='1' id='type-id-116'/>
<!-- typedef DBusTimeoutList DBusTimeoutList -->
<typedef-decl name='DBusTimeoutList' type-id='type-id-131' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.h' line='38' column='1' id='type-id-118'/>
<!-- typedef DBusTransport DBusTransport -->
<typedef-decl name='DBusTransport' type-id='type-id-132' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-transport.h' line='33' column='1' id='type-id-119'/>
<!-- typedef DBusWatchList DBusWatchList -->
<typedef-decl name='DBusWatchList' type-id='type-id-135' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.h' line='38' column='1' id='type-id-120'/>
<!-- DBusHandlerResult (DBusConnection*, DBusMessage*, void*) -->
<function-type size-in-bits='64' hash='366e6922dcb9d8fd' id='type-id-83'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31'/>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- typedef DBusHandlerResult -->
<return type-id='type-id-53'/>
</function-type>
<!-- dbus_bool_t (DBusConnection*, const char*, void*) -->
<function-type size-in-bits='64' hash='ffa5d3e955835b8e' id='type-id-96'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-type>
<!-- dbus_bool_t (DBusConnection*, unsigned long int, void*) -->
<function-type size-in-bits='64' hash='6ae16f4377b281b2' id='type-id-97'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31'/>
<!-- parameter of type 'unsigned long int' -->
<parameter type-id='type-id-30'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-type>
<!-- dbus_bool_t (DBusTimeout*, void*) -->
<function-type size-in-bits='64' hash='d222c74122b8130a' id='type-id-98'>
<!-- parameter of type 'DBusTimeout*' -->
<parameter type-id='type-id-89'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-type>
<!-- dbus_bool_t (DBusWatch*, void*) -->
<function-type size-in-bits='64' hash='b39f67ff6aceca5e' id='type-id-100'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-type>
<!-- void (DBusConnection*, DBusDispatchStatus, void*) -->
<function-type size-in-bits='64' hash='4a0049e389c7f820' id='type-id-104'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31'/>
<!-- parameter of type 'typedef DBusDispatchStatus' -->
<parameter type-id='type-id-47'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
<!-- void (DBusConnection*, void*) -->
<function-type size-in-bits='64' hash='4209afdda01273bb' id='type-id-105'>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
<!-- void (DBusTimeout*, void*) -->
<function-type size-in-bits='64' hash='bc8b0a8d5a5fef3d' id='type-id-106'>
<!-- parameter of type 'DBusTimeout*' -->
<parameter type-id='type-id-89'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
<!-- void (DBusWatch*, void*) -->
<function-type size-in-bits='64' hash='e52cf0193b411a7e' id='type-id-108'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
<!-- void (void*) -->
<function-type size-in-bits='64' hash='7f32ffea222edbe7' id='type-id-110'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
</abi-instr>
<abi-instr address-size='64' path='dbus-errors.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- const DBusError -->
<qualified-type-def type-id='type-id-13' const='yes' hash='853b531cd1f3009f' id='type-id-142'/>
<!-- const DBusError* -->
<pointer-type-def type-id='type-id-142' size-in-bits='64' hash='b30a18635c18621b' id='type-id-143'/>
<!-- void dbus_error_init(DBusError*) -->
<function-decl name='dbus_error_init' mangled-name='dbus_error_init' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='188' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_error_init' hash='7fef4e7db2dcc5a6'>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='188' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_error_free(DBusError*) -->
<function-decl name='dbus_error_free' mangled-name='dbus_error_free' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='211' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_error_free' hash='7fef4e7db2dcc5a6'>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='188' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_set_error_const(DBusError*, const char*, const char*) -->
<function-decl name='dbus_set_error_const' mangled-name='dbus_set_error_const' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='243' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_set_error_const' hash='0686af91900f00dc'>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='243' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='244' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='245' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_move_error(DBusError*, DBusError*) -->
<function-decl name='dbus_move_error' mangled-name='dbus_move_error' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='279' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_move_error' hash='bb74ebc7e06a90a4'>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='279' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='280' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_error_has_name(const DBusError*, const char*) -->
<function-decl name='dbus_error_has_name' mangled-name='dbus_error_has_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='302' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_error_has_name' hash='d99c5ffcd8e0faf0'>
<!-- parameter of type 'const DBusError*' -->
<parameter type-id='type-id-143' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='302' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='303' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_error_is_set(const DBusError*) -->
<function-decl name='dbus_error_is_set' mangled-name='dbus_error_is_set' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='329' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_error_is_set' hash='b0af09a4714e6ae1'>
<!-- parameter of type 'const DBusError*' -->
<parameter type-id='type-id-143' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='329' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_set_error(DBusError*, const char*, const char*, ...) -->
<function-decl name='dbus_set_error' mangled-name='dbus_set_error' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='354' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_set_error' hash='0686af91900f00dc'>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='354' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='355' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-errors.c' line='356' column='1'/>
<parameter is-variadic='yes'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- variadic parameter type -->
<type-decl name='variadic parameter type' id='type-id-144'/>
</abi-instr>
<abi-instr address-size='64' path='dbus-memory.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- typedef unsigned long int size_t -->
<typedef-decl name='size_t' type-id='type-id-30' size-in-bits='64' filepath='/usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/stddef.h' line='211' column='1' hash='8fdc5eea2983a729' id='type-id-145'/>
<!-- void* dbus_malloc(size_t) -->
<function-decl name='dbus_malloc' mangled-name='dbus_malloc' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='461' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_malloc' hash='e0055d99adb0e173'>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-145' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='531' column='1'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- void* dbus_malloc0(size_t) -->
<function-decl name='dbus_malloc0' mangled-name='dbus_malloc0' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='531' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_malloc0' hash='e0055d99adb0e173'>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-145' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='531' column='1'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- void* dbus_realloc(void*, size_t) -->
<function-decl name='dbus_realloc' mangled-name='dbus_realloc' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='601' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_realloc' hash='e0055d99adb0e173'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='601' column='1'/>
<!-- parameter of type 'typedef size_t' -->
<parameter type-id='type-id-145' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='602' column='1'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- void dbus_free(void*) -->
<function-decl name='dbus_free' mangled-name='dbus_free' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='701' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_free' hash='7f32ffea222edbe7'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_free_string_array(char**) -->
<function-decl name='dbus_free_string_array' mangled-name='dbus_free_string_array' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='749' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_free_string_array' hash='3327e540f712d574'>
<!-- parameter of type 'char**' -->
<parameter type-id='type-id-92' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='749' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_shutdown() -->
<function-decl name='dbus_shutdown' mangled-name='dbus_shutdown' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-memory.c' line='890' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_shutdown' hash='7f32ffea222edbe7'>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void (void) -->
<function-type size-in-bits='64' hash='7f32ffea222edbe7' id='type-id-146'>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
</abi-instr>
<abi-instr address-size='64' path='dbus-message.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- struct DBusMessageIter -->
<class-decl name='DBusMessageIter' is-struct='yes' visibility='default' size-in-bits='576' filepath='../dbus/dbus-message.h' line='52' column='1' hash='8ba09671025fb4b6' id='type-id-147'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* DBusMessageIter::dummy1 -->
<var-decl name='dummy1' type-id='type-id-9' visibility='default' filepath='../dbus/dbus-message.h' line='53' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void* DBusMessageIter::dummy2 -->
<var-decl name='dummy2' type-id='type-id-9' visibility='default' filepath='../dbus/dbus-message.h' line='54' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- dbus_uint32_t DBusMessageIter::dummy3 -->
<var-decl name='dummy3' type-id='type-id-15' visibility='default' filepath='../dbus/dbus-message.h' line='55' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
<!-- int DBusMessageIter::dummy4 -->
<var-decl name='dummy4' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='56' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- int DBusMessageIter::dummy5 -->
<var-decl name='dummy5' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='57' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='224'>
<!-- int DBusMessageIter::dummy6 -->
<var-decl name='dummy6' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- int DBusMessageIter::dummy7 -->
<var-decl name='dummy7' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='59' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='288'>
<!-- int DBusMessageIter::dummy8 -->
<var-decl name='dummy8' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='60' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- int DBusMessageIter::dummy9 -->
<var-decl name='dummy9' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='61' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='352'>
<!-- int DBusMessageIter::dummy10 -->
<var-decl name='dummy10' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- int DBusMessageIter::dummy11 -->
<var-decl name='dummy11' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='63' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='416'>
<!-- int DBusMessageIter::pad1 -->
<var-decl name='pad1' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='64' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- int DBusMessageIter::pad2 -->
<var-decl name='pad2' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-message.h' line='65' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- void* DBusMessageIter::pad3 -->
<var-decl name='pad3' type-id='type-id-9' visibility='default' filepath='../dbus/dbus-message.h' line='66' column='1'/>
</data-member>
</class-decl>
<!-- struct __va_list_tag -->
<class-decl name='__va_list_tag' is-struct='yes' visibility='default' size-in-bits='192' hash='3cf0fd8284404e34' id='type-id-148'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int __va_list_tag::gp_offset -->
<var-decl name='gp_offset' type-id='type-id-8' visibility='default'/>
</data-member>
<data-member access='public' layout-offset-in-bits='32'>
<!-- unsigned int __va_list_tag::fp_offset -->
<var-decl name='fp_offset' type-id='type-id-8' visibility='default'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void* __va_list_tag::overflow_arg_area -->
<var-decl name='overflow_arg_area' type-id='type-id-9' visibility='default'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- void* __va_list_tag::reg_save_area -->
<var-decl name='reg_save_area' type-id='type-id-9' visibility='default'/>
</data-member>
</class-decl>
<!-- typedef DBusMessageIter DBusMessageIter -->
<typedef-decl name='DBusMessageIter' type-id='type-id-147' size-in-bits='576' filepath='../dbus/dbus-message.h' line='46' column='1' id='type-id-149'/>
<!-- DBusMessageIter* -->
<pointer-type-def type-id='type-id-149' size-in-bits='64' hash='7e8516086e9b29d6' id='type-id-150'/>
<!-- __va_list_tag* -->
<pointer-type-def type-id='type-id-148' size-in-bits='64' hash='39fc40d7ba4ca689' id='type-id-151'/>
<!-- const DBusMessage -->
<qualified-type-def type-id='type-id-78' const='yes' hash='39e90d714c40041e' id='type-id-152'/>
<!-- const DBusMessage* -->
<pointer-type-def type-id='type-id-152' size-in-bits='64' hash='3bdc4a88964cf9b5' id='type-id-153'/>
<!-- void dbus_message_set_serial(DBusMessage*, dbus_uint32_t) -->
<function-decl name='dbus_message_set_serial' mangled-name='dbus_message_set_serial' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='254' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_serial' hash='355a7fb2c14f0961'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='254' column='1'/>
<!-- parameter of type 'typedef dbus_uint32_t' -->
<parameter type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='255' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_message_lock(DBusMessage*) -->
<function-decl name='dbus_message_lock' mangled-name='dbus_message_lock' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='384' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_lock' hash='24b7d11d64d6e575'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1690' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_uint32_t dbus_message_get_serial(DBusMessage*) -->
<function-decl name='dbus_message_get_serial' mangled-name='dbus_message_get_serial' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1127' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_serial' hash='f16f100d86d7b99e'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1163' column='1'/>
<!-- typedef dbus_uint32_t -->
<return type-id='type-id-15'/>
</function-decl>
<!-- dbus_bool_t dbus_message_set_reply_serial(DBusMessage*, dbus_uint32_t) -->
<function-decl name='dbus_message_set_reply_serial' mangled-name='dbus_message_set_reply_serial' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1143' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_reply_serial' hash='fe54466f2f95ff3e'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1143' column='1'/>
<!-- parameter of type 'typedef dbus_uint32_t' -->
<parameter type-id='type-id-15' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1144' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_uint32_t dbus_message_get_reply_serial(DBusMessage*) -->
<function-decl name='dbus_message_get_reply_serial' mangled-name='dbus_message_get_reply_serial' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1163' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_reply_serial' hash='f16f100d86d7b99e'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1163' column='1'/>
<!-- typedef dbus_uint32_t -->
<return type-id='type-id-15'/>
</function-decl>
<!-- DBusMessage* dbus_message_new(int) -->
<function-decl name='dbus_message_new' mangled-name='dbus_message_new' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_new' hash='84ac77cded896aed'>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1289' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- DBusMessage* dbus_message_new_method_call(const char*, const char*, const char*, const char*) -->
<function-decl name='dbus_message_new_method_call' mangled-name='dbus_message_new_method_call' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1333' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_new_method_call' hash='53efd7c08610720f'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1333' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1334' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1335' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1336' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- DBusMessage* dbus_message_new_method_return(DBusMessage*) -->
<function-decl name='dbus_message_new_method_return' mangled-name='dbus_message_new_method_return' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1373' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_new_method_return' hash='505e21bd7d171004'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1667' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- DBusMessage* dbus_message_new_signal(const char*, const char*, const char*) -->
<function-decl name='dbus_message_new_signal' mangled-name='dbus_message_new_signal' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1424' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_new_signal' hash='472465db3575ec91'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1424' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1425' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1426' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- DBusMessage* dbus_message_new_error(DBusMessage*, const char*, const char*) -->
<function-decl name='dbus_message_new_error' mangled-name='dbus_message_new_error' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1470' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_new_error' hash='276bd40c73706b6e'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1470' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1471' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1472' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- DBusMessage* dbus_message_new_error_printf(DBusMessage*, const char*, const char*, ...) -->
<function-decl name='dbus_message_new_error_printf' mangled-name='dbus_message_new_error_printf' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1542' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_new_error_printf' hash='276bd40c73706b6e'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1542' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1543' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1544' column='1'/>
<parameter is-variadic='yes'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- DBusMessage* dbus_message_copy(const DBusMessage*) -->
<function-decl name='dbus_message_copy' mangled-name='dbus_message_copy' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1587' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_copy' hash='dd6bc8899c0dc51c'>
<!-- parameter of type 'const DBusMessage*' -->
<parameter type-id='type-id-153' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1587' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- DBusMessage* dbus_message_ref(DBusMessage*) -->
<function-decl name='dbus_message_ref' mangled-name='dbus_message_ref' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_ref' hash='505e21bd7d171004'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1667' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- void dbus_message_unref(DBusMessage*) -->
<function-decl name='dbus_message_unref' mangled-name='dbus_message_unref' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_unref' hash='24b7d11d64d6e575'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1690' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- int dbus_message_get_type(DBusMessage*) -->
<function-decl name='dbus_message_get_type' mangled-name='dbus_message_get_type' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1722' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_type' hash='7116a445f908ae21'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1722' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- dbus_bool_t dbus_message_append_args(DBusMessage*, int, ...) -->
<function-decl name='dbus_message_append_args' mangled-name='dbus_message_append_args' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1792' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_append_args' hash='50642d6aff9fe8ec'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1792' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1793' column='1'/>
<parameter is-variadic='yes'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_append_args_valist(DBusMessage*, int, __va_list_tag*) -->
<function-decl name='dbus_message_append_args_valist' mangled-name='dbus_message_append_args_valist' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1824' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_append_args_valist' hash='4b080940c14e874c'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1824' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1825' column='1'/>
<!-- parameter of type '__va_list_tag*' -->
<parameter type-id='type-id-151' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1826' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_get_args(DBusMessage*, DBusError*, int, ...) -->
<function-decl name='dbus_message_get_args' mangled-name='dbus_message_get_args' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1980' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_args' hash='0fd3f79f7285ef8d'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1980' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1981' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='1982' column='1'/>
<parameter is-variadic='yes'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_get_args_valist(DBusMessage*, DBusError*, int, __va_list_tag*) -->
<function-decl name='dbus_message_get_args_valist' mangled-name='dbus_message_get_args_valist' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2009' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_args_valist' hash='0fc0da754025f25a'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2009' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2010' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2011' column='1'/>
<!-- parameter of type '__va_list_tag*' -->
<parameter type-id='type-id-151' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2012' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_iter_init(DBusMessage*, DBusMessageIter*) -->
<function-decl name='dbus_message_iter_init' mangled-name='dbus_message_iter_init' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2064' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_init' hash='d4c1f1b842e47ae1'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2064' column='1'/>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2065' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_iter_has_next(DBusMessageIter*) -->
<function-decl name='dbus_message_iter_has_next' mangled-name='dbus_message_iter_has_next' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_has_next' hash='7fad72353781f964'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2114' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_iter_next(DBusMessageIter*) -->
<function-decl name='dbus_message_iter_next' mangled-name='dbus_message_iter_next' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_next' hash='7fad72353781f964'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2114' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- int dbus_message_iter_get_arg_type(DBusMessageIter*) -->
<function-decl name='dbus_message_iter_get_arg_type' mangled-name='dbus_message_iter_get_arg_type' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2139' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_get_arg_type' hash='8ef564032cf68a61'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2139' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- int dbus_message_iter_get_element_type(DBusMessageIter*) -->
<function-decl name='dbus_message_iter_get_element_type' mangled-name='dbus_message_iter_get_element_type' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2158' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_get_element_type' hash='8ef564032cf68a61'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2139' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- void dbus_message_iter_recurse(DBusMessageIter*, DBusMessageIter*) -->
<function-decl name='dbus_message_iter_recurse' mangled-name='dbus_message_iter_recurse' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_recurse' hash='850a2c6c6652d40f'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2951' column='1'/>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2952' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- char* dbus_message_iter_get_signature(DBusMessageIter*) -->
<function-decl name='dbus_message_iter_get_signature' mangled-name='dbus_message_iter_get_signature' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2220' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_get_signature' hash='af657933dd08bb1c'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2220' column='1'/>
<!-- char* -->
<return type-id='type-id-21'/>
</function-decl>
<!-- void dbus_message_iter_get_basic(DBusMessageIter*, void*) -->
<function-decl name='dbus_message_iter_get_basic' mangled-name='dbus_message_iter_get_basic' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2293' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_get_basic' hash='72c80bcc12128bf6'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2293' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2294' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- int dbus_message_iter_get_array_len(DBusMessageIter*) -->
<function-decl name='dbus_message_iter_get_array_len' mangled-name='dbus_message_iter_get_array_len' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2346' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_get_array_len' hash='8ef564032cf68a61'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2139' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- void dbus_message_iter_get_fixed_array(DBusMessageIter*, void*, int*) -->
<function-decl name='dbus_message_iter_get_fixed_array' mangled-name='dbus_message_iter_get_fixed_array' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2391' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_get_fixed_array' hash='67acfcbe377433ca'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2391' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2392' column='1'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2393' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_message_iter_init_append(DBusMessage*, DBusMessageIter*) -->
<function-decl name='dbus_message_iter_init_append' mangled-name='dbus_message_iter_init_append' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2421' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_init_append' hash='a93159eca7afd225'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2421' column='1'/>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2422' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_message_iter_append_basic(DBusMessageIter*, int, void*) -->
<function-decl name='dbus_message_iter_append_basic' mangled-name='dbus_message_iter_append_basic' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2656' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_append_basic' hash='d501bb68d31705e2'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2656' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2657' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2658' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_iter_append_fixed_array(DBusMessageIter*, int, void*, int) -->
<function-decl name='dbus_message_iter_append_fixed_array' mangled-name='dbus_message_iter_append_fixed_array' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2791' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_append_fixed_array' hash='98db646da014d518'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2791' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2792' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2793' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2794' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_iter_open_container(DBusMessageIter*, int, const char*, DBusMessageIter*) -->
<function-decl name='dbus_message_iter_open_container' mangled-name='dbus_message_iter_open_container' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2849' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_open_container' hash='131eace77b5f5e67'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2849' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2850' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2851' column='1'/>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2852' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_iter_close_container(DBusMessageIter*, DBusMessageIter*) -->
<function-decl name='dbus_message_iter_close_container' mangled-name='dbus_message_iter_close_container' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2918' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_close_container' hash='9872ca315940a3e0'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2918' column='1'/>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2919' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_message_iter_abandon_container(DBusMessageIter*, DBusMessageIter*) -->
<function-decl name='dbus_message_iter_abandon_container' mangled-name='dbus_message_iter_abandon_container' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2951' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_iter_abandon_container' hash='850a2c6c6652d40f'>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2951' column='1'/>
<!-- parameter of type 'DBusMessageIter*' -->
<parameter type-id='type-id-150' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2952' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_message_set_no_reply(DBusMessage*, dbus_bool_t) -->
<function-decl name='dbus_message_set_no_reply' mangled-name='dbus_message_set_no_reply' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='2984' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_no_reply' hash='355a7fb2c14f0961'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3026' column='1'/>
<!-- parameter of type 'typedef dbus_bool_t' -->
<parameter type-id='type-id-16' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3027' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_message_get_no_reply(DBusMessage*) -->
<function-decl name='dbus_message_get_no_reply' mangled-name='dbus_message_get_no_reply' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3003' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_no_reply' hash='f16f100d86d7b99e'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3825' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_message_set_auto_start(DBusMessage*, dbus_bool_t) -->
<function-decl name='dbus_message_set_auto_start' mangled-name='dbus_message_set_auto_start' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3026' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_auto_start' hash='355a7fb2c14f0961'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3026' column='1'/>
<!-- parameter of type 'typedef dbus_bool_t' -->
<parameter type-id='type-id-16' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3027' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_message_get_auto_start(DBusMessage*) -->
<function-decl name='dbus_message_get_auto_start' mangled-name='dbus_message_get_auto_start' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3045' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_auto_start' hash='f16f100d86d7b99e'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3825' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_set_path(DBusMessage*, const char*) -->
<function-decl name='dbus_message_set_path' mangled-name='dbus_message_set_path' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3067' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_path' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- const char* dbus_message_get_path(DBusMessage*) -->
<function-decl name='dbus_message_get_path' mangled-name='dbus_message_get_path' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3096' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_path' hash='81d0a11d78f3fcf4'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3510' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- dbus_bool_t dbus_message_has_path(DBusMessage*, const char*) -->
<function-decl name='dbus_message_has_path' mangled-name='dbus_message_has_path' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3120' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_has_path' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_get_path_decomposed(DBusMessage*, char***) -->
<function-decl name='dbus_message_get_path_decomposed' mangled-name='dbus_message_get_path_decomposed' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_path_decomposed' hash='65caa9ee4a8fd830'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3164' column='1'/>
<!-- parameter of type 'char***' -->
<parameter type-id='type-id-93' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3165' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_set_interface(DBusMessage*, const char*) -->
<function-decl name='dbus_message_set_interface' mangled-name='dbus_message_set_interface' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3198' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_interface' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- const char* dbus_message_get_interface(DBusMessage*) -->
<function-decl name='dbus_message_get_interface' mangled-name='dbus_message_get_interface' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3227' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_interface' hash='81d0a11d78f3fcf4'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3510' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- dbus_bool_t dbus_message_has_interface(DBusMessage*, const char*) -->
<function-decl name='dbus_message_has_interface' mangled-name='dbus_message_has_interface' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3249' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_has_interface' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_set_member(DBusMessage*, const char*) -->
<function-decl name='dbus_message_set_member' mangled-name='dbus_message_set_member' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3286' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_member' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- const char* dbus_message_get_member(DBusMessage*) -->
<function-decl name='dbus_message_get_member' mangled-name='dbus_message_get_member' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3313' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_member' hash='81d0a11d78f3fcf4'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3510' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- dbus_bool_t dbus_message_has_member(DBusMessage*, const char*) -->
<function-decl name='dbus_message_has_member' mangled-name='dbus_message_has_member' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3335' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_has_member' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_set_error_name(DBusMessage*, const char*) -->
<function-decl name='dbus_message_set_error_name' mangled-name='dbus_message_set_error_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3371' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_error_name' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- const char* dbus_message_get_error_name(DBusMessage*) -->
<function-decl name='dbus_message_get_error_name' mangled-name='dbus_message_get_error_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3397' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_error_name' hash='81d0a11d78f3fcf4'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3510' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- dbus_bool_t dbus_message_set_destination(DBusMessage*, const char*) -->
<function-decl name='dbus_message_set_destination' mangled-name='dbus_message_set_destination' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3425' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_destination' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- const char* dbus_message_get_destination(DBusMessage*) -->
<function-decl name='dbus_message_get_destination' mangled-name='dbus_message_get_destination' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3450' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_destination' hash='81d0a11d78f3fcf4'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3510' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- dbus_bool_t dbus_message_set_sender(DBusMessage*, const char*) -->
<function-decl name='dbus_message_set_sender' mangled-name='dbus_message_set_sender' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3479' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_sender' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- const char* dbus_message_get_sender(DBusMessage*) -->
<function-decl name='dbus_message_get_sender' mangled-name='dbus_message_get_sender' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3510' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_sender' hash='81d0a11d78f3fcf4'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3510' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- const char* dbus_message_get_signature(DBusMessage*) -->
<function-decl name='dbus_message_get_signature' mangled-name='dbus_message_get_signature' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3543' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_signature' hash='81d0a11d78f3fcf4'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3510' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- dbus_bool_t dbus_message_is_method_call(DBusMessage*, const char*, const char*) -->
<function-decl name='dbus_message_is_method_call' mangled-name='dbus_message_is_method_call' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3602' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_is_method_call' hash='3132617f3d3bd296'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3630' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3631' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3632' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_is_signal(DBusMessage*, const char*, const char*) -->
<function-decl name='dbus_message_is_signal' mangled-name='dbus_message_is_signal' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3630' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_is_signal' hash='3132617f3d3bd296'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3630' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3631' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3632' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_is_error(DBusMessage*, const char*) -->
<function-decl name='dbus_message_is_error' mangled-name='dbus_message_is_error' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3657' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_is_error' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_has_destination(DBusMessage*, const char*) -->
<function-decl name='dbus_message_has_destination' mangled-name='dbus_message_has_destination' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3690' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_has_destination' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_has_sender(DBusMessage*, const char*) -->
<function-decl name='dbus_message_has_sender' mangled-name='dbus_message_has_sender' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_has_sender' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_has_signature(DBusMessage*, const char*) -->
<function-decl name='dbus_message_has_signature' mangled-name='dbus_message_has_signature' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3754' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_has_signature' hash='df79878f1aa2b7ab'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3725' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3726' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_set_error_from_message(DBusError*, DBusMessage*) -->
<function-decl name='dbus_set_error_from_message' mangled-name='dbus_set_error_from_message' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3796' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_set_error_from_message' hash='c15c6557427d018f'>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3796' column='1'/>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3797' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_contains_unix_fds(DBusMessage*) -->
<function-decl name='dbus_message_contains_unix_fds' mangled-name='dbus_message_contains_unix_fds' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3825' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_contains_unix_fds' hash='f16f100d86d7b99e'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='3825' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_message_allocate_data_slot(dbus_int32_t*) -->
<function-decl name='dbus_message_allocate_data_slot' mangled-name='dbus_message_allocate_data_slot' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4560' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_allocate_data_slot' hash='bf2757274ecb7dcd'>
<!-- parameter of type 'dbus_int32_t*' -->
<parameter type-id='type-id-102' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5920' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_message_free_data_slot(dbus_int32_t*) -->
<function-decl name='dbus_message_free_data_slot' mangled-name='dbus_message_free_data_slot' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4578' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_free_data_slot' hash='610687ae950f9f86'>
<!-- parameter of type 'dbus_int32_t*' -->
<parameter type-id='type-id-102' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5938' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_message_set_data(DBusMessage*, dbus_int32_t, void*, DBusFreeFunction) -->
<function-decl name='dbus_message_set_data' mangled-name='dbus_message_set_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4599' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_set_data' hash='8a5130eab082b9cc'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4599' column='1'/>
<!-- parameter of type 'typedef dbus_int32_t' -->
<parameter type-id='type-id-82' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4600' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4601' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4602' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void* dbus_message_get_data(DBusMessage*, dbus_int32_t) -->
<function-decl name='dbus_message_get_data' mangled-name='dbus_message_get_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4635' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_get_data' hash='84ac77cded896aed'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4635' column='1'/>
<!-- parameter of type 'typedef dbus_int32_t' -->
<parameter type-id='type-id-82' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4636' column='1'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- int dbus_message_type_from_string(const char*) -->
<function-decl name='dbus_message_type_from_string' mangled-name='dbus_message_type_from_string' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_type_from_string' hash='e9ea91a7eab8302c'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4663' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- const char* dbus_message_type_to_string(int) -->
<function-decl name='dbus_message_type_to_string' mangled-name='dbus_message_type_to_string' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4691' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_type_to_string' hash='7cffa03161e7e042'>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4691' column='1'/>
<!-- const char* -->
<return type-id='type-id-7'/>
</function-decl>
<!-- dbus_bool_t dbus_message_marshal(DBusMessage*, char**, int*) -->
<function-decl name='dbus_message_marshal' mangled-name='dbus_message_marshal' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4721' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_marshal' hash='4e65f4a1d6c861de'>
<!-- parameter of type 'DBusMessage*' -->
<parameter type-id='type-id-37' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4721' column='1'/>
<!-- parameter of type 'char**' -->
<parameter type-id='type-id-92' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4722' column='1'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4723' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- DBusMessage* dbus_message_demarshal(const char*, int, DBusError*) -->
<function-decl name='dbus_message_demarshal' mangled-name='dbus_message_demarshal' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4783' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_demarshal' hash='ef9b0163c0c10eb0'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4783' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4784' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4785' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- int dbus_message_demarshal_bytes_needed(const char*, int) -->
<function-decl name='dbus_message_demarshal_bytes_needed' mangled-name='dbus_message_demarshal_bytes_needed' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4841' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_message_demarshal_bytes_needed' hash='1d81aff51c388187'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4841' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-message.c' line='4842' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
</abi-instr>
<abi-instr address-size='64' path='dbus-misc.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- char* dbus_get_local_machine_id() -->
<function-decl name='dbus_get_local_machine_id' mangled-name='dbus_get_local_machine_id' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-misc.c' line='73' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_get_local_machine_id' hash='02a096d257a5e00d'>
<!-- char* -->
<return type-id='type-id-21'/>
</function-decl>
<!-- void dbus_get_version(int*, int*, int*) -->
<function-decl name='dbus_get_version' mangled-name='dbus_get_version' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-misc.c' line='161' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_get_version' hash='b846ec03fa6ab9e3'>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-misc.c' line='161' column='1'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-misc.c' line='162' column='1'/>
<!-- parameter of type 'int*' -->
<parameter type-id='type-id-23' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-misc.c' line='163' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
</abi-instr>
<abi-instr address-size='64' path='dbus-pending-call.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- typedef DBusPendingCall DBusPendingCall -->
<typedef-decl name='DBusPendingCall' type-id='type-id-126' size-in-bits='576' filepath='../dbus/dbus-connection.h' line='49' column='1' id='type-id-84'/>
<!-- typedef void (*)(DBusPendingCall*, void*) DBusPendingCallNotifyFunction -->
<typedef-decl name='DBusPendingCallNotifyFunction' type-id='type-id-154' size-in-bits='64' filepath='../dbus/dbus-connection.h' line='162' column='1' hash='fd7a63c0c6c822c4' id='type-id-127'/>
<!-- typedef DBusTimeout DBusTimeout -->
<typedef-decl name='DBusTimeout' type-id='type-id-129' size-in-bits='448' filepath='../dbus/dbus-connection.h' line='45' column='1' id='type-id-88'/>
<!-- void (*)(DBusPendingCall*, void*) -->
<pointer-type-def type-id='type-id-155' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-154'/>
<!-- DBusPendingCall* dbus_pending_call_ref(DBusPendingCall*) -->
<function-decl name='dbus_pending_call_ref' mangled-name='dbus_pending_call_ref' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='577' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_ref' hash='cd1a12e71876a412'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='577' column='1'/>
<!-- DBusPendingCall* -->
<return type-id='type-id-85'/>
</function-decl>
<!-- void dbus_pending_call_unref(DBusPendingCall*) -->
<function-decl name='dbus_pending_call_unref' mangled-name='dbus_pending_call_unref' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='597' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_unref' hash='b8eceb189909dc60'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='737' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_pending_call_set_notify(DBusPendingCall*, DBusPendingCallNotifyFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_pending_call_set_notify' mangled-name='dbus_pending_call_set_notify' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='622' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_set_notify' hash='4effbaa393b89ebd'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='622' column='1'/>
<!-- parameter of type 'typedef DBusPendingCallNotifyFunction' -->
<parameter type-id='type-id-127' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='623' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='624' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='625' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_pending_call_cancel(DBusPendingCall*) -->
<function-decl name='dbus_pending_call_cancel' mangled-name='dbus_pending_call_cancel' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='663' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_cancel' hash='b8eceb189909dc60'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='737' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_pending_call_get_completed(DBusPendingCall*) -->
<function-decl name='dbus_pending_call_get_completed' mangled-name='dbus_pending_call_get_completed' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='679' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_get_completed' hash='886b39f6c6fd28f8'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='679' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- DBusMessage* dbus_pending_call_steal_reply(DBusPendingCall*) -->
<function-decl name='dbus_pending_call_steal_reply' mangled-name='dbus_pending_call_steal_reply' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='702' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_steal_reply' hash='eefb78981a8d957c'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='702' column='1'/>
<!-- DBusMessage* -->
<return type-id='type-id-37'/>
</function-decl>
<!-- void dbus_pending_call_block(DBusPendingCall*) -->
<function-decl name='dbus_pending_call_block' mangled-name='dbus_pending_call_block' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='737' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_block' hash='b8eceb189909dc60'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='737' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_pending_call_allocate_data_slot(dbus_int32_t*) -->
<function-decl name='dbus_pending_call_allocate_data_slot' mangled-name='dbus_pending_call_allocate_data_slot' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='759' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_allocate_data_slot' hash='bf2757274ecb7dcd'>
<!-- parameter of type 'dbus_int32_t*' -->
<parameter type-id='type-id-102' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5920' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_pending_call_free_data_slot(dbus_int32_t*) -->
<function-decl name='dbus_pending_call_free_data_slot' mangled-name='dbus_pending_call_free_data_slot' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='779' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_free_data_slot' hash='610687ae950f9f86'>
<!-- parameter of type 'dbus_int32_t*' -->
<parameter type-id='type-id-102' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5938' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_pending_call_set_data(DBusPendingCall*, dbus_int32_t, void*, DBusFreeFunction) -->
<function-decl name='dbus_pending_call_set_data' mangled-name='dbus_pending_call_set_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='801' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_set_data' hash='62f5dc5604f10bbf'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='801' column='1'/>
<!-- parameter of type 'typedef dbus_int32_t' -->
<parameter type-id='type-id-82' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='802' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='803' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='804' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void* dbus_pending_call_get_data(DBusPendingCall*, dbus_int32_t) -->
<function-decl name='dbus_pending_call_get_data' mangled-name='dbus_pending_call_get_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='827' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_pending_call_get_data' hash='2d23669b651f4bbb'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='827' column='1'/>
<!-- parameter of type 'typedef dbus_int32_t' -->
<parameter type-id='type-id-82' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-pending-call.c' line='828' column='1'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- void (DBusPendingCall*, void*) -->
<function-type size-in-bits='64' hash='b8eceb189909dc60' id='type-id-155'>
<!-- parameter of type 'DBusPendingCall*' -->
<parameter type-id='type-id-85'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
</abi-instr>
<abi-instr address-size='64' path='dbus-server.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- char[16] -->
<array-type-def dimensions='1' type-id='type-id-1' size-in-bits='128' hash='20e557d8b727a2ee' id='type-id-156'>
<!-- <anonymous range>[16] -->
<subrange length='16' lower-bound='0' upper-bound='15' type-id='type-id-30' size-in-bits='64' is-anonymous='yes' hash='6c35b1e999eba398' id='type-id-157'/>
</array-type-def>
<!-- dbus_uint32_t[4] -->
<array-type-def dimensions='1' type-id='type-id-15' size-in-bits='128' hash='fb0017c22b88e662' id='type-id-158'>
<!-- <anonymous range>[4] -->
<subrange length='4' lower-bound='0' upper-bound='3' type-id='type-id-30' size-in-bits='64' is-anonymous='yes' hash='cee611f4a73e486c' id='type-id-159'/>
</array-type-def>
<!-- struct DBusServer -->
<class-decl name='DBusServer' is-struct='yes' visibility='default' size-in-bits='1216' filepath='../dbus/dbus-server-protected.h' line='57' column='1' hash='b2655209487cd922' id='type-id-160'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- DBusAtomic DBusServer::refcount -->
<var-decl name='refcount' type-id='type-id-33' visibility='default' filepath='../dbus/dbus-server-protected.h' line='58' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- const DBusServerVTable* DBusServer::vtable -->
<var-decl name='vtable' type-id='type-id-161' visibility='default' filepath='../dbus/dbus-server-protected.h' line='59' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- DBusRMutex* DBusServer::mutex -->
<var-decl name='mutex' type-id='type-id-162' visibility='default' filepath='../dbus/dbus-server-protected.h' line='60' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- DBusGUID DBusServer::guid -->
<var-decl name='guid' type-id='type-id-163' visibility='default' filepath='../dbus/dbus-server-protected.h' line='62' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- DBusString DBusServer::guid_hex -->
<var-decl name='guid_hex' type-id='type-id-4' visibility='default' filepath='../dbus/dbus-server-protected.h' line='64' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- DBusWatchList* DBusServer::watches -->
<var-decl name='watches' type-id='type-id-164' visibility='default' filepath='../dbus/dbus-server-protected.h' line='66' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- DBusTimeoutList* DBusServer::timeouts -->
<var-decl name='timeouts' type-id='type-id-165' visibility='default' filepath='../dbus/dbus-server-protected.h' line='67' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- char* DBusServer::address -->
<var-decl name='address' type-id='type-id-21' visibility='default' filepath='../dbus/dbus-server-protected.h' line='69' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<!-- dbus_bool_t DBusServer::published_address -->
<var-decl name='published_address' type-id='type-id-16' visibility='default' filepath='../dbus/dbus-server-protected.h' line='70' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='736'>
<!-- int DBusServer::max_connections -->
<var-decl name='max_connections' type-id='type-id-2' visibility='default' filepath='../dbus/dbus-server-protected.h' line='72' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
<!-- DBusDataSlotList DBusServer::slot_list -->
<var-decl name='slot_list' type-id='type-id-42' visibility='default' filepath='../dbus/dbus-server-protected.h' line='74' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<!-- DBusNewConnectionFunction DBusServer::new_connection_function -->
<var-decl name='new_connection_function' type-id='type-id-166' visibility='default' filepath='../dbus/dbus-server-protected.h' line='76' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- void* DBusServer::new_connection_data -->
<var-decl name='new_connection_data' type-id='type-id-9' visibility='default' filepath='../dbus/dbus-server-protected.h' line='78' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- DBusFreeFunction DBusServer::new_connection_free_data_function -->
<var-decl name='new_connection_free_data_function' type-id='type-id-45' visibility='default' filepath='../dbus/dbus-server-protected.h' line='80' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- char** DBusServer::auth_mechanisms -->
<var-decl name='auth_mechanisms' type-id='type-id-92' visibility='default' filepath='../dbus/dbus-server-protected.h' line='85' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
<!-- unsigned int DBusServer::disconnected -->
<var-decl name='disconnected' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-server-protected.h' line='87' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1153'>
<!-- unsigned int DBusServer::have_server_lock -->
<var-decl name='have_server_lock' type-id='type-id-8' visibility='default' filepath='../dbus/dbus-server-protected.h' line='90' column='1'/>
</data-member>
</class-decl>
<!-- struct DBusServerVTable -->
<class-decl name='DBusServerVTable' is-struct='yes' visibility='default' size-in-bits='128' filepath='../dbus/dbus-server-protected.h' line='44' column='1' hash='6fc24cffa0df9d22' id='type-id-167'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void (* DBusServerVTable::finalize)(DBusServer*) -->
<var-decl name='finalize' type-id='type-id-168' visibility='default' filepath='../dbus/dbus-server-protected.h' line='45' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void (* DBusServerVTable::disconnect)(DBusServer*) -->
<var-decl name='disconnect' type-id='type-id-168' visibility='default' filepath='../dbus/dbus-server-protected.h' line='48' column='1'/>
</data-member>
</class-decl>
<!-- typedef dbus_bool_t (*)(DBusTimeout*, void*) DBusAddTimeoutFunction -->
<typedef-decl name='DBusAddTimeoutFunction' type-id='type-id-99' size-in-bits='64' filepath='../dbus/dbus-connection.h' line='110' column='1' hash='fd7a63c0c6c822c4' id='type-id-139'/>
<!-- typedef dbus_bool_t (*)(DBusWatch*, void*) DBusAddWatchFunction -->
<typedef-decl name='DBusAddWatchFunction' type-id='type-id-101' size-in-bits='64' filepath='../dbus/dbus-connection.h' line='91' column='1' hash='fd7a63c0c6c822c4' id='type-id-136'/>
<!-- typedef DBusGUID DBusGUID -->
<typedef-decl name='DBusGUID' type-id='type-id-169' size-in-bits='128' filepath='../dbus/dbus-sysdeps.h' line='507' column='1' id='type-id-163'/>
<!-- typedef void (*)(DBusServer*, DBusConnection*, void*) DBusNewConnectionFunction -->
<typedef-decl name='DBusNewConnectionFunction' type-id='type-id-170' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.h' line='47' column='1' hash='fd7a63c0c6c822c4' id='type-id-166'/>
<!-- typedef void (*)(DBusTimeout*, void*) DBusRemoveTimeoutFunction -->
<typedef-decl name='DBusRemoveTimeoutFunction' type-id='type-id-107' size-in-bits='64' filepath='../dbus/dbus-connection.h' line='123' column='1' hash='fd7a63c0c6c822c4' id='type-id-140'/>
<!-- typedef void (*)(DBusWatch*, void*) DBusRemoveWatchFunction -->
<typedef-decl name='DBusRemoveWatchFunction' type-id='type-id-109' size-in-bits='64' filepath='../dbus/dbus-connection.h' line='103' column='1' hash='fd7a63c0c6c822c4' id='type-id-137'/>
<!-- typedef DBusServer DBusServer -->
<typedef-decl name='DBusServer' type-id='type-id-160' size-in-bits='1216' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.h' line='42' column='1' id='type-id-171'/>
<!-- typedef DBusServerVTable DBusServerVTable -->
<typedef-decl name='DBusServerVTable' type-id='type-id-167' size-in-bits='128' filepath='../dbus/dbus-server-protected.h' line='38' column='1' id='type-id-172'/>
<!-- typedef void (*)(DBusTimeout*, void*) DBusTimeoutToggledFunction -->
<typedef-decl name='DBusTimeoutToggledFunction' type-id='type-id-107' size-in-bits='64' filepath='../dbus/dbus-connection.h' line='117' column='1' hash='fd7a63c0c6c822c4' id='type-id-141'/>
<!-- typedef DBusWatch DBusWatch -->
<typedef-decl name='DBusWatch' type-id='type-id-133' size-in-bits='512' filepath='../dbus/dbus-connection.h' line='43' column='1' id='type-id-90'/>
<!-- typedef void (*)(DBusWatch*, void*) DBusWatchToggledFunction -->
<typedef-decl name='DBusWatchToggledFunction' type-id='type-id-109' size-in-bits='64' filepath='../dbus/dbus-connection.h' line='97' column='1' hash='fd7a63c0c6c822c4' id='type-id-138'/>
<!-- union DBusGUID -->
<union-decl name='DBusGUID' visibility='default' size-in-bits='128' filepath='../dbus/dbus-internals.h' line='351' column='1' hash='d50d4a7ee4a34ca0' id='type-id-169'>
<data-member access='public'>
<!-- dbus_uint32_t DBusGUID::as_uint32s[4] -->
<var-decl name='as_uint32s' type-id='type-id-158' visibility='default' filepath='../dbus/dbus-internals.h' line='352' column='1'/>
</data-member>
<data-member access='public'>
<!-- char DBusGUID::as_bytes[16] -->
<var-decl name='as_bytes' type-id='type-id-156' visibility='default' filepath='../dbus/dbus-internals.h' line='353' column='1'/>
</data-member>
</union-decl>
<!-- DBusServer* -->
<pointer-type-def type-id='type-id-171' size-in-bits='64' hash='3c07c294bfc45ed2' id='type-id-173'/>
<!-- const DBusServerVTable -->
<qualified-type-def type-id='type-id-172' const='yes' hash='fed444843b5fbeee' id='type-id-174'/>
<!-- const DBusServerVTable* -->
<pointer-type-def type-id='type-id-174' size-in-bits='64' hash='0e9781914c9c1f9f' id='type-id-161'/>
<!-- const char** -->
<pointer-type-def type-id='type-id-7' size-in-bits='64' hash='cea1d4b0943594a3' id='type-id-175'/>
<!-- void (*)(DBusServer*) -->
<pointer-type-def type-id='type-id-176' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-168'/>
<!-- void (*)(DBusServer*, DBusConnection*, void*) -->
<pointer-type-def type-id='type-id-177' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-170'/>
<!-- DBusRMutex* -->
<pointer-type-def type-id='type-id-178' size-in-bits='64' id='type-id-162'/>
<!-- DBusTimeoutList* -->
<pointer-type-def type-id='type-id-179' size-in-bits='64' id='type-id-165'/>
<!-- DBusWatchList* -->
<pointer-type-def type-id='type-id-180' size-in-bits='64' id='type-id-164'/>
<!-- struct DBusRMutex -->
<class-decl name='DBusRMutex' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-181'/>
<!-- struct DBusTimeoutList -->
<class-decl name='DBusTimeoutList' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-182'/>
<!-- struct DBusWatchList -->
<class-decl name='DBusWatchList' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-183'/>
<!-- typedef DBusRMutex DBusRMutex -->
<typedef-decl name='DBusRMutex' type-id='type-id-181' filepath='../dbus/dbus-threads-internal.h' line='39' column='1' id='type-id-178'/>
<!-- typedef DBusTimeoutList DBusTimeoutList -->
<typedef-decl name='DBusTimeoutList' type-id='type-id-182' filepath='../dbus/dbus-timeout.h' line='38' column='1' id='type-id-179'/>
<!-- typedef DBusWatchList DBusWatchList -->
<typedef-decl name='DBusWatchList' type-id='type-id-183' filepath='../dbus/dbus-watch.h' line='38' column='1' id='type-id-180'/>
<!-- DBusServer* dbus_server_listen(const char*, DBusError*) -->
<function-decl name='dbus_server_listen' mangled-name='dbus_server_listen' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='549' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_listen' hash='9feb476bf436e7a4'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='549' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='550' column='1'/>
<!-- DBusServer* -->
<return type-id='type-id-173'/>
</function-decl>
<!-- DBusServer* dbus_server_ref(DBusServer*) -->
<function-decl name='dbus_server_ref' mangled-name='dbus_server_ref' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='687' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_ref' hash='f0fd59c7449ba680'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='687' column='1'/>
<!-- DBusServer* -->
<return type-id='type-id-173'/>
</function-decl>
<!-- void dbus_server_unref(DBusServer*) -->
<function-decl name='dbus_server_unref' mangled-name='dbus_server_unref' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='720' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_unref' hash='0569adedbbf1aa13'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- void dbus_server_disconnect(DBusServer*) -->
<function-decl name='dbus_server_disconnect' mangled-name='dbus_server_disconnect' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='770' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_disconnect' hash='0569adedbbf1aa13'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_server_get_is_connected(DBusServer*) -->
<function-decl name='dbus_server_get_is_connected' mangled-name='dbus_server_get_is_connected' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='797' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_get_is_connected' hash='90262bcd50dc039e'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='797' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- char* dbus_server_get_address(DBusServer*) -->
<function-decl name='dbus_server_get_address' mangled-name='dbus_server_get_address' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='818' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_get_address' hash='0af02294950f8fc0'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='854' column='1'/>
<!-- char* -->
<return type-id='type-id-21'/>
</function-decl>
<!-- char* dbus_server_get_id(DBusServer*) -->
<function-decl name='dbus_server_get_id' mangled-name='dbus_server_get_id' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='854' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_get_id' hash='0af02294950f8fc0'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='854' column='1'/>
<!-- char* -->
<return type-id='type-id-21'/>
</function-decl>
<!-- void dbus_server_set_new_connection_function(DBusServer*, DBusNewConnectionFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_server_set_new_connection_function' mangled-name='dbus_server_set_new_connection_function' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='889' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_set_new_connection_function' hash='a4c809d114413c82'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='889' column='1'/>
<!-- parameter of type 'typedef DBusNewConnectionFunction' -->
<parameter type-id='type-id-166' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='890' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='891' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='892' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_server_set_watch_functions(DBusServer*, DBusAddWatchFunction, DBusRemoveWatchFunction, DBusWatchToggledFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_server_set_watch_functions' mangled-name='dbus_server_set_watch_functions' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='929' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_set_watch_functions' hash='9abf1015624dc5bb'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='929' column='1'/>
<!-- parameter of type 'typedef DBusAddWatchFunction' -->
<parameter type-id='type-id-136' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='930' column='1'/>
<!-- parameter of type 'typedef DBusRemoveWatchFunction' -->
<parameter type-id='type-id-137' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='931' column='1'/>
<!-- parameter of type 'typedef DBusWatchToggledFunction' -->
<parameter type-id='type-id-138' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='932' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='933' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='934' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_server_set_timeout_functions(DBusServer*, DBusAddTimeoutFunction, DBusRemoveTimeoutFunction, DBusTimeoutToggledFunction, void*, DBusFreeFunction) -->
<function-decl name='dbus_server_set_timeout_functions' mangled-name='dbus_server_set_timeout_functions' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='982' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_set_timeout_functions' hash='9abf1015624dc5bb'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='982' column='1'/>
<!-- parameter of type 'typedef DBusAddTimeoutFunction' -->
<parameter type-id='type-id-139' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='983' column='1'/>
<!-- parameter of type 'typedef DBusRemoveTimeoutFunction' -->
<parameter type-id='type-id-140' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='984' column='1'/>
<!-- parameter of type 'typedef DBusTimeoutToggledFunction' -->
<parameter type-id='type-id-141' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='985' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='986' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='987' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_server_set_auth_mechanisms(DBusServer*, const char**) -->
<function-decl name='dbus_server_set_auth_mechanisms' mangled-name='dbus_server_set_auth_mechanisms' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1033' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_set_auth_mechanisms' hash='d9041e469c7c1efa'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1033' column='1'/>
<!-- parameter of type 'const char**' -->
<parameter type-id='type-id-175' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1034' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_server_allocate_data_slot(dbus_int32_t*) -->
<function-decl name='dbus_server_allocate_data_slot' mangled-name='dbus_server_allocate_data_slot' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1077' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_allocate_data_slot' hash='bf2757274ecb7dcd'>
<!-- parameter of type 'dbus_int32_t*' -->
<parameter type-id='type-id-102' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5920' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_server_free_data_slot(dbus_int32_t*) -->
<function-decl name='dbus_server_free_data_slot' mangled-name='dbus_server_free_data_slot' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1095' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_free_data_slot' hash='610687ae950f9f86'>
<!-- parameter of type 'dbus_int32_t*' -->
<parameter type-id='type-id-102' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-connection.c' line='5938' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_server_set_data(DBusServer*, int, void*, DBusFreeFunction) -->
<function-decl name='dbus_server_set_data' mangled-name='dbus_server_set_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1116' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_set_data' hash='047685e1b56fc9d6'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1116' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1117' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1118' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1119' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void* dbus_server_get_data(DBusServer*, int) -->
<function-decl name='dbus_server_get_data' mangled-name='dbus_server_get_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1156' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_server_get_data' hash='c7713e816679a87e'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1156' column='1'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-server.c' line='1157' column='1'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- void (DBusServer*) -->
<function-type size-in-bits='64' hash='0569adedbbf1aa13' id='type-id-176'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
<!-- void (DBusServer*, DBusConnection*, void*) -->
<function-type size-in-bits='64' hash='a8517b8faf5416bd' id='type-id-177'>
<!-- parameter of type 'DBusServer*' -->
<parameter type-id='type-id-173'/>
<!-- parameter of type 'DBusConnection*' -->
<parameter type-id='type-id-31'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
</abi-instr>
<abi-instr address-size='64' path='dbus-signature.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- struct DBusSignatureIter -->
<class-decl name='DBusSignatureIter' is-struct='yes' naming-typedef-id='type-id-184' visibility='default' size-in-bits='256' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.h' line='45' column='1' hash='782ce4f3269c4990' id='type-id-185'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- void* DBusSignatureIter::dummy1 -->
<var-decl name='dummy1' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.h' line='46' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- void* DBusSignatureIter::dummy2 -->
<var-decl name='dummy2' type-id='type-id-9' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.h' line='47' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- dbus_uint32_t DBusSignatureIter::dummy8 -->
<var-decl name='dummy8' type-id='type-id-15' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.h' line='48' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='160'>
<!-- int DBusSignatureIter::dummy12 -->
<var-decl name='dummy12' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.h' line='49' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- int DBusSignatureIter::dummy17 -->
<var-decl name='dummy17' type-id='type-id-2' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.h' line='50' column='1'/>
</data-member>
</class-decl>
<!-- typedef DBusSignatureIter DBusSignatureIter -->
<typedef-decl name='DBusSignatureIter' type-id='type-id-185' size-in-bits='256' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.h' line='51' column='1' id='type-id-184'/>
<!-- DBusSignatureIter* -->
<pointer-type-def type-id='type-id-184' size-in-bits='64' hash='b8ef549d5b18b4ce' id='type-id-186'/>
<!-- const DBusSignatureIter -->
<qualified-type-def type-id='type-id-184' const='yes' hash='80584da441cb4f0e' id='type-id-187'/>
<!-- const DBusSignatureIter* -->
<pointer-type-def type-id='type-id-187' size-in-bits='64' hash='fbdaf2def2827bb3' id='type-id-188'/>
<!-- void dbus_signature_iter_init(DBusSignatureIter*, const char*) -->
<function-decl name='dbus_signature_iter_init' mangled-name='dbus_signature_iter_init' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='67' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_signature_iter_init' hash='cd5da85ee6e78526'>
<!-- parameter of type 'DBusSignatureIter*' -->
<parameter type-id='type-id-186' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='67' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='68' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- int dbus_signature_iter_get_current_type(const DBusSignatureIter*) -->
<function-decl name='dbus_signature_iter_get_current_type' mangled-name='dbus_signature_iter_get_current_type' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='92' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_signature_iter_get_current_type' hash='ee9438c6acf9fdd2'>
<!-- parameter of type 'const DBusSignatureIter*' -->
<parameter type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='92' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- char* dbus_signature_iter_get_signature(const DBusSignatureIter*) -->
<function-decl name='dbus_signature_iter_get_signature' mangled-name='dbus_signature_iter_get_signature' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='112' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_signature_iter_get_signature' hash='8400da58944e0bad'>
<!-- parameter of type 'const DBusSignatureIter*' -->
<parameter type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='112' column='1'/>
<!-- char* -->
<return type-id='type-id-21'/>
</function-decl>
<!-- int dbus_signature_iter_get_element_type(const DBusSignatureIter*) -->
<function-decl name='dbus_signature_iter_get_element_type' mangled-name='dbus_signature_iter_get_element_type' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='146' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_signature_iter_get_element_type' hash='ee9438c6acf9fdd2'>
<!-- parameter of type 'const DBusSignatureIter*' -->
<parameter type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='92' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- dbus_bool_t dbus_signature_iter_next(DBusSignatureIter*) -->
<function-decl name='dbus_signature_iter_next' mangled-name='dbus_signature_iter_next' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='164' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_signature_iter_next' hash='30bd9184dc98f2b3'>
<!-- parameter of type 'DBusSignatureIter*' -->
<parameter type-id='type-id-186' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='164' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- void dbus_signature_iter_recurse(const DBusSignatureIter*, DBusSignatureIter*) -->
<function-decl name='dbus_signature_iter_recurse' mangled-name='dbus_signature_iter_recurse' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='207' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_signature_iter_recurse' hash='893efc46e40d04d9'>
<!-- parameter of type 'const DBusSignatureIter*' -->
<parameter type-id='type-id-188' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='207' column='1'/>
<!-- parameter of type 'DBusSignatureIter*' -->
<parameter type-id='type-id-186' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='208' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_signature_validate(const char*, DBusError*) -->
<function-decl name='dbus_signature_validate' mangled-name='dbus_signature_validate' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='233' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_signature_validate' hash='34eb638cf29fc151'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='233' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='234' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_signature_validate_single(const char*, DBusError*) -->
<function-decl name='dbus_signature_validate_single' mangled-name='dbus_signature_validate_single' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='264' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_signature_validate_single' hash='34eb638cf29fc151'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='233' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='234' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_type_is_container(int) -->
<function-decl name='dbus_type_is_container' mangled-name='dbus_type_is_container' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='294' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_type_is_container' hash='29887d081255b4ed'>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='383' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_type_is_basic(int) -->
<function-decl name='dbus_type_is_basic' mangled-name='dbus_type_is_basic' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='318' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_type_is_basic' hash='29887d081255b4ed'>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='383' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_type_is_fixed(int) -->
<function-decl name='dbus_type_is_fixed' mangled-name='dbus_type_is_fixed' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='349' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_type_is_fixed' hash='29887d081255b4ed'>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='383' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_type_is_valid(int) -->
<function-decl name='dbus_type_is_valid' mangled-name='dbus_type_is_valid' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='383' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_type_is_valid' hash='29887d081255b4ed'>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='383' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
</abi-instr>
<abi-instr address-size='64' path='dbus-syntax.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- dbus_bool_t dbus_validate_path(const char*, DBusError*) -->
<function-decl name='dbus_validate_path' mangled-name='dbus_validate_path' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-syntax.c' line='54' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_validate_path' hash='34eb638cf29fc151'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='233' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='234' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_validate_interface(const char*, DBusError*) -->
<function-decl name='dbus_validate_interface' mangled-name='dbus_validate_interface' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-syntax.c' line='101' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_validate_interface' hash='34eb638cf29fc151'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='233' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='234' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_validate_member(const char*, DBusError*) -->
<function-decl name='dbus_validate_member' mangled-name='dbus_validate_member' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-syntax.c' line='148' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_validate_member' hash='34eb638cf29fc151'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='233' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='234' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_validate_error_name(const char*, DBusError*) -->
<function-decl name='dbus_validate_error_name' mangled-name='dbus_validate_error_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-syntax.c' line='195' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_validate_error_name' hash='34eb638cf29fc151'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='233' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='234' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_validate_bus_name(const char*, DBusError*) -->
<function-decl name='dbus_validate_bus_name' mangled-name='dbus_validate_bus_name' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-syntax.c' line='242' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_validate_bus_name' hash='34eb638cf29fc151'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='233' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='234' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_validate_utf8(const char*, DBusError*) -->
<function-decl name='dbus_validate_utf8' mangled-name='dbus_validate_utf8' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-syntax.c' line='289' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_validate_utf8' hash='34eb638cf29fc151'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='233' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-signature.c' line='234' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
</abi-instr>
<abi-instr address-size='64' path='dbus-sysdeps.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- dbus_bool_t dbus_setenv(const char*, const char*) -->
<function-decl name='dbus_setenv' mangled-name='dbus_setenv' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-sysdeps.c' line='114' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_setenv' hash='493a2624f7eb8f23'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-sysdeps.c' line='114' column='1'/>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-sysdeps.c' line='115' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
</abi-instr>
<abi-instr address-size='64' path='dbus-threads.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- struct DBusThreadFunctions -->
<class-decl name='DBusThreadFunctions' is-struct='yes' naming-typedef-id='type-id-189' visibility='default' size-in-bits='1216' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='153' column='1' hash='02d98a9716c19651' id='type-id-190'>
<data-member access='public' layout-offset-in-bits='0'>
<!-- unsigned int DBusThreadFunctions::mask -->
<var-decl name='mask' type-id='type-id-8' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='154' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='64'>
<!-- DBusMutexNewFunction DBusThreadFunctions::mutex_new -->
<var-decl name='mutex_new' type-id='type-id-191' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='156' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='128'>
<!-- DBusMutexFreeFunction DBusThreadFunctions::mutex_free -->
<var-decl name='mutex_free' type-id='type-id-192' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='157' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='192'>
<!-- DBusMutexLockFunction DBusThreadFunctions::mutex_lock -->
<var-decl name='mutex_lock' type-id='type-id-193' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='158' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='256'>
<!-- DBusMutexUnlockFunction DBusThreadFunctions::mutex_unlock -->
<var-decl name='mutex_unlock' type-id='type-id-194' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='159' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='320'>
<!-- DBusCondVarNewFunction DBusThreadFunctions::condvar_new -->
<var-decl name='condvar_new' type-id='type-id-195' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='161' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='384'>
<!-- DBusCondVarFreeFunction DBusThreadFunctions::condvar_free -->
<var-decl name='condvar_free' type-id='type-id-196' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='162' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='448'>
<!-- DBusCondVarWaitFunction DBusThreadFunctions::condvar_wait -->
<var-decl name='condvar_wait' type-id='type-id-197' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='163' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='512'>
<!-- DBusCondVarWaitTimeoutFunction DBusThreadFunctions::condvar_wait_timeout -->
<var-decl name='condvar_wait_timeout' type-id='type-id-198' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='164' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='576'>
<!-- DBusCondVarWakeOneFunction DBusThreadFunctions::condvar_wake_one -->
<var-decl name='condvar_wake_one' type-id='type-id-199' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='165' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='640'>
<!-- DBusCondVarWakeAllFunction DBusThreadFunctions::condvar_wake_all -->
<var-decl name='condvar_wake_all' type-id='type-id-200' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='166' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='704'>
<!-- DBusRecursiveMutexNewFunction DBusThreadFunctions::recursive_mutex_new -->
<var-decl name='recursive_mutex_new' type-id='type-id-201' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='168' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='768'>
<!-- DBusRecursiveMutexFreeFunction DBusThreadFunctions::recursive_mutex_free -->
<var-decl name='recursive_mutex_free' type-id='type-id-202' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='169' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='832'>
<!-- DBusRecursiveMutexLockFunction DBusThreadFunctions::recursive_mutex_lock -->
<var-decl name='recursive_mutex_lock' type-id='type-id-203' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='170' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='896'>
<!-- DBusRecursiveMutexUnlockFunction DBusThreadFunctions::recursive_mutex_unlock -->
<var-decl name='recursive_mutex_unlock' type-id='type-id-204' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='171' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='960'>
<!-- void (* DBusThreadFunctions::padding1)(void) -->
<var-decl name='padding1' type-id='type-id-205' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='173' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1024'>
<!-- void (* DBusThreadFunctions::padding2)(void) -->
<var-decl name='padding2' type-id='type-id-205' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='174' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1088'>
<!-- void (* DBusThreadFunctions::padding3)(void) -->
<var-decl name='padding3' type-id='type-id-205' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='175' column='1'/>
</data-member>
<data-member access='public' layout-offset-in-bits='1152'>
<!-- void (* DBusThreadFunctions::padding4)(void) -->
<var-decl name='padding4' type-id='type-id-205' visibility='default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='176' column='1'/>
</data-member>
</class-decl>
<!-- typedef void (*)(DBusCondVar*) DBusCondVarFreeFunction -->
<typedef-decl name='DBusCondVarFreeFunction' type-id='type-id-206' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='80' column='1' hash='fd7a63c0c6c822c4' id='type-id-196'/>
<!-- typedef DBusCondVar* (*)(void) DBusCondVarNewFunction -->
<typedef-decl name='DBusCondVarNewFunction' type-id='type-id-207' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='77' column='1' hash='fd7a63c0c6c822c4' id='type-id-195'/>
<!-- typedef void (*)(DBusCondVar*, DBusMutex*) DBusCondVarWaitFunction -->
<typedef-decl name='DBusCondVarWaitFunction' type-id='type-id-208' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='92' column='1' hash='fd7a63c0c6c822c4' id='type-id-197'/>
<!-- typedef dbus_bool_t (*)(DBusCondVar*, DBusMutex*, int) DBusCondVarWaitTimeoutFunction -->
<typedef-decl name='DBusCondVarWaitTimeoutFunction' type-id='type-id-209' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='101' column='1' hash='fd7a63c0c6c822c4' id='type-id-198'/>
<!-- typedef void (*)(DBusCondVar*) DBusCondVarWakeAllFunction -->
<typedef-decl name='DBusCondVarWakeAllFunction' type-id='type-id-206' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='114' column='1' hash='fd7a63c0c6c822c4' id='type-id-200'/>
<!-- typedef void (*)(DBusCondVar*) DBusCondVarWakeOneFunction -->
<typedef-decl name='DBusCondVarWakeOneFunction' type-id='type-id-206' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='108' column='1' hash='fd7a63c0c6c822c4' id='type-id-199'/>
<!-- typedef void (*)(DBusMutex*) DBusMutexFreeFunction -->
<typedef-decl name='DBusMutexFreeFunction' type-id='type-id-210' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='48' column='1' hash='fd7a63c0c6c822c4' id='type-id-192'/>
<!-- typedef dbus_bool_t (*)(DBusMutex*) DBusMutexLockFunction -->
<typedef-decl name='DBusMutexLockFunction' type-id='type-id-211' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='50' column='1' hash='fd7a63c0c6c822c4' id='type-id-193'/>
<!-- typedef DBusMutex* (*)(void) DBusMutexNewFunction -->
<typedef-decl name='DBusMutexNewFunction' type-id='type-id-212' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='46' column='1' hash='fd7a63c0c6c822c4' id='type-id-191'/>
<!-- typedef dbus_bool_t (*)(DBusMutex*) DBusMutexUnlockFunction -->
<typedef-decl name='DBusMutexUnlockFunction' type-id='type-id-211' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='52' column='1' hash='fd7a63c0c6c822c4' id='type-id-194'/>
<!-- typedef void (*)(DBusMutex*) DBusRecursiveMutexFreeFunction -->
<typedef-decl name='DBusRecursiveMutexFreeFunction' type-id='type-id-210' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='64' column='1' hash='fd7a63c0c6c822c4' id='type-id-202'/>
<!-- typedef void (*)(DBusMutex*) DBusRecursiveMutexLockFunction -->
<typedef-decl name='DBusRecursiveMutexLockFunction' type-id='type-id-210' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='68' column='1' hash='fd7a63c0c6c822c4' id='type-id-203'/>
<!-- typedef DBusMutex* (*)(void) DBusRecursiveMutexNewFunction -->
<typedef-decl name='DBusRecursiveMutexNewFunction' type-id='type-id-212' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='61' column='1' hash='fd7a63c0c6c822c4' id='type-id-201'/>
<!-- typedef void (*)(DBusMutex*) DBusRecursiveMutexUnlockFunction -->
<typedef-decl name='DBusRecursiveMutexUnlockFunction' type-id='type-id-210' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='72' column='1' hash='fd7a63c0c6c822c4' id='type-id-204'/>
<!-- typedef DBusThreadFunctions DBusThreadFunctions -->
<typedef-decl name='DBusThreadFunctions' type-id='type-id-190' size-in-bits='1216' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='178' column='1' id='type-id-189'/>
<!-- DBusCondVar* (*)(void) -->
<pointer-type-def type-id='type-id-213' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-207'/>
<!-- DBusMutex* (*)(void) -->
<pointer-type-def type-id='type-id-214' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-212'/>
<!-- const DBusThreadFunctions -->
<qualified-type-def type-id='type-id-189' const='yes' hash='b83d99732a461331' id='type-id-215'/>
<!-- const DBusThreadFunctions* -->
<pointer-type-def type-id='type-id-215' size-in-bits='64' hash='f044d63cde199a84' id='type-id-216'/>
<!-- dbus_bool_t (*)(DBusCondVar*, DBusMutex*, int) -->
<pointer-type-def type-id='type-id-217' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-209'/>
<!-- dbus_bool_t (*)(DBusMutex*) -->
<pointer-type-def type-id='type-id-218' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-211'/>
<!-- void (*)(DBusCondVar*) -->
<pointer-type-def type-id='type-id-219' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-206'/>
<!-- void (*)(DBusCondVar*, DBusMutex*) -->
<pointer-type-def type-id='type-id-220' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-208'/>
<!-- void (*)(DBusMutex*) -->
<pointer-type-def type-id='type-id-221' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-210'/>
<!-- void (*)(void) -->
<pointer-type-def type-id='type-id-146' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-205'/>
<!-- DBusCondVar* -->
<pointer-type-def type-id='type-id-222' size-in-bits='64' id='type-id-223'/>
<!-- DBusMutex* -->
<pointer-type-def type-id='type-id-224' size-in-bits='64' id='type-id-225'/>
<!-- struct DBusCondVar -->
<class-decl name='DBusCondVar' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-226'/>
<!-- struct DBusMutex -->
<class-decl name='DBusMutex' is-struct='yes' visibility='default' is-declaration-only='yes' id='type-id-227'/>
<!-- dbus_bool_t dbus_threads_init(const DBusThreadFunctions*) -->
<function-decl name='dbus_threads_init' mangled-name='dbus_threads_init' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.c' line='391' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_threads_init' hash='007ab5fa3cc30b50'>
<!-- parameter of type 'const DBusThreadFunctions*' -->
<parameter type-id='type-id-216' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.c' line='391' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_threads_init_default() -->
<function-decl name='dbus_threads_init_default' mangled-name='dbus_threads_init_default' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.c' line='438' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_threads_init_default' hash='2bb88322482ae81c'>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- typedef DBusMutex DBusMutex -->
<typedef-decl name='DBusMutex' type-id='type-id-227' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='41' column='1' id='type-id-224'/>
<!-- typedef DBusCondVar DBusCondVar -->
<typedef-decl name='DBusCondVar' type-id='type-id-226' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-threads.h' line='43' column='1' id='type-id-222'/>
<!-- DBusCondVar* (void) -->
<function-type size-in-bits='64' hash='7f32ffea222edbe7' id='type-id-213'>
<!-- DBusCondVar* -->
<return type-id='type-id-223'/>
</function-type>
<!-- DBusMutex* (void) -->
<function-type size-in-bits='64' hash='7f32ffea222edbe7' id='type-id-214'>
<!-- DBusMutex* -->
<return type-id='type-id-225'/>
</function-type>
<!-- dbus_bool_t (DBusCondVar*, DBusMutex*, int) -->
<function-type size-in-bits='64' hash='29887d081255b4ed' id='type-id-217'>
<!-- parameter of type 'DBusCondVar*' -->
<parameter type-id='type-id-223'/>
<!-- parameter of type 'DBusMutex*' -->
<parameter type-id='type-id-225'/>
<!-- parameter of type 'int' -->
<parameter type-id='type-id-2'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-type>
<!-- dbus_bool_t (DBusMutex*) -->
<function-type size-in-bits='64' hash='2bb88322482ae81c' id='type-id-218'>
<!-- parameter of type 'DBusMutex*' -->
<parameter type-id='type-id-225'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-type>
<!-- void (DBusCondVar*) -->
<function-type size-in-bits='64' hash='7f32ffea222edbe7' id='type-id-219'>
<!-- parameter of type 'DBusCondVar*' -->
<parameter type-id='type-id-223'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
<!-- void (DBusCondVar*, DBusMutex*) -->
<function-type size-in-bits='64' hash='7f32ffea222edbe7' id='type-id-220'>
<!-- parameter of type 'DBusCondVar*' -->
<parameter type-id='type-id-223'/>
<!-- parameter of type 'DBusMutex*' -->
<parameter type-id='type-id-225'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
<!-- void (DBusMutex*) -->
<function-type size-in-bits='64' hash='7f32ffea222edbe7' id='type-id-221'>
<!-- parameter of type 'DBusMutex*' -->
<parameter type-id='type-id-225'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-type>
</abi-instr>
<abi-instr address-size='64' path='dbus-timeout.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- typedef dbus_bool_t (*)(void*) DBusTimeoutHandler -->
<typedef-decl name='DBusTimeoutHandler' type-id='type-id-228' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.h' line='41' column='1' hash='fd7a63c0c6c822c4' id='type-id-130'/>
<!-- dbus_bool_t (*)(void*) -->
<pointer-type-def type-id='type-id-229' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-228'/>
<!-- int dbus_timeout_get_interval(DBusTimeout*) -->
<function-decl name='dbus_timeout_get_interval' mangled-name='dbus_timeout_get_interval' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='416' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_timeout_get_interval' hash='7ef3b9d26d5d8f82'>
<!-- parameter of type 'DBusTimeout*' -->
<parameter type-id='type-id-89' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='416' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- void* dbus_timeout_get_data(DBusTimeout*) -->
<function-decl name='dbus_timeout_get_data' mangled-name='dbus_timeout_get_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='429' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_timeout_get_data' hash='bc8b0a8d5a5fef3d'>
<!-- parameter of type 'DBusTimeout*' -->
<parameter type-id='type-id-89' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='429' column='1'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- void dbus_timeout_set_data(DBusTimeout*, void*, DBusFreeFunction) -->
<function-decl name='dbus_timeout_set_data' mangled-name='dbus_timeout_set_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='446' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_timeout_set_data' hash='fba612a103cb4010'>
<!-- parameter of type 'DBusTimeout*' -->
<parameter type-id='type-id-89' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='446' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='447' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='448' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_timeout_handle(DBusTimeout*) -->
<function-decl name='dbus_timeout_handle' mangled-name='dbus_timeout_handle' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='472' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_timeout_handle' hash='d222c74122b8130a'>
<!-- parameter of type 'DBusTimeout*' -->
<parameter type-id='type-id-89' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='472' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_timeout_get_enabled(DBusTimeout*) -->
<function-decl name='dbus_timeout_get_enabled' mangled-name='dbus_timeout_get_enabled' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='486' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_timeout_get_enabled' hash='d222c74122b8130a'>
<!-- parameter of type 'DBusTimeout*' -->
<parameter type-id='type-id-89' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-timeout.c' line='472' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t (void*) -->
<function-type size-in-bits='64' hash='2bb88322482ae81c' id='type-id-229'>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-type>
</abi-instr>
<abi-instr address-size='64' path='dbus-uuidgen.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- dbus_bool_t dbus_internal_do_not_use_get_uuid(const char*, char**, dbus_bool_t, DBusError*) -->
<function-decl name='dbus_internal_do_not_use_get_uuid' mangled-name='dbus_internal_do_not_use_get_uuid' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-uuidgen.c' line='83' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_internal_do_not_use_get_uuid' hash='c50294d736d7fd8c'>
<!-- parameter of type 'const char*' -->
<parameter type-id='type-id-7' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-uuidgen.c' line='83' column='1'/>
<!-- parameter of type 'char**' -->
<parameter type-id='type-id-92' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-uuidgen.c' line='84' column='1'/>
<!-- parameter of type 'typedef dbus_bool_t' -->
<parameter type-id='type-id-16' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-uuidgen.c' line='85' column='1'/>
<!-- parameter of type 'DBusError*' -->
<parameter type-id='type-id-20' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-uuidgen.c' line='86' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_internal_do_not_use_create_uuid(char**) -->
<function-decl name='dbus_internal_do_not_use_create_uuid' mangled-name='dbus_internal_do_not_use_create_uuid' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-uuidgen.c' line='122' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_internal_do_not_use_create_uuid' hash='d558c70691066824'>
<!-- parameter of type 'char**' -->
<parameter type-id='type-id-92' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-uuidgen.c' line='122' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
</abi-instr>
<abi-instr address-size='64' path='dbus-watch.c' comp-dir-path='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus' language='LANG_C89'>
<!-- typedef dbus_bool_t (*)(DBusWatch*, unsigned int, void*) DBusWatchHandler -->
<typedef-decl name='DBusWatchHandler' type-id='type-id-230' size-in-bits='64' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.h' line='43' column='1' hash='fd7a63c0c6c822c4' id='type-id-134'/>
<!-- dbus_bool_t (*)(DBusWatch*, unsigned int, void*) -->
<pointer-type-def type-id='type-id-231' size-in-bits='64' hash='fd7a63c0c6c822c4' id='type-id-230'/>
<!-- int dbus_watch_get_fd(DBusWatch*) -->
<function-decl name='dbus_watch_get_fd' mangled-name='dbus_watch_get_fd' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='536' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_watch_get_fd' hash='e3baaa29c67b57b2'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='586' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- int dbus_watch_get_unix_fd(DBusWatch*) -->
<function-decl name='dbus_watch_get_unix_fd' mangled-name='dbus_watch_get_unix_fd' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='557' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_watch_get_unix_fd' hash='e3baaa29c67b57b2'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='586' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- int dbus_watch_get_socket(DBusWatch*) -->
<function-decl name='dbus_watch_get_socket' mangled-name='dbus_watch_get_socket' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='586' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_watch_get_socket' hash='e3baaa29c67b57b2'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='586' column='1'/>
<!-- int -->
<return type-id='type-id-2'/>
</function-decl>
<!-- unsigned int dbus_watch_get_flags(DBusWatch*) -->
<function-decl name='dbus_watch_get_flags' mangled-name='dbus_watch_get_flags' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='607' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_watch_get_flags' hash='b39f67ff6aceca5e'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='607' column='1'/>
<!-- unsigned int -->
<return type-id='type-id-8'/>
</function-decl>
<!-- void* dbus_watch_get_data(DBusWatch*) -->
<function-decl name='dbus_watch_get_data' mangled-name='dbus_watch_get_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='623' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_watch_get_data' hash='e52cf0193b411a7e'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='623' column='1'/>
<!-- void* -->
<return type-id='type-id-9'/>
</function-decl>
<!-- void dbus_watch_set_data(DBusWatch*, void*, DBusFreeFunction) -->
<function-decl name='dbus_watch_set_data' mangled-name='dbus_watch_set_data' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='642' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_watch_set_data' hash='7a9022620ce3a655'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='642' column='1'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='643' column='1'/>
<!-- parameter of type 'typedef DBusFreeFunction' -->
<parameter type-id='type-id-45' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='644' column='1'/>
<!-- void -->
<return type-id='type-id-24'/>
</function-decl>
<!-- dbus_bool_t dbus_watch_get_enabled(DBusWatch*) -->
<function-decl name='dbus_watch_get_enabled' mangled-name='dbus_watch_get_enabled' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='667' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_watch_get_enabled' hash='b39f67ff6aceca5e'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='667' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t dbus_watch_handle(DBusWatch*, unsigned int) -->
<function-decl name='dbus_watch_handle' mangled-name='dbus_watch_handle' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='698' column='1' visibility='default' binding='global' size-in-bits='64' elf-symbol-id='dbus_watch_handle' hash='2eedcc1503eb58bb'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='698' column='1'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-8' filepath='/tmp/legendre/spack-stage/spack-stage-hI99PR/dbus-1.9.0/dbus/dbus-watch.c' line='699' column='1'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-decl>
<!-- dbus_bool_t (DBusWatch*, unsigned int, void*) -->
<function-type size-in-bits='64' hash='2eedcc1503eb58bb' id='type-id-231'>
<!-- parameter of type 'DBusWatch*' -->
<parameter type-id='type-id-91'/>
<!-- parameter of type 'unsigned int' -->
<parameter type-id='type-id-8'/>
<!-- parameter of type 'void*' -->
<parameter type-id='type-id-9'/>
<!-- typedef dbus_bool_t -->
<return type-id='type-id-16'/>
</function-type>
</abi-instr>
</abi-corpus>