Package: dpkg
Version: 1.18.24
Severity: important

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

I'm using ubuntu's 1.18.24ubuntu1 but i believe this should be equally
reproducible in debian.

I have rebuild network-manager against glibc 2.26, currently that is
in experimental. Which resulted in a too-low dpkg-shlibs generated
dependency on libc6.

I am attaching the objdump to this bug report. In that log, one can
see that the highest symbol referenced by Dynamic symbol table is for
GLIBC_2.17 which is the dependency dpkg-shlibs generates.

However, in the `Version References' section, one can see that
GLIBC_2.25 is required.

The net result is that libc6 (>= 2.17) is generated, instead of the
required libc6 (>= 2.25).

The binaries are not executable when e.g. 2.24 glibc is installed and
fail like so:

# ldd /usr/sbin/NetworkManager
/usr/sbin/NetworkManager: /lib/x86_64-linux-gnu/libc.so.6: version
`GLIBC_2.25' not found (required by /usr/sbin/NetworkManager)

I am not sure how glibc managed to generate a Version reference,
without using any of the dynamic symbols from 2.25.

Reading the code, it seems like maybe dpkg-shlibdeps needs to grow the
ability to parse "Version References" section of the objdump and use
version symbols referenced there to bump up requirements just like
dynamic symbols do?

Steps to reproduce:
$ mk-sbuild experimental
$ schroot -u root -c experimental-amd64
# apt update; apt full-upgrade
# apt install libc6/experimental libc-bin/experimental \
libc6-dev/experimental libc-dev-bin/experimental
# apt source network-manager
# cd network-manager-1.8.2
# apt build-dep ./
# apt install iproute // a missing build-dep?!
# DEB_BUILD_OPTIONS='nocheck' ./debian/rules binary // tests fail, irrelevant
# apt install ../network-manager_1.8.2-1_amd64.deb \
../libnm0_1.8.2-1_amd64.deb ../libnm-glib4_1.8.2-1_amd64.deb
# apt install libc6/sid libc-bin/sid libc6-dev/sid libc-dev-bin/sid
# /usr/sbin/NetworkManager --help
/usr/sbin/NetworkManager: /lib/x86_64-linux-gnu/libc.so.6: version
`GLIBC_2.25' not found (required by /usr/sbin/NetworkManager)


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJZsWLgAAoJEMrC2LnNLKX5uWcH/R7U7JhwBcGp9aZUNrNCPNEQ
cHLJNWU/YejOZm8Mlf9uGqRANl6RjaVfJDQm49Y0Hzo5aLr7CfoDX4VyFYQrQrsC
IX4clrvkHqSz0C0Wi4J1rCeo7o81fPnyej0SPm4JHK1Ay0KEVDGAi7QDxWm+/Mbv
ixvkz+62RN1bu4xK980vAevNTQ8J7+2a9OXcer4YYLxNhPpeIlFEQpiYTudAX6w8
lg9Z512Vx/FFpDFAi0JE+MNvC2EVvmKDoS+BAeJCk4dkIc7XneAoRhJJI8mMytON
cba9eHWf6/9oWZTbCFohHv7mos4XvOwjlh20/WzEgJNlv+gLLB5HLOmu9asdA+g=
=jP9M
-----END PGP SIGNATURE-----
# objdump -w -f -p -T -r debian/network-manager/usr/sbin/NetworkManager

debian/network-manager/usr/sbin/NetworkManager:     file format elf64-x86-64
architecture: i386:x86-64, flags 0x00000150:
HAS_SYMS, DYNAMIC, D_PAGED
start address 0x000000000002d320

Program Header:
    PHDR off    0x0000000000000040 vaddr 0x0000000000000040 paddr 
0x0000000000000040 align 2**3
         filesz 0x0000000000000230 memsz 0x0000000000000230 flags r-x
  INTERP off    0x0000000000000270 vaddr 0x0000000000000270 paddr 
0x0000000000000270 align 2**0
         filesz 0x000000000000001c memsz 0x000000000000001c flags r--
    LOAD off    0x0000000000000000 vaddr 0x0000000000000000 paddr 
0x0000000000000000 align 2**21
         filesz 0x00000000002539b8 memsz 0x00000000002539b8 flags r-x
    LOAD off    0x0000000000253a00 vaddr 0x0000000000453a00 paddr 
0x0000000000453a00 align 2**21
         filesz 0x0000000000010300 memsz 0x0000000000012698 flags rw-
 DYNAMIC off    0x000000000025fd60 vaddr 0x000000000045fd60 paddr 
0x000000000045fd60 align 2**3
         filesz 0x0000000000000310 memsz 0x0000000000000310 flags rw-
    NOTE off    0x000000000000028c vaddr 0x000000000000028c paddr 
0x000000000000028c align 2**2
         filesz 0x0000000000000044 memsz 0x0000000000000044 flags r--
     TLS off    0x0000000000253a00 vaddr 0x0000000000453a00 paddr 
0x0000000000453a00 align 2**3
         filesz 0x0000000000000000 memsz 0x0000000000000030 flags r--
EH_FRAME off    0x00000000001f348c vaddr 0x00000000001f348c paddr 
0x00000000001f348c align 2**2
         filesz 0x000000000000ac8c memsz 0x000000000000ac8c flags r--
   STACK off    0x0000000000000000 vaddr 0x0000000000000000 paddr 
0x0000000000000000 align 2**4
         filesz 0x0000000000000000 memsz 0x0000000000000000 flags rw-
   RELRO off    0x0000000000253a00 vaddr 0x0000000000453a00 paddr 
0x0000000000453a00 align 2**0
         filesz 0x000000000000e600 memsz 0x000000000000e600 flags r--

Dynamic Section:
  NEEDED               libuuid.so.1
  NEEDED               libjansson.so.4
  NEEDED               libgnutls.so.30
  NEEDED               libgio-2.0.so.0
  NEEDED               libgobject-2.0.so.0
  NEEDED               libgmodule-2.0.so.0
  NEEDED               libglib-2.0.so.0
  NEEDED               libudev.so.1
  NEEDED               libnl-3.so.200
  NEEDED               libsystemd.so.0
  NEEDED               libndp.so.0
  NEEDED               libselinux.so.1
  NEEDED               libaudit.so.1
  NEEDED               libpsl.so.5
  NEEDED               libcurl-gnutls.so.4
  NEEDED               libdl.so.2
  NEEDED               libpthread.so.0
  NEEDED               libc.so.6
  NEEDED               ld-linux-x86-64.so.2
  INIT                 0x0000000000027e30
  FINI                 0x00000000001be6a4
  INIT_ARRAY           0x0000000000453a00
  INIT_ARRAYSZ         0x0000000000000128
  FINI_ARRAY           0x0000000000453b28
  FINI_ARRAYSZ         0x0000000000000018
  GNU_HASH             0x00000000000002d0
  STRTAB               0x0000000000008b58
  SYMTAB               0x0000000000000d40
  STRSZ                0x000000000000749f
  SYMENT               0x0000000000000018
  DEBUG                0x0000000000000000
  PLTGOT               0x0000000000460070
  PLTRELSZ             0x0000000000005b38
  PLTREL               0x0000000000000007
  JMPREL               0x00000000000222f8
  RELA                 0x0000000000010c40
  RELASZ               0x00000000000116b8
  RELAENT              0x0000000000000018
  FLAGS                0x0000000000000008
  FLAGS_1              0x0000000008000001
  VERNEED              0x0000000000010a80
  VERNEEDNUM           0x0000000000000009
  VERSYM               0x000000000000fff8
  RELACOUNT            0x0000000000000b7b

Version References:
  required from ld-linux-x86-64.so.2:
    0x0d696913 0x00 20 GLIBC_2.3
  required from libuuid.so.1:
    0x09da27b0 0x00 18 UUID_1.0
  required from libdl.so.2:
    0x09691a75 0x00 13 GLIBC_2.2.5
  required from libudev.so.1:
    0x08fcf323 0x00 08 LIBUDEV_183
  required from libsystemd.so.0:
    0x0562c8b9 0x00 07 LIBSYSTEMD_209
  required from libcurl-gnutls.so.4:
    0x0b103d23 0x00 06 CURL_GNUTLS_3
  required from libgnutls.so.30:
    0x091dec84 0x00 05 GNUTLS_3_4
  required from libpthread.so.0:
    0x09691a75 0x00 03 GLIBC_2.2.5
  required from libc.so.6:
    0x0d696919 0x00 19 GLIBC_2.9
    0x06969197 0x00 17 GLIBC_2.17
    0x06969194 0x00 16 GLIBC_2.14
    0x0d696918 0x00 15 GLIBC_2.8
    0x09691974 0x00 14 GLIBC_2.3.4
    0x09691972 0x00 12 GLIBC_2.3.2
    0x06969185 0x00 11 GLIBC_2.25
    0x0d696917 0x00 10 GLIBC_2.7
    0x0d696913 0x00 09 GLIBC_2.3
    0x09691a75 0x00 04 GLIBC_2.2.5
    0x0d696914 0x00 02 GLIBC_2.4

DYNAMIC SYMBOL TABLE:
00000000001be6a4 l    DF .fini  0000000000000000  Base        _fini
0000000000027e30 l    DF .init  0000000000000000  Base        _init
0000000000000000      DF *UND*  0000000000000000              g_direct_hash
0000000000000000      DF *UND*  0000000000000000              g_string_set_size
0000000000000000      DF *UND*  0000000000000000              g_slist_copy
0000000000000000      DF *UND*  0000000000000000              g_object_new
0000000000000000      DF *UND*  0000000000000000              
g_object_add_weak_pointer
0000000000000000      DF *UND*  0000000000000000              g_get_current_dir
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.4   ppoll
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_new_for_bus
0000000000000000      DF *UND*  0000000000000000              nlmsg_put
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_skeleton_remove_interface
0000000000000000      DF *UND*  0000000000000000              g_module_open
0000000000000000      DF *UND*  0000000000000000              g_dbus_error_quark
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 __errno_location
0000000000000000      DF *UND*  0000000000000000              g_hash_table_steal
0000000000000000      DF *UND*  0000000000000000              g_value_take_boxed
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 symlink
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_register_object
0000000000000000      DF *UND*  0000000000000000              
g_key_file_set_integer_list
0000000000000000      DF *UND*  0000000000000000              nl_send_auto
0000000000000000      DF *UND*  0000000000000000              
g_io_channel_read_line
0000000000000000      DF *UND*  0000000000000000              g_malloc_n
0000000000000000      DF *UND*  0000000000000000              nla_nest_start
0000000000000000      DF *UND*  0000000000000000              g_value_get_ulong
0000000000000000      DF *UND*  0000000000000000              
g_variant_iter_free
0000000000000000      DF *UND*  0000000000000000              g_object_ref
0000000000000000      DF *UND*  0000000000000000              nlmsg_convert
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 sendto
0000000000000000      DF *UND*  0000000000000000              g_ascii_strup
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 syscall
0000000000000000      DF *UND*  0000000000000000              json_string
0000000000000000      DF *UND*  0000000000000000              g_array_sized_new
0000000000000000      DF *UND*  0000000000000000              g_intern_string
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_multi_info_read
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_rdnss_addr
0000000000000000      DF *UND*  0000000000000000  LIBSYSTEMD_209 sd_booted
0000000000000000      DF *UND*  0000000000000000              g_param_spec_ulong
0000000000000000      DF *UND*  0000000000000000              
g_object_steal_qdata
0000000000000000      DF *UND*  0000000000000000              g_bus_get_sync
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_propagate_error
0000000000000000      DF *UND*  0000000000000000              g_param_spec_int64
0000000000000000      DF *UND*  0000000000000000              
g_option_context_parse
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_remove_filter
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strptime
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_new_finish
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 udev_device_ref
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strndup
0000000000000000      DF *UND*  0000000000000000              
g_cclosure_marshal_VOID__INT
0000000000000000      DF *UND*  0000000000000000              
g_datalist_id_set_data_full
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_route_preference
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_manager_get_objects
0000000000000000      DF *UND*  0000000000000000              g_type_is_a
0000000000000000      DF *UND*  0000000000000000              g_byte_array_free
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_get_name_owner
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_new_for_bus_finish
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 bind
0000000000000000      DF *UND*  0000000000000000              g_dbus_server_stop
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_prefix_preferred_time
0000000000000000      DF *UND*  0000000000000000              g_direct_equal
0000000000000000      DF *UND*  0000000000000000              
ndp_msgrcv_handler_unregister
0000000000000000      DF *UND*  0000000000000000              
g_cclosure_marshal_VOID__UINT
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_multi_assign
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_get_parent
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_complete_in_idle
0000000000000000      DF *UND*  0000000000000000              
g_dbus_interface_skeleton_get_connection
0000000000000000      DF *UND*  0000000000000000              g_array_free
0000000000000000      DF *UND*  0000000000000000              
g_value_take_string
0000000000000000      DF *UND*  0000000000000000              
ndp_msgra_route_preference
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_string_list
0000000000000000      DF *UND*  0000000000000000              
g_return_if_fail_warning
0000000000000000      DF *UND*  0000000000000000              
g_object_set_data_full
0000000000000000      DF *UND*  0000000000000000              
g_mkdir_with_parents
0000000000000000      DF *UND*  0000000000000000              g_value_get_enum
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_close
0000000000000000      DF *UND*  0000000000000000              g_mutex_clear
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_manager_server_get_connection
0000000000000000      DF *UND*  0000000000000000              g_signal_lookup
0000000000000000      DF *UND*  0000000000000000              
g_timeout_add_seconds_full
0000000000000000      DF *UND*  0000000000000000              g_io_error_quark
0000000000000000      DF *UND*  0000000000000000              g_base64_encode
0000000000000000      DF *UND*  0000000000000000              
g_type_register_static_simple
0000000000000000      DF *UND*  0000000000000000              
g_checksum_type_get_length
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_get_action
0000000000000000      DF *UND*  0000000000000000              
g_string_chunk_free
0000000000000000      DF *UND*  0000000000000000              psl_builtin
0000000000000000      DF *UND*  0000000000000000              
g_variant_iter_init
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_get_driver
0000000000000000      DF *UND*  0000000000000000              g_value_get_string
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 if_nametoindex
0000000000000000      DF *UND*  0000000000000000              matchpathcon
0000000000000000      DF *UND*  0000000000000000              g_path_is_absolute
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strstr
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_skeleton_get_type
0000000000000000      DF *UND*  0000000000000000              
g_param_spec_boolean
0000000000000000      DF *UND*  0000000000000000              
g_type_class_adjust_private_offset
0000000000000000      DF *UND*  0000000000000000              g_timeout_add
0000000000000000      DF *UND*  0000000000000000              g_strescape
0000000000000000      DF *UND*  0000000000000000              
g_variant_type_checked_
0000000000000000      DF *UND*  0000000000000000              
g_variant_get_child_value
0000000000000000      DF *UND*  0000000000000000              g_strdupv
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_set_error
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 socket
0000000000000000      DF *UND*  0000000000000000              
g_main_context_unref
0000000000000000      DF *UND*  0000000000000000              g_get_charset
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_get_op_res_gssize
0000000000000000      DF *UND*  0000000000000000              g_cclosure_new
0000000000000000      DF *UND*  0000000000000000              g_value_get_int
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_uint32
0000000000000000      DF *UND*  0000000000000000              
g_assertion_message_cmpstr
0000000000000000      DF *UND*  0000000000000000              g_strsplit_set
0000000000000000      DF *UND*  0000000000000000              g_error_free
0000000000000000      DO *UND*  0000000000000000  GLIBC_2.2.5 __environ
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 rand
0000000000000000      DF *UND*  0000000000000000              
g_object_interface_install_property
0000000000000000      DF *UND*  0000000000000000              json_loads
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_boolean
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_monitor_new_from_netlink
0000000000000000      DF *UND*  0000000000000000              
g_type_add_interface_static
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 sethostname
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 curl_easy_init
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 recvmsg
0000000000000000      DF *UND*  0000000000000000              
g_signal_connect_closure
0000000000000000      DF *UND*  0000000000000000              g_strndup
0000000000000000      DF *UND*  0000000000000000              g_slist_concat
0000000000000000      DF *UND*  0000000000000000              g_bytes_new
0000000000000000      DF *UND*  0000000000000000              nl_recvmsgs
0000000000000000      DF *UND*  0000000000000000              
g_key_file_load_from_file
0000000000000000      DF *UND*  0000000000000000              g_mkstemp_full
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_get_op_res_gpointer
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_multi_setopt
0000000000000000      DF *UND*  0000000000000000              json_object_del
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 popen
0000000000000000      DF *UND*  0000000000000000              
g_variant_builder_end
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_string
0000000000000000      DF *UND*  0000000000000000              g_slist_prepend
0000000000000000      DF *UND*  0000000000000000              nla_get_u16
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_get_subsystem
0000000000000000      DF *UND*  0000000000000000              g_ascii_toupper
0000000000000000      DF *UND*  0000000000000000              
g_variant_builder_clear
0000000000000000      DF *UND*  0000000000000000              g_propagate_error
0000000000000000      DF *UND*  0000000000000000              
g_value_set_variant
0000000000000000      DF *UND*  0000000000000000              
g_param_spec_string
0000000000000000      DF *UND*  0000000000000000              g_value_set_ulong
0000000000000000      DF *UND*  0000000000000000              g_string_truncate
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strtoul
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_get_type
0000000000000000      DF *UND*  0000000000000000              g_value_get_double
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 recv
0000000000000000      DF *UND*  0000000000000000              
g_variant_builder_add_value
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 waitid
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strerror
0000000000000000      DF *UND*  0000000000000000              
g_cclosure_marshal_VOID__STRING
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_signal_unsubscribe
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_array
0000000000000000      DF *UND*  0000000000000000              audit_open
0000000000000000      DF *UND*  0000000000000000              
ndp_msgra_router_lifetime_set
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3   realpath
0000000000000000      DF *UND*  0000000000000000  LIBSYSTEMD_209 
sd_login_monitor_unref
0000000000000000      DF *UND*  0000000000000000              
g_variant_get_type_string
0000000000000000      DF *UND*  0000000000000000              g_byte_array_unref
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_monitor_receive_device
0000000000000000      DF *UND*  0000000000000000              g_log_set_handler
0000000000000000      DF *UND*  0000000000000000              g_string_new
0000000000000000      DF *UND*  0000000000000000              g_str_equal
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 write
0000000000000000      DF *UND*  0000000000000000              g_object_get_qdata
0000000000000000      DF *UND*  0000000000000000              nlmsg_size
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_list_entry_get_next
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strchr
0000000000000000      DF *UND*  0000000000000000              
g_key_file_has_group
0000000000000000      DF *UND*  0000000000000000              
g_date_time_difference
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.7   mkostemp
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_get_type
0000000000000000      DF *UND*  0000000000000000              g_slist_position
0000000000000000      DF *UND*  0000000000000000              g_value_dup_string
0000000000000000      DF *UND*  0000000000000000              
g_type_check_instance_cast
0000000000000000      DF *UND*  0000000000000000              g_param_spec_enum
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_list_entry_get_name
0000000000000000      DF *UND*  0000000000000000              g_usleep
0000000000000000      DF *UND*  0000000000000000              
nl_send_auto_complete
0000000000000000      DF *UND*  0000000000000000              
g_option_context_new
0000000000000000      DF *UND*  0000000000000000              
g_param_value_defaults
0000000000000000      DF *UND*  0000000000000000              ndp_msgra
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_fixed_array
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_get_body
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strspn
0000000000000000      DF *UND*  0000000000000000              g_printerr
0000000000000000      DF *UND*  0000000000000000              g_signal_emitv
0000000000000000      DF *UND*  0000000000000000              
g_array_get_element_size
0000000000000000      DF *UND*  0000000000000000              g_get_current_time
0000000000000000      DF *UND*  0000000000000000              
g_array_remove_index_fast
0000000000000000      DF *UND*  0000000000000000              
g_object_thaw_notify
0000000000000000      DF *UND*  0000000000000000              g_value_set_int64
0000000000000000      DF *UND*  0000000000000000              
g_error_new_literal
0000000000000000      DF *UND*  0000000000000000              g_type_class_peek
0000000000000000      DF *UND*  0000000000000000              
g_string_append_len
0000000000000000  w   DF *UND*  0000000000000000  GLIBC_2.2.5 __cxa_finalize
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strlen
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_multi_add_handle
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 inet_ntoa
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 memcmp
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_prefix_len
0000000000000000      DF *UND*  0000000000000000              nlmsg_ok
0000000000000000      DF *UND*  0000000000000000              g_weak_ref_get
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 mkdir
0000000000000000      DF *UND*  0000000000000000              g_queue_push_tail
0000000000000000      DF *UND*  0000000000000000              
g_type_interface_peek
0000000000000000      DF *UND*  0000000000000000              g_string_chunk_new
0000000000000000      DF *UND*  0000000000000000              g_file_read_link
0000000000000000      DF *UND*  0000000000000000              g_list_find
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fchmod
0000000000000000      DF *UND*  0000000000000000              g_log
0000000000000000      DF *UND*  0000000000000000              
g_key_file_set_integer
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 unlink
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strncmp
0000000000000000      DF *UND*  0000000000000000              
g_variant_get_child
0000000000000000      DF *UND*  0000000000000000              
g_option_context_set_summary
0000000000000000      DF *UND*  0000000000000000              
g_dbus_gvariant_to_gvalue
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_ifindex_set
0000000000000000      DF *UND*  0000000000000000              g_type_name
0000000000000000      DF *UND*  0000000000000000              g_main_loop_quit
0000000000000000      DF *UND*  0000000000000000              
g_cancellable_cancel
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3.2 epoll_wait
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 
bind_textdomain_codeset
0000000000000000      DF *UND*  0000000000000000              g_list_delete_link
0000000000000000      DF *UND*  0000000000000000              
g_path_get_basename
0000000000000000      DF *UND*  0000000000000000              
g_variant_get_boolean
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 getuid
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_manager_server_set_connection
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_tuple
0000000000000000      DF *UND*  0000000000000000              g_list_append
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 sigismember
0000000000000000      DF *UND*  0000000000000000              nl_socket_get_fd
0000000000000000      DF *UND*  0000000000000000              g_random_int_range
0000000000000000      DF *UND*  0000000000000000              audit_close
0000000000000000      DF *UND*  0000000000000000              g_slist_find
0000000000000000      DF *UND*  0000000000000000              g_build_filename
0000000000000000      DF *UND*  0000000000000000              
g_variant_type_peek_string
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_int32
0000000000000000      DF *UND*  0000000000000000              
g_variant_get_fixed_array
0000000000000000      DF *UND*  0000000000000000              g_slist_length
0000000000000000      DF *UND*  0000000000000000              nlmsg_parse
0000000000000000      DF *UND*  0000000000000000              g_bytes_new_take
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_remove_all
0000000000000000      DF *UND*  0000000000000000              nlmsg_valid_hdr
0000000000000000      DF *UND*  0000000000000000              
g_closure_set_marshal
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strncpy
0000000000000000      DF *UND*  0000000000000000              g_type_parent
0000000000000000      DF *UND*  0000000000000000              g_value_set_uchar
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  gnutls_global_init
0000000000000000      DF *UND*  0000000000000000              
g_io_channel_set_encoding
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 localtime_r
0000000000000000      DF *UND*  0000000000000000              
g_signal_handlers_block_matched
0000000000000000      DF *UND*  0000000000000000              
psl_is_public_suffix
0000000000000000      DF *UND*  0000000000000000              g_slist_sort
0000000000000000      DF *UND*  0000000000000000              g_value_set_uint
0000000000000000      DF *UND*  0000000000000000              
g_param_spec_variant
0000000000000000      DF *UND*  0000000000000000              nl_cb_clone
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 memset
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_rdnss_lifetime
0000000000000000      DF *UND*  0000000000000000              nla_put
0000000000000000      DF *UND*  0000000000000000              g_variant_new_strv
0000000000000000      DF *UND*  0000000000000000              
ndp_msgra_router_lifetime
0000000000000000      DF *UND*  0000000000000000              g_file_get_path
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.7   signalfd
0000000000000000      DF *UND*  0000000000000000              
g_set_error_literal
0000000000000000      DF *UND*  0000000000000000              
ndp_msgra_flag_managed
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_get_cached_property
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_payload_maxlen
0000000000000000      DF *UND*  0000000000000000              
g_flags_get_first_value
0000000000000000      DF *UND*  0000000000000000              
g_byte_array_append
0000000000000000      DF *UND*  0000000000000000              g_bytes_get_type
0000000000000000      DF *UND*  0000000000000000              
g_dbus_error_register_error
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_manager_server_get_type
0000000000000000      DF *UND*  0000000000000000              
g_source_set_priority
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_new_method_reply
0000000000000000      DF *UND*  0000000000000000              
json_object_iter_key
0000000000000000      DF *UND*  0000000000000000              
g_ptr_array_new_full
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fcntl
0000000000000000      DF *UND*  0000000000000000              g_idle_source_new
0000000000000000      DF *UND*  0000000000000000              g_source_unref
0000000000000000      DF *UND*  0000000000000000              g_value_transform
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_next_opt_offset
0000000000000000      DF *UND*  0000000000000000              nla_next
0000000000000000      DF *UND*  0000000000000000              ndp_open
0000000000000000      DF *UND*  0000000000000000              
g_dbus_method_invocation_take_error
0000000000000000      DF *UND*  0000000000000000              
g_ptr_array_remove_index_fast
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_get_interface
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_enumerate_scan_devices
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3.4 __sprintf_chk
0000000000000000      DF *UND*  0000000000000000              
g_byte_array_get_type
0000000000000000      DF *UND*  0000000000000000              setfscreatecon
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_set_op_res_gssize
0000000000000000      DF *UND*  0000000000000000  LIBSYSTEMD_209 
sd_uid_get_sessions
0000000000000000      DF *UND*  0000000000000000              g_memdup
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_complete
0000000000000000      DF *UND*  0000000000000000              g_slist_reverse
0000000000000000      DF *UND*  0000000000000000              g_variant_new
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_get_keys
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3.4 __snprintf_chk
0000000000000000      DF *UND*  0000000000000000              g_list_free
0000000000000000      DF *UND*  0000000000000000              g_checksum_free
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_unregister_object
0000000000000000      DF *UND*  0000000000000000              g_list_first
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 rename
0000000000000000      DF *UND*  0000000000000000              
g_signal_handlers_disconnect_matched
0000000000000000      DF *UND*  0000000000000000              
g_file_enumerator_next_file
0000000000000000      DF *UND*  0000000000000000              
g_variant_iter_n_children
0000000000000000      DF *UND*  0000000000000000              
g_key_file_set_comment
0000000000000000      DF *UND*  0000000000000000              g_mutex_init
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_new_method_error_literal
0000000000000000      DF *UND*  0000000000000000              
g_array_insert_vals
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_new_full
0000000000000000      DF *UND*  0000000000000000              g_file_query_info
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 chown
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_easy_cleanup
0000000000000000      DF *UND*  0000000000000000              nlmsg_data
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 sysconf
0000000000000000      DF *UND*  0000000000000000              g_try_malloc
0000000000000000      DF *UND*  0000000000000000              g_signal_emit
0000000000000000      DF *UND*  0000000000000000              g_strdup
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 calloc
0000000000000000      DF *UND*  0000000000000000              
g_convert_with_fallback
0000000000000000      DF *UND*  0000000000000000              
g_object_remove_weak_pointer
0000000000000000      DF *UND*  0000000000000000              g_value_get_object
0000000000000000      DF *UND*  0000000000000000              
g_ascii_strncasecmp
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 dcgettext
0000000000000000      DF *UND*  0000000000000000              g_spawn_async
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_insert
0000000000000000      DF *UND*  0000000000000000              g_strchomp
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_get_path
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 udev_monitor_unref
0000000000000000      DF *UND*  0000000000000000              g_get_prgname
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_monitor_enable_receiving
0000000000000000      DF *UND*  0000000000000000              
g_object_class_list_properties
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_uint64
0000000000000000      DF *UND*  0000000000000000              g_strlcpy
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_set_body
0000000000000000      DF *UND*  0000000000000000              nlmsg_free
0000000000000000      DF *UND*  0000000000000000              ndp_msg_opt_prefix
0000000000000000      DF *UND*  0000000000000000              
g_variant_lookup_value
0000000000000000      DF *UND*  0000000000000000              
g_slist_delete_link
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strchrnul
0000000000000000      DF *UND*  0000000000000000              g_ptr_array_insert
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_get_keys_as_array
0000000000000000      DF *UND*  0000000000000000              
g_array_remove_index
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_get_peer_credentials
0000000000000000      DF *UND*  0000000000000000              g_value_get_uchar
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_value
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_take_string
0000000000000000      DF *UND*  0000000000000000              
g_variant_builder_open
0000000000000000      DF *UND*  0000000000000000              
g_array_append_vals
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_manager_server_new
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 open
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 inet_aton
0000000000000000      DF *UND*  0000000000000000              g_variant_take_ref
0000000000000000      DF *UND*  0000000000000000              nla_nest_end
0000000000000000      DF *UND*  0000000000000000              
g_file_error_from_errno
0000000000000000      DF *UND*  0000000000000000              
json_object_iter_at
0000000000000000      DF *UND*  0000000000000000              g_ascii_tolower
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_is_valid
0000000000000000      DF *UND*  0000000000000000              g_value_set_boxed
0000000000000000      DF *UND*  0000000000000000              
g_dbus_method_invocation_return_gerror
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_multi_remove_handle
0000000000000000      DF *UND*  0000000000000000              
g_ptr_array_new_with_free_func
0000000000000000      DF *UND*  0000000000000000              g_strdup_printf
0000000000000000      DF *UND*  0000000000000000              
g_signal_add_emission_hook
0000000000000000      DF *UND*  0000000000000000              
g_credentials_get_unix_user
0000000000000000      DF *UND*  0000000000000000              g_checksum_update
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_new_from_syspath
0000000000000000      DO *UND*  0000000000000000              g_test_config_vars
0000000000000000      DF *UND*  0000000000000000              
g_ptr_array_set_free_func
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.8   timerfd_settime
0000000000000000      DF *UND*  0000000000000000              ndp_msg_destroy
0000000000000000      DF *UND*  0000000000000000              g_main_loop_run
0000000000000000      DF *UND*  0000000000000000              nlmsg_alloc
0000000000000000      DF *UND*  0000000000000000              
g_resolver_get_default
0000000000000000      DF *UND*  0000000000000000              g_malloc
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  
gnutls_x509_privkey_init
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_foreach_remove
0000000000000000      DF *UND*  0000000000000000              g_socket_get_type
0000000000000000      DF *UND*  0000000000000000              g_date_time_ref
0000000000000000      DF *UND*  0000000000000000              g_signal_new
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 waitpid
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_prefix_valid_time
0000000000000000      DF *UND*  0000000000000000              
g_ptr_array_sized_new
0000000000000000      DF *UND*  0000000000000000              
g_io_channel_get_flags
0000000000000000      DF *UND*  0000000000000000              g_main_loop_new
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_get_object_path
0000000000000000      DF *UND*  0000000000000000              
g_key_file_save_to_file
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_iter_init
0000000000000000      DF *UND*  0000000000000000              
g_object_class_install_properties
0000000000000000      DF *UND*  0000000000000000              
g_variant_iter_next_value
0000000000000000      DF *UND*  0000000000000000              
g_key_file_set_string_list
0000000000000000      DF *UND*  0000000000000000              nlmsg_get_proto
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 getpwnam
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strftime
0000000000000000      DF *UND*  0000000000000000              
g_file_set_contents
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_add_filter
0000000000000000      DF *UND*  0000000000000000              
g_flags_get_value_by_nick
0000000000000000      DF *UND*  0000000000000000              
g_dbus_gvalue_to_gvariant
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.14  memcpy
0000000000000000      DF *UND*  0000000000000000              g_value_set_uint64
0000000000000000      DF *UND*  0000000000000000              
g_variant_dup_string
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  gnutls_pkcs12_init
0000000000000000      DF *UND*  0000000000000000              g_dir_close
0000000000000000      DF *UND*  0000000000000000              
g_variant_get_int32
0000000000000000      DF *UND*  0000000000000000              nla_get_string
0000000000000000      DF *UND*  0000000000000000              ndp_msg_send
0000000000000000      DF *UND*  0000000000000000              g_strsplit
0000000000000000      DF *UND*  0000000000000000              
g_value_set_static_string
0000000000000000      DF *UND*  0000000000000000              g_param_spec_flags
0000000000000000      DF *UND*  0000000000000000              
g_string_chunk_insert
0000000000000000      DF *UND*  0000000000000000              g_error_new
0000000000000000      DF *UND*  0000000000000000              ndp_close
0000000000000000      DF *UND*  0000000000000000              json_object
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_iter_remove
0000000000000000      DF *UND*  0000000000000000              
g_type_interface_add_prerequisite
0000000000000000      DF *UND*  0000000000000000              
g_inet_address_to_string
0000000000000000      DF *UND*  0000000000000000              nl_cb_alloc
0000000000000000      DF *UND*  0000000000000000              
g_type_check_value_holds
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3.4 __strcpy_chk
0000000000000000      DF *UND*  0000000000000000              nlmsg_set_creds
0000000000000000      DF *UND*  0000000000000000              g_variant_dup_strv
0000000000000000      DF *UND*  0000000000000000              g_module_error
0000000000000000      DF *UND*  0000000000000000              
g_object_set_qdata_full
0000000000000000      DF *UND*  0000000000000000              
g_value_set_boolean
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_slist_free_all
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fsync
0000000000000000      DF *UND*  0000000000000000              g_value_set_string
0000000000000000      DF *UND*  0000000000000000              
g_async_result_get_source_object
0000000000000000      DF *UND*  0000000000000000              
g_value_get_boolean
0000000000000000      DF *UND*  0000000000000000              
g_dbus_error_strip_remote_error
0000000000000000      DF *UND*  0000000000000000              
g_file_info_get_is_symlink
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 openlog
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_enumerate_get_list_entry
0000000000000000      DF *UND*  0000000000000000              g_strlcat
0000000000000000      DF *UND*  0000000000000000              g_string_insert_c
0000000000000000      DF *UND*  0000000000000000              
g_type_instance_get_private
0000000000000000      DF *UND*  0000000000000000              
g_key_file_error_quark
0000000000000000      DF *UND*  0000000000000000              g_strjoin
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 setlocale
0000000000000000      DF *UND*  0000000000000000              
g_variant_builder_init
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_groups
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_lookup_extended
0000000000000000      DF *UND*  0000000000000000              g_str_has_prefix
0000000000000000      DF *UND*  0000000000000000              
g_value_set_pointer
0000000000000000      DF *UND*  0000000000000000              nla_strlcpy
0000000000000000      DF *UND*  0000000000000000              g_variant_ref_sink
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_route_prefix
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 setrlimit
0000000000000000      DF *UND*  0000000000000000              g_cancellable_new
0000000000000000      DF *UND*  0000000000000000              
g_object_class_override_property
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.17  clock_gettime
0000000000000000      DF *UND*  0000000000000000              g_bus_watch_name
0000000000000000      DF *UND*  0000000000000000              
g_key_file_set_list_separator
0000000000000000      DF *UND*  0000000000000000              g_idle_add
0000000000000000      DF *UND*  0000000000000000              nla_parse
0000000000000000      DF *UND*  0000000000000000  LIBSYSTEMD_209 
sd_login_monitor_flush
0000000000000000      DF *UND*  0000000000000000              
g_object_freeze_notify
0000000000000000      DF *UND*  0000000000000000              
audit_log_user_message
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.14  setns
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 time
0000000000000000      DF *UND*  0000000000000000              
g_signal_connect_data
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strcpy
0000000000000000      DF *UND*  0000000000000000              
g_param_spec_uint64
0000000000000000      DF *UND*  0000000000000000              g_once_init_enter
0000000000000000      DF *UND*  0000000000000000              g_slice_alloc0
0000000000000000      DF *UND*  0000000000000000              g_strerror
0000000000000000      DF *UND*  0000000000000000              
g_param_value_validate
0000000000000000      DF *UND*  0000000000000000              getfscreatecon
0000000000000000      DF *UND*  0000000000000000              g_error_matches
0000000000000000      DF *UND*  0000000000000000              g_source_attach
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 srand
0000000000000000      DF *UND*  0000000000000000              
g_inet_address_new_from_bytes
0000000000000000      DF *UND*  0000000000000000              
g_variant_iter_next
0000000000000000      DO *UND*  0000000000000000              g_ascii_table
0000000000000000      DF *UND*  0000000000000000              
g_signal_handler_disconnect
0000000000000000      DF *UND*  0000000000000000              g_value_reset
0000000000000000      DF *UND*  0000000000000000              
ndp_msgra_curhoplimit
0000000000000000      DF *UND*  0000000000000000              
g_dbus_method_invocation_get_message
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_uint64
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_signal_subscribe
0000000000000000      DF *UND*  0000000000000000              g_array_new
0000000000000000      DF *UND*  0000000000000000              g_value_dup_object
0000000000000000      DF *UND*  0000000000000000              g_rand_new
0000000000000000      DF *UND*  0000000000000000              g_type_test_flags
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_call_sync
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  
gnutls_pkcs12_import
0000000000000000      DF *UND*  0000000000000000              g_object_set_qdata
0000000000000000      DF *UND*  0000000000000000              g_string_new_len
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fclose
0000000000000000      DF *UND*  0000000000000000              g_variant_new_byte
0000000000000000      DF *UND*  0000000000000000              
nl_socket_get_local_port
0000000000000000      DF *UND*  0000000000000000              
g_ptr_array_sort_with_data
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_lookup
0000000000000000      DF *UND*  0000000000000000              g_signal_list_ids
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 __xstat
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_enumerate_add_match_subsystem
0000000000000000      DF *UND*  0000000000000000              
g_param_spec_pointer
0000000000000000      DF *UND*  0000000000000000              
g_variant_type_is_array
0000000000000000      DF *UND*  0000000000000000              nla_put_string
0000000000000000      DF *UND*  0000000000000000              
g_cancellable_is_cancelled
0000000000000000      DF *UND*  0000000000000000              
g_value_get_variant
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_new
0000000000000000      DF *UND*  0000000000000000              g_rand_free
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  gnutls_strerror
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_get_parent_with_subsystem_devtype
0000000000000000      DF *UND*  0000000000000000              
g_dbus_server_new_sync
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 stpcpy
0000000000000000      DF *UND*  0000000000000000              g_value_get_int64
0000000000000000      DF *UND*  0000000000000000              
g_key_file_remove_key
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_iter_next
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_multi_cleanup
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 bindtextdomain
0000000000000000      DF *UND*  0000000000000000              g_source_add_poll
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 inet_ntop
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_skeleton_add_interface
0000000000000000      DF *UND*  0000000000000000              
g_ptr_array_set_size
0000000000000000      DF *UND*  0000000000000000              g_initable_new
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fileno
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fdopen
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_send_message
0000000000000000      DF *UND*  0000000000000000              
g_intern_static_string
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_get_sender
0000000000000000      DF *UND*  0000000000000000              
nl_socket_set_msg_buf_size
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 __fxstat
0000000000000000      DF *UND*  0000000000000000              g_variant_equal
0000000000000000      DF *UND*  0000000000000000  LIBSYSTEMD_209 
sd_login_monitor_get_fd
0000000000000000      DF *UND*  0000000000000000              g_string_printf
0000000000000000      DF *UND*  0000000000000000              g_type_check_value
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_get_cached_property_names
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  
gnutls_pkcs12_verify_mac
0000000000000000      DF *UND*  0000000000000000              
g_array_remove_range
0000000000000000      DF *UND*  0000000000000000              g_variant_ref
0000000000000000      DF *UND*  0000000000000000              
g_object_get_property
0000000000000000      DF *UND*  0000000000000000              
g_async_initable_init_finish
0000000000000000      DF *UND*  0000000000000000              
g_file_get_contents
0000000000000000      DF *UND*  0000000000000000              g_strfreev
0000000000000000      DF *UND*  0000000000000000              g_type_get_qdata
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3   __ctype_b_loc
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strcasecmp
0000000000000000      DF *UND*  0000000000000000              g_strv_length
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 inet_netof
0000000000000000      DF *UND*  0000000000000000              
g_pattern_match_simple
0000000000000000      DF *UND*  0000000000000000              nl_wait_for_ack
0000000000000000      DF *UND*  0000000000000000              g_string_sized_new
0000000000000000      DF *UND*  0000000000000000              
g_date_time_new_utc
0000000000000000      DF *UND*  0000000000000000              
g_option_context_free
0000000000000000      DF *UND*  0000000000000000              
g_ptr_array_get_type
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_emit_signal
0000000000000000      DF *UND*  0000000000000000              g_type_class_unref
0000000000000000      DF *UND*  0000000000000000              g_mutex_lock
0000000000000000      DF *UND*  0000000000000000              nla_get_u8
0000000000000000      DF *UND*  0000000000000000              g_list_free_full
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.4   __syslog_chk
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strrchr
0000000000000000      DF *UND*  0000000000000000              
g_io_channel_set_flags
0000000000000000      DF *UND*  0000000000000000              g_variant_get
0000000000000000      DF *UND*  0000000000000000              g_value_set_flags
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 memchr
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.4   __stack_chk_fail
0000000000000000      DF *UND*  0000000000000000              g_datalist_clear
0000000000000000      DF *UND*  0000000000000000              
g_object_notify_by_pspec
0000000000000000      DF *UND*  0000000000000000              nl_cb_err
0000000000000000      DF *UND*  0000000000000000              
g_dbus_interface_skeleton_get_object_path
0000000000000000      DF *UND*  0000000000000000              g_module_close
0000000000000000      DF *UND*  0000000000000000              g_list_prepend
0000000000000000      DF *UND*  0000000000000000              
g_signal_new_class_handler
0000000000000000      DF *UND*  0000000000000000              
g_resolver_lookup_by_address_async
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  
gnutls_x509_privkey_deinit
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_global_cleanup
0000000000000000      DF *UND*  0000000000000000  UUID_1.0    
uuid_generate_random
0000000000000000      DF *UND*  0000000000000000              g_getenv
0000000000000000      DF *UND*  0000000000000000              g_spawn_sync
0000000000000000      DF *UND*  0000000000000000              
g_dbus_method_invocation_get_method_info
0000000000000000      DF *UND*  0000000000000000              g_str_hash
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_monitor_get_fd
0000000000000000      DF *UND*  0000000000000000              nla_len
0000000000000000      DF *UND*  0000000000000000              
g_key_file_set_boolean
0000000000000000      DF *UND*  0000000000000000              
g_object_add_toggle_ref
0000000000000000      DF *UND*  0000000000000000              g_strcanon
0000000000000000      DF *UND*  0000000000000000              g_rand_int
0000000000000000      DF *UND*  0000000000000000              
g_dbus_server_start
0000000000000000      DF *UND*  0000000000000000              
g_credentials_get_unix_pid
0000000000000000      DF *UND*  0000000000000000              g_ascii_strdown
0000000000000000      DF *UND*  0000000000000000              nl_cb_set
0000000000000000      DF *UND*  0000000000000000              
g_quark_from_string
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 getpwuid
0000000000000000      DF *UND*  0000000000000000              g_free
0000000000000000      DF *UND*  0000000000000000              g_value_set_object
0000000000000000      DF *UND*  0000000000000000              
g_param_value_set_default
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fflush
0000000000000000      DF *UND*  0000000000000000              g_slist_remove
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fopen
0000000000000000      DF *UND*  0000000000000000              
g_ptr_array_remove_index
0000000000000000      DF *UND*  0000000000000000              
g_signal_handlers_unblock_matched
0000000000000000      DF *UND*  0000000000000000              g_io_create_watch
0000000000000000      DF *UND*  0000000000000000              g_type_interfaces
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 signal
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 free
0000000000000000      DF *UND*  0000000000000000              g_value_set_int
0000000000000000      DF *UND*  0000000000000000              
g_type_add_instance_private
0000000000000000      DF *UND*  0000000000000000              
json_object_iter_value
0000000000000000      DF *UND*  0000000000000000              
g_dbus_method_invocation_get_type
0000000000000000      DF *UND*  0000000000000000              g_hash_table_unref
0000000000000000      DF *UND*  0000000000000000              g_checksum_reset
0000000000000000      DF *UND*  0000000000000000              g_value_set_enum
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 daemon
0000000000000000      DF *UND*  0000000000000000              
g_dbus_interface_info_lookup_signal
0000000000000000      DF *UND*  0000000000000000              g_file_test
0000000000000000      DF *UND*  0000000000000000              g_quark_to_string
0000000000000000      DF *UND*  0000000000000000              
g_assertion_message_error
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_set_default_timeout
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 exit
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 getenv
0000000000000000      DF *UND*  0000000000000000              g_object_set
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_get_unique_name
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 udev_unref
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_replace
0000000000000000      DF *UND*  0000000000000000              nlmsg_find_attr
0000000000000000      DF *UND*  0000000000000000              g_mutex_unlock
0000000000000000      DF *UND*  0000000000000000              
json_object_set_new
0000000000000000      DF *UND*  0000000000000000              g_ptr_array_new
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 mempcpy
0000000000000000      DF *UND*  0000000000000000              g_param_spec_boxed
0000000000000000      DF *UND*  0000000000000000              g_bytes_get_size
0000000000000000      DF *UND*  0000000000000000              
g_dbus_method_invocation_get_connection
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 udev_new
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_type
0000000000000000      DF *UND*  0000000000000000              
g_assertion_message_cmpnum
0000000000000000      DF *UND*  0000000000000000              g_object_get
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_dnssl_domain
0000000000000000      DF *UND*  0000000000000000              g_param_spec_uchar
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fputc
0000000000000000      DF *UND*  0000000000000000              g_file_copy
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_is_closed
0000000000000000      DF *UND*  0000000000000000              g_source_set_name
0000000000000000      DF *UND*  0000000000000000              g_unix_signal_add
0000000000000000      DF *UND*  0000000000000000              
g_object_class_install_property
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 sigdelset
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_get_values
0000000000000000      DF *UND*  0000000000000000              g_variant_lookup
0000000000000000      DF *UND*  0000000000000000              
g_variant_get_uint32
0000000000000000      DF *UND*  0000000000000000              g_dir_open
0000000000000000      DF *UND*  0000000000000000              ndp_get_eventfd
0000000000000000      DF *UND*  0000000000000000  LIBSYSTEMD_209 sd_journal_send
0000000000000000      DF *UND*  0000000000000000  LIBSYSTEMD_209 
sd_login_monitor_new
0000000000000000      DF *UND*  0000000000000000              g_variant_unref
0000000000000000      DF *UND*  0000000000000000              
g_dbus_method_invocation_return_value
0000000000000000      DF *UND*  0000000000000000              
g_type_class_add_private
0000000000000000      DF *UND*  0000000000000000              
g_key_file_set_string
0000000000000000      DF *UND*  0000000000000000              g_param_spec_uint
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_get_type
0000000000000000      DF *UND*  0000000000000000              
g_timeout_add_seconds
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.9   epoll_create1
0000000000000000      DF *UND*  0000000000000000              
g_variant_new_object_path
0000000000000000      DF *UND*  0000000000000000              
g_io_channel_new_file
0000000000000000      DF *UND*  0000000000000000              g_variant_compare
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 malloc
0000000000000000      DF *UND*  0000000000000000              
g_dbus_interface_skeleton_get_info
0000000000000000      DF *UND*  0000000000000000              g_object_notify
0000000000000000      DF *UND*  0000000000000000              
json_object_iter_next
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_new_sync
0000000000000000      DF *UND*  0000000000000000              g_unlink
0000000000000000      DF *UND*  0000000000000000              
nl_socket_disable_msg_peek
0000000000000000      DF *UND*  0000000000000000              g_quark_try_string
0000000000000000      DF *UND*  0000000000000000              
g_type_check_instance_is_a
0000000000000000      DF *UND*  0000000000000000              g_string_ascii_up
0000000000000000      DF *UND*  0000000000000000              g_object_weak_ref
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_prefix_flag_auto_addr_conf
0000000000000000      DF *UND*  0000000000000000              
g_cclosure_marshal_generic
0000000000000000      DF *UND*  0000000000000000              g_dpgettext
0000000000000000      DF *UND*  0000000000000000              
g_object_class_find_property
0000000000000000      DF *UND*  0000000000000000              
g_object_set_property
0000000000000000      DF *UND*  0000000000000000              
g_slist_insert_sorted_with_data
0000000000000000      DF *UND*  0000000000000000              g_weak_ref_clear
0000000000000000      DF *UND*  0000000000000000              
g_key_file_remove_group
0000000000000000      DF *UND*  0000000000000000              
g_file_monitor_file
0000000000000000      DF *UND*  0000000000000000              
g_dbus_method_invocation_return_error
0000000000000000      DF *UND*  0000000000000000              g_checksum_new
0000000000000000      DF *UND*  0000000000000000              
g_closure_add_finalize_notifier
0000000000000000      DF *UND*  0000000000000000              
nl_socket_set_buffer_size
0000000000000000      DF *UND*  0000000000000000              g_value_get_uint
0000000000000000      DF *UND*  0000000000000000              nlmsg_append
0000000000000000      DF *UND*  0000000000000000              
g_value_get_pointer
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_set_interface_info
0000000000000000      DF *UND*  0000000000000000              nla_data
0000000000000000      DF *UND*  0000000000000000              g_key_file_to_data
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_keys
0000000000000000      DF *UND*  0000000000000000              
g_object_weak_unref
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_string
0000000000000000      DF *UND*  0000000000000000              
g_byte_array_sized_new
0000000000000000      DF *UND*  0000000000000000              
g_quark_from_static_string
0000000000000000      DF *UND*  0000000000000000              
g_module_make_resident
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3.2 epoll_ctl
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_payload_len
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_manager_get_object
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3.4 __memset_chk
0000000000000000      DF *UND*  0000000000000000              g_module_symbol
0000000000000000      DF *UND*  0000000000000000              g_source_new
0000000000000000      DF *UND*  0000000000000000              
g_simple_async_result_set_op_res_gpointer
0000000000000000      DF *UND*  0000000000000000              
g_io_error_from_errno
0000000000000000      DF *UND*  0000000000000000              
g_io_channel_unix_new
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strcmp
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 curl_multi_init
0000000000000000      DF *UND*  0000000000000000              g_slice_alloc
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strtol
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 ioctl
0000000000000000      DF *UND*  0000000000000000              
g_file_monitor_directory
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_get_unix_fd_list
0000000000000000      DF *UND*  0000000000000000              
g_initable_get_type
0000000000000000      DF *UND*  0000000000000000              g_dir_read_name
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 pclose
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_call_with_unix_fd_list_finish
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 kill
0000000000000000      DF *UND*  0000000000000000              g_clear_error
0000000000000000      DF *UND*  0000000000000000              json_delete
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_get_property_value
0000000000000000      DF *UND*  0000000000000000              g_strconcat
0000000000000000      DF *UND*  0000000000000000              
g_variant_n_children
0000000000000000      DF *UND*  0000000000000000              
g_option_context_add_main_entries
0000000000000000      DF *UND*  0000000000000000              g_queue_pop_head
0000000000000000      DF *UND*  0000000000000000              g_child_watch_add
0000000000000000      DF *UND*  0000000000000000              g_hash_table_add
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_route_prefix_len
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_new_from_subsystem_sysname
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 read
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_remove
0000000000000000      DF *UND*  0000000000000000              
g_dbus_error_is_remote_error
0000000000000000      DF *UND*  0000000000000000              g_key_file_new
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_enumerate_unref
0000000000000000      DF *UND*  0000000000000000              
g_flags_register_static
0000000000000000      DF *UND*  0000000000000000              
nl_socket_add_memberships
0000000000000000      DF *UND*  0000000000000000              
g_dbus_generate_guid
0000000000000000      DF *UND*  0000000000000000              g_string_free
0000000000000000      DO *UND*  0000000000000000              g_param_spec_types
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 basename
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 getpid
0000000000000000      DF *UND*  0000000000000000              g_strv_get_type
0000000000000000      DF *UND*  0000000000000000              g_value_copy
0000000000000000      DF *UND*  0000000000000000              
g_main_context_ref_thread_default
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  
gnutls_x509_privkey_import_pkcs8
0000000000000000      DF *UND*  0000000000000000              
g_option_context_set_ignore_unknown_options
0000000000000000      DF *UND*  0000000000000000              
g_array_set_clear_func
0000000000000000      DF *UND*  0000000000000000              g_path_get_dirname
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fread
0000000000000000      DO *UND*  0000000000000000  GLIBC_2.2.5 in6addr_any
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 gethostname
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_multi_socket_action
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_integer
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 setenv
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_call_with_unix_fd_list
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 poll
0000000000000000      DF *UND*  0000000000000000              g_bytes_ref
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  
gnutls_pkcs12_deinit
0000000000000000      DF *UND*  0000000000000000              g_value_get_uint64
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_get_member
0000000000000000      DF *UND*  0000000000000000              
g_key_file_set_value
0000000000000000      DF *UND*  0000000000000000              nla_get_u64
0000000000000000      DF *UND*  0000000000000000              g_object_unref
0000000000000000      DF *UND*  0000000000000000              freecon
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_new_for_bus_sync
0000000000000000      DF *UND*  0000000000000000              g_array_unref
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 sigaddset
0000000000000000      DF *UND*  0000000000000000              
g_cclosure_marshal_VOID__VOID
0000000000000000      DF *UND*  0000000000000000              
g_source_set_callback
0000000000000000      DF *UND*  0000000000000000              g_variant_get_strv
0000000000000000      DF *UND*  0000000000000000              g_once_init_leave
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 feof
0000000000000000      DF *UND*  0000000000000000              g_date_time_unref
0000000000000000      DF *UND*  0000000000000000              g_bytes_unref
0000000000000000      DF *UND*  0000000000000000              
ndp_callall_eventfd_handler
0000000000000000      DF *UND*  0000000000000000              
g_date_time_new_now_utc
0000000000000000      DF *UND*  0000000000000000              
g_resolver_lookup_by_address_finish
0000000000000000      DF *UND*  0000000000000000              g_value_dup_boxed
0000000000000000      DF *UND*  0000000000000000              g_warn_message
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_enumerate_add_match_is_initialized
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_monitor_filter_add_match_subsystem_devtype
0000000000000000      DF *UND*  0000000000000000              json_object_iter
0000000000000000      DF *UND*  0000000000000000              
g_cancellable_get_type
0000000000000000      DF *UND*  0000000000000000              g_vsnprintf
0000000000000000      DF *UND*  0000000000000000              nla_parse_nested
0000000000000000      DF *UND*  0000000000000000              
g_object_bind_property
0000000000000000      DF *UND*  0000000000000000              g_utf8_strlen
0000000000000000      DF *UND*  0000000000000000              
ndp_msgrcv_handler_register
0000000000000000      DF *UND*  0000000000000000              
g_type_check_class_is_a
0000000000000000      DF *UND*  0000000000000000              nla_type
0000000000000000      DF *UND*  0000000000000000              g_ascii_strcasecmp
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 textdomain
0000000000000000      DF *UND*  0000000000000000              g_strdup_vprintf
0000000000000000      DF *UND*  0000000000000000              g_signal_query
0000000000000000      DF *UND*  0000000000000000              nlmsg_alloc_simple
0000000000000000      DF *UND*  0000000000000000              
g_variant_type_is_tuple
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 snprintf
0000000000000000      DF *UND*  0000000000000000              g_slist_foreach
0000000000000000      DF *UND*  0000000000000000              nl_socket_free
0000000000000000      DF *UND*  0000000000000000              g_malloc0_n
0000000000000000      DF *UND*  0000000000000000  UUID_1.0    uuid_parse
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 udev_enumerate_new
0000000000000000      DF *UND*  0000000000000000              g_type_class_ref
0000000000000000      DF *UND*  0000000000000000              
g_object_remove_toggle_ref
0000000000000000      DF *UND*  0000000000000000              g_array_set_size
0000000000000000      DF *UND*  0000000000000000              g_param_spec_int
0000000000000000      DF *UND*  0000000000000000              g_idle_add_full
0000000000000000      DF *UND*  0000000000000000              g_hash_table_size
0000000000000000      DF *UND*  0000000000000000              
g_async_initable_init_async
0000000000000000      DF *UND*  0000000000000000              g_type_ensure
0000000000000000      DF *UND*  0000000000000000              nla_get_u32
0000000000000000      DF *UND*  0000000000000000              g_value_get_flags
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.4   faccessat
0000000000000000      DF *UND*  0000000000000000              g_array_get_type
0000000000000000      DF *UND*  0000000000000000              g_key_file_free
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 memmove
0000000000000000      DF *UND*  0000000000000000              
g_variant_builder_close
0000000000000000      DF *UND*  0000000000000000              g_base64_decode
0000000000000000      DF *UND*  0000000000000000              nla_memcpy
0000000000000000      DF *UND*  0000000000000000              
g_variant_get_string
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_get_sysname
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 realloc
0000000000000000      DF *UND*  0000000000000000              g_build_path
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_get_syspath
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3.4 __fprintf_chk
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 setpgid
0000000000000000      DF *UND*  0000000000000000              
g_dbus_auth_observer_new
0000000000000000      DF *UND*  0000000000000000              g_strchug
0000000000000000      DF *UND*  0000000000000000              g_key_file_unref
0000000000000000      DF *UND*  0000000000000000              g_realloc
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_skeleton_set_object_path
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_contains
0000000000000000      DF *UND*  0000000000000000              g_bytes_equal
0000000000000000      DF *UND*  0000000000000000              
g_strdup_value_contents
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 memmem
0000000000000000      DF *UND*  0000000000000000              g_ptr_array_sort
0000000000000000      DF *UND*  0000000000000000              g_convert
0000000000000000      DF *UND*  0000000000000000              ndp_msg_addrto
0000000000000000      DF *UND*  0000000000000000              
g_main_context_get_thread_default
0000000000000000      DF *UND*  0000000000000000              
g_dbus_interface_skeleton_get_connections
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_route_lifetime
0000000000000000      DF *UND*  0000000000000000              
g_type_class_peek_parent
0000000000000000      DF *UND*  0000000000000000              
g_dbus_interface_info_lookup_property
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_integer_list
0000000000000000      DF *UND*  0000000000000000              
g_file_new_for_path
0000000000000000      DF *UND*  0000000000000000              g_ptr_array_unref
0000000000000000      DF *UND*  0000000000000000              
g_enum_register_static
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 access
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_manager_server_export
0000000000000000      DF *UND*  0000000000000000              g_snprintf
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_destroy
0000000000000000      DF *UND*  0000000000000000              
g_io_channel_shutdown
0000000000000000      DF *UND*  0000000000000000              g_malloc0
0000000000000000      DF *UND*  0000000000000000              
nl_socket_set_passcred
0000000000000000      DF *UND*  0000000000000000              g_dgettext
0000000000000000      DF *UND*  0000000000000000              
g_variant_type_is_basic
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 curl_easy_setopt
0000000000000000      DO *UND*  0000000000000000  GLIBC_2.2.5 environ
0000000000000000      DF *UND*  0000000000000000              
g_unix_fd_list_get_length
0000000000000000      DF *UND*  0000000000000000              
g_value_take_variant
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3   __tls_get_addr
0000000000000000      DF *UND*  0000000000000000              g_ptr_array_add
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.3.4 __memcpy_chk
0000000000000000      DF *UND*  0000000000000000              
g_spawn_async_with_pipes
0000000000000000      DF *UND*  0000000000000000              g_uri_parse_scheme
0000000000000000      DF *UND*  0000000000000000              
g_option_context_set_help_enabled
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_device_get_seqnum
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 curl_global_init
0000000000000000      DF *UND*  0000000000000000              nl_connect
0000000000000000      DF *UND*  0000000000000000              g_str_has_suffix
0000000000000000      DF *UND*  0000000000000000              g_ascii_strtoull
0000000000000000      DF *UND*  0000000000000000              g_dbus_proxy_new
0000000000000000      DF *UND*  0000000000000000              
g_io_channel_set_close_on_unref
0000000000000000      DF *UND*  0000000000000000              g_try_realloc
0000000000000000      DF *UND*  0000000000000000              g_list_nth_data
0000000000000000      DF *UND*  0000000000000000              
g_module_build_path
0000000000000000      DF *UND*  0000000000000000              
g_dbus_error_get_remote_error
0000000000000000      DF *UND*  0000000000000000              
g_log_set_always_fatal
0000000000000000      DF *UND*  0000000000000000              ndp_msg_opt_mtu
0000000000000000      DF *UND*  0000000000000000              
g_variant_is_of_type
0000000000000000      DF *UND*  0000000000000000              g_value_init
0000000000000000      DF *UND*  0000000000000000              g_bus_unwatch_name
0000000000000000      DF *UND*  0000000000000000              
g_option_context_set_translation_domain
0000000000000000      DF *UND*  0000000000000000              g_slist_nth_data
0000000000000000      DF *UND*  0000000000000000              g_type_set_qdata
0000000000000000      DF *UND*  0000000000000000              
g_dbus_connection_set_exit_on_close
0000000000000000      DF *UND*  0000000000000000              
nl_socket_get_msg_buf_size
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 sigisemptyset
0000000000000000      DF *UND*  0000000000000000              g_queue_init
0000000000000000      DF *UND*  0000000000000000              g_file_error_quark
0000000000000000      DF *UND*  0000000000000000              
g_dbus_message_get_message_type
0000000000000000      DF *UND*  0000000000000000              nlmsg_set_proto
0000000000000000  w   D  *UND*  0000000000000000              
_ITM_deregisterTMCloneTable
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strpbrk
0000000000000000      DF *UND*  0000000000000000              
g_io_channel_unix_get_fd
0000000000000000      DF *UND*  0000000000000000              
g_closure_set_meta_marshal
0000000000000000      DF *UND*  0000000000000000              
g_ascii_xdigit_value
0000000000000000      DF *UND*  0000000000000000              
g_assertion_message_expr
0000000000000000      DF *UND*  0000000000000000              json_dumps
0000000000000000      DF *UND*  0000000000000000              matchpathcon_fini
0000000000000000      DF *UND*  0000000000000000              
g_file_monitor_cancel
0000000000000000      DF *UND*  0000000000000000              nlmsg_hdr
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.8   timerfd_create
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_enumerate_get_udev
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_payload_len_set
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strsignal
0000000000000000      DF *UND*  0000000000000000              g_weak_ref_init
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 umask
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_easy_getinfo
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 setsockopt
0000000000000000      DF *UND*  0000000000000000              g_string_append
0000000000000000      DF *UND*  0000000000000000              
g_unix_fd_list_get_type
0000000000000000      DF *UND*  0000000000000000              ndp_msg_new
0000000000000000      DF *UND*  0000000000000000  CURL_GNUTLS_3 
curl_slist_append
0000000000000000      DF *UND*  0000000000000000              
audit_encode_nv_string
0000000000000000      DF *UND*  0000000000000000              g_slist_append
0000000000000000      DF *UND*  0000000000000000              
g_cclosure_marshal_VOID__OBJECT
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 remove
0000000000000000      DF *UND*  0000000000000000              nl_geterror
0000000000000000      DF *UND*  0000000000000000              g_variant_get_byte
0000000000000000      DF *UND*  0000000000000000              
g_checksum_get_digest
0000000000000000      DF *UND*  0000000000000000              g_variant_get_type
0000000000000000      DF *UND*  0000000000000000              
g_dbus_interface_skeleton_get_type
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_call_finish
0000000000000000      DF *UND*  0000000000000000              
g_hash_table_foreach
0000000000000000      DF *UND*  0000000000000000              
g_file_info_get_name
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 udev_device_unref
0000000000000000      DF *UND*  0000000000000000              g_variant_print
0000000000000000      DF *UND*  0000000000000000              g_string_overwrite
0000000000000000      DF *UND*  0000000000000000              g_bytes_get_data
0000000000000000      DF *UND*  0000000000000000              
g_key_file_set_uint64
0000000000000000      DF *UND*  0000000000000000  GNUTLS_3_4  
gnutls_global_deinit
0000000000000000      DF *UND*  0000000000000000              
g_variant_builder_add
0000000000000000      DF *UND*  0000000000000000              nl_socket_get_cb
0000000000000000      DF *UND*  0000000000000000              g_enum_get_value
0000000000000000      DF *UND*  0000000000000000  LIBUDEV_183 
udev_enumerate_add_match_property
0000000000000000      DF *UND*  0000000000000000              
g_cclosure_marshal_VOID__BOOLEAN
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 strdup
0000000000000000      DF *UND*  0000000000000000              g_strjoinv
0000000000000000      DF *UND*  0000000000000000              g_io_add_watch
0000000000000000      DF *UND*  0000000000000000              
g_dbus_method_invocation_get_sender
0000000000000000      DF *UND*  0000000000000000              
g_uri_escape_string
0000000000000000      DF *UND*  0000000000000000              
g_file_info_get_symlink_target
0000000000000000      DF *UND*  0000000000000000              g_slice_free1
0000000000000000      DF *UND*  0000000000000000              
g_signal_accumulator_true_handled
0000000000000000      DF *UND*  0000000000000000              g_ascii_strtoll
0000000000000000      DF *UND*  0000000000000000              g_value_unset
0000000000000000      DF *UND*  0000000000000000              g_array_sort
0000000000000000      DF *UND*  0000000000000000              
g_dbus_object_manager_server_unexport
0000000000000000      DF *UND*  0000000000000000              g_unix_fd_list_get
0000000000000000      DF *UND*  0000000000000000              g_key_file_has_key
0000000000000000      DF *UND*  0000000000000000              nl_recv
0000000000000000      DF *UND*  0000000000000000              
g_string_append_printf
0000000000000000      DF *UND*  0000000000000000              nl_cb_put
0000000000000000      DF *UND*  0000000000000000              g_set_error
0000000000000000      DF *UND*  0000000000000000              g_list_sort
0000000000000000      DF *UND*  0000000000000000  LIBSYSTEMD_209 
sd_journal_sendv
0000000000000000      DF *UND*  0000000000000000  UUID_1.0    uuid_unparse_lower
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.17  secure_getenv
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 __libc_start_main
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 __lxstat
0000000000000000      DF *UND*  0000000000000000              
g_type_check_class_cast
0000000000000000      DF *UND*  0000000000000000              
g_param_spec_object
0000000000000000      DF *UND*  0000000000000000              g_value_get_boxed
0000000000000000      DF *UND*  0000000000000000              
g_file_enumerate_children
0000000000000000      DF *UND*  0000000000000000              g_source_destroy
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 ferror
0000000000000000      DF *UND*  0000000000000000              
ndp_msg_opt_prefix_flag_on_link
0000000000000000      DF *UND*  0000000000000000              nla_ok
0000000000000000      DF *UND*  0000000000000000              g_dbus_proxy_call
0000000000000000      DF *UND*  0000000000000000              g_utf8_validate
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 if_indextoname
0000000000000000  w   D  *UND*  0000000000000000              __gmon_start__
0000000000000000      DF *UND*  0000000000000000              g_ptr_array_free
0000000000000000      DF *UND*  0000000000000000              nl_socket_alloc
0000000000000000      DF *UND*  0000000000000000              
g_byte_array_free_to_bytes
0000000000000000      DF *UND*  0000000000000000              
g_variant_type_equal
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 inet_pton
0000000000000000      DF *UND*  0000000000000000              
nl_socket_set_nonblocking
0000000000000000      DF *UND*  0000000000000000              
g_slist_insert_sorted
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.4   openat
0000000000000000      DF *UND*  0000000000000000              g_access
0000000000000000  w   D  *UND*  0000000000000000              
_ITM_registerTMCloneTable
0000000000000000      DF *UND*  0000000000000000              
g_cclosure_new_swap
0000000000000000      DF *UND*  0000000000000000              g_slist_free_full
0000000000000000      DF *UND*  0000000000000000              
g_signal_emit_by_name
0000000000000000      DF *UND*  0000000000000000              
ndp_msgra_flag_other
0000000000000000      DF *UND*  0000000000000000              
g_array_sort_with_data
0000000000000000      DF *UND*  0000000000000000              g_strv_contains
0000000000000000      DF *UND*  0000000000000000              g_random_int
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 fwrite
0000000000000000      DF *UND*  0000000000000000              g_value_get_schar
0000000000000000      DF *UND*  0000000000000000              g_qsort_with_data
0000000000000000      DF *UND*  0000000000000000              nlmsg_set_src
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 close
0000000000000000      DF *UND*  0000000000000000              g_module_name
0000000000000000      DF *UND*  0000000000000000              json_object_get
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.2.5 inet_makeaddr
0000000000000000      DF *UND*  0000000000000000              nlmsg_next
0000000000000000      DF *UND*  0000000000000000              g_source_remove
0000000000000000      DF *UND*  0000000000000000              g_prefix_error
0000000000000000      DF *UND*  0000000000000000              
g_dbus_proxy_get_type
0000000000000000      DF *UND*  0000000000000000              g_slist_free
0000000000000000      DF *UND*  0000000000000000              
g_enum_get_value_by_nick
0000000000000000      DF *UND*  0000000000000000              g_strcmp0
0000000000000000      DF *UND*  0000000000000000              g_hash_table_new
0000000000000000      DF *UND*  0000000000000000              g_io_channel_unref
0000000000000000      DF *UND*  0000000000000000              
g_key_file_get_boolean
0000000000071a30 g    DF .text  0000000000000019  Base        
nm_setting_bluetooth_new
000000000007e370 g    DF .text  000000000000004e  Base        
nm_setting_ip_config_get_may_fail
000000000006a600 g    DF .text  000000000000002a  Base        
nm_connection_error_quark
0000000000082ed0 g    DF .text  000000000000004e  Base        
nm_setting_olpc_mesh_get_ssid
00000000000575a0 g    DF .text  000000000000002d  Base        nm_manager_get
0000000000102620 g    DF .text  0000000000000014  Base        
nm_device_set_autoconnect_intern
00000000000804e0 g    DF .text  0000000000000019  Base        
nm_setting_ip4_config_new
000000000008f5a0 g    DF .text  0000000000000019  Base        
nm_setting_wireless_new
0000000000159a50 g    DF .text  0000000000000072  Base        
nm_active_connection_clear_secrets
0000000000079480 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_pin
0000000000036ae0 g    DF .text  0000000000000025  Base        nm_config_get_data
0000000000083b30 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_no_vj_comp
0000000000106890 g    DF .text  000000000000008e  Base        
nm_device_activate_schedule_ip4_config_result
0000000000141ab0 g    DF .text  000000000000016a  Base        
nm_settings_get_connections_clone
00000000001394b0 g    DF .text  0000000000000025  Base        
nm_ppp_manager_start
0000000000096de0 g    DF .text  000000000000005f  Base        
nm_utils_ip4_netmask_to_prefix
000000000009c300 g    DF .text  00000000000003ed  Base        
nm_utils_complete_generic
0000000000076350 g    DF .text  0000000000000019  Base        
nm_setting_connection_new
0000000000099100 g    DF .text  0000000000000242  Base        
nm_utils_hwaddr_matches
000000000010ae30 g    DF .text  000000000000005f  Base        
nm_device_queue_recheck_available
0000000000067c50 g    DF .text  000000000000009b  Base        
nm_connection_is_type
0000000000100220 g    DF .text  000000000000001b  Base        
nm_device_get_settings_connection
0000000000119510 g    DF .text  00000000000000d3  Base        
nm_device_hw_addr_reset
000000000007d520 g    DF .text  00000000000001ae  Base        
nm_setting_ip_config_add_dns
0000000000119430 g    DF .text  00000000000000db  Base        
nm_device_hw_addr_set
00000000000ac8a0 g    DF .text  0000000000000679  Base        
nm_exported_object_class_add_interface
00000000000ad9d0 g    DF .text  00000000000001cf  Base        
nm_exported_object_unexport
0000000000068cd0 g    DF .text  0000000000000c72  Base        
nm_connection_normalize
0000000000093d40 g    DF .text  0000000000000130  Base        
_nm_utils_ascii_str_to_int64
000000000013c180 g    DF .text  0000000000000013  Base        
nm_settings_connection_get_nm_generated
00000000000b33d0 g    DF .text  0000000000000018  Base        
nm_ip6_config_get_address
00000000000cf500 g    DF .text  0000000000000079  Base        
nm_platform_mesh_get_channel
000000000013f070 g    DF .text  0000000000000393  Base        
nm_settings_connection_add_seen_bssid
0000000000067a20 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_bluetooth
0000000000118240 g    DF .text  000000000000030c  Base        
nm_device_set_carrier
00000000000838b0 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_noauth
00000000000cb5b0 g    DF .text  0000000000000019  Base        
nm_platform_link_get_ifindex
00000000000a5a80 g    DF .text  0000000000000079  Base        
nm_utils_hw_addr_gen_random_eth
000000000014d0b0 g    DF .text  0000000000000167  Base        
nm_supplicant_interface_disconnect
00000000000841c0 g    DF .text  0000000000000098  Base        
nm_setting_pppoe_get_type
0000000000074be0 g    DF .text  000000000000004e  Base        
nm_setting_cdma_get_password
00000000001576a0 g    DF .text  0000000000000046  Base        
nm_act_request_get_applied_connection
00000000000fc040 g    DF .text  0000000000000015  Base        
nm_device_get_platform
000000000009d0f0 g    DF .text  0000000000000089  Base        
nm_utils_g_value_set_object_path
000000000003f4c0 g    DF .text  0000000000000005  Base        
nm_netns_get_route_manager
0000000000071150 g    DF .text  000000000000004e  Base        
nm_setting_adsl_get_password
0000000000463d20 g    DO .bss   0000000000000008  GLIBC_2.2.5 stderr
0000000000081380 g    DF .text  0000000000000019  Base        
nm_setting_ip6_config_new
000000000007d7c0 g    DF .text  0000000000000116  Base        
nm_setting_ip_config_add_dns_search
0000000000159ad0 g    DF .text  0000000000000009  Base        
nm_active_connection_get_specific_object
00000000000afaa0 g    DF .text  000000000000002e  Base        
nm_ip4_config_reset_nameservers
00000000001576f0 g    DF .text  0000000000000164  Base        
nm_act_request_get_secrets
0000000000119600 g    DF .text  0000000000000260  Base        
nm_device_hw_addr_set_cloned
000000000014ce70 g    DF .text  0000000000000033  Base        
nm_supplicant_interface_get_current_bss
00000000000986b0 g    DF .text  0000000000000082  Base        
nm_utils_wifi_freq_to_channel
000000000008f120 g    DF .text  0000000000000476  Base        
nm_setting_wireless_ap_security_compatible
00000000000cf3c0 g    DF .text  00000000000000ac  Base        
nm_platform_wifi_find_frequency
0000000000098740 g    DF .text  00000000000000ec  Base        
nm_utils_wifi_channel_to_freq
0000000000139500 g    DF .text  0000000000000025  Base        
nm_ppp_manager_stop_finish
000000000007d3e0 g    DF .text  000000000000004e  Base        
nm_setting_ip_config_get_method
00000000000763c0 g    DF .text  000000000000004e  Base        
nm_setting_connection_get_uuid
000000000008df70 g    DF .text  000000000000004e  Base        
nm_setting_wireless_security_get_wep_key_type
00000000000a4450 g    DF .text  00000000000000c3  Base        
NM_ASSERT_VALID_PATH_COMPONENT
0000000000068210 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_ip6_config
00000000001185e0 g    DF .text  0000000000000635  Base        nm_device_bring_up
0000000000068be0 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_wireless_security
00000000000679d0 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_802_1x
00000000000d7ea0 g    DF .text  0000000000000044  Base        
nm_route_manager_route_flush
0000000000083b80 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_require_mppe
00000000000a37a0 g    DF .text  0000000000000048  Base        
nm_utils_get_monotonic_timestamp_s
00000000000cf0a0 g    DF .text  0000000000000079  Base        
nm_platform_wifi_get_frequency
0000000000074b20 g    DF .text  0000000000000019  Base        
nm_setting_cdma_new
00000000000fc320 g    DF .text  0000000000000046  Base        
nm_device_get_iface
00000000000fee20 g    DF .text  0000000000000035  Base        
nm_device_get_ip_ifindex
0000000000141940 g    DF .text  000000000000016f  Base        
nm_settings_get_connections
0000000000074730 g    DF .text  0000000000000098  Base        
nm_setting_cdma_get_type
000000000007dc00 g    DF .text  0000000000000056  Base        
nm_setting_ip_config_get_num_addresses
0000000000100150 g    DF .text  000000000000004e  Base        
nm_device_get_act_request
0000000000097ee0 g    DF .text  000000000000004e  Base        
nm_utils_uuid_generate_buf_
000000000006a3c0 g    DF .text  0000000000000056  Base        
_nm_dbus_proxy_call_finish
00000000000792a0 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_number
0000000000107fb0 g    DF .text  00000000000002c7  Base        
nm_device_take_down
0000000000083ae0 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_nodeflate
000000000014d660 g    DF .text  0000000000000041  Base        
nm_supplicant_interface_get_state
000000000010e6c0 g    DF .text  0000000000000075  Base        
nm_device_is_activating
000000000010c800 g    DF .text  00000000000004fa  Base        
nm_device_queue_state
000000000006a240 g    DF .text  0000000000000174  Base        
_nm_dbus_signal_connect_data
00000000000ccf70 g    DF .text  000000000000017c  Base        
nm_platform_link_set_noarp
0000000000098e50 g    DF .text  000000000000014c  Base        
nm_utils_hwaddr_valid
0000000000083890 g    DF .text  0000000000000019  Base        nm_setting_ppp_new
0000000000079430 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_network_id
00000000000d3c80 g    DF .text  000000000000007d  Base        
nm_platform_address_flush
00000000000ff7e0 g    DF .text  0000000000000437  Base        
nm_device_set_ip_iface
0000000000054230 g    DF .text  000000000000003e  Base        
nm_manager_get_devices
00000000001478a0 g    DF .text  00000000000004fb  Base        
nm_supplicant_config_add_setting_wireless
0000000000098110 g    DF .text  000000000000012f  Base        
_nm_utils_uuid_generate_from_strings
0000000000082f20 g    DF .text  000000000000004e  Base        
nm_setting_olpc_mesh_get_channel
000000000013c0e0 g    DF .text  0000000000000028  Base        
nm_settings_connection_set_autoconnect_blocked_reason
0000000000113260 g    DF .text  0000000000000007  Base        
nm_device_state_changed
000000000013b860 g    DF .text  00000000000000d8  Base        
nm_settings_connection_delete
0000000000083900 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_refuse_eap
0000000000108ba0 g    DF .text  0000000000000058  Base        
nm_device_set_dhcp_timeout
0000000000105cc0 g    DF .text  00000000000000d6  Base        
nm_device_activate_schedule_stage3_ip_config_start
0000000000084590 g    DF .text  000000000000004e  Base        
nm_setting_pppoe_get_username
00000000000927a0 g    DF .text  0000000000000086  Base        
nm_setting_duplicate
0000000000110330 g    DF .text  000000000000000c  Base        
nm_device_get_permanent_hw_address
00000000001499f0 g    DF .text  0000000000000028  Base        
nm_supplicant_config_add_no_security
00000000000ac6a0 g    DF .text  0000000000000081  Base        
nm_exported_object_get_type
00000000000b22f0 g    DF .text  0000000000000036  Base        nm_ip4_config_new
00000000000ae880 g    DF .text  00000000000001dc  Base        
nm_ip4_config_add_address
00000000001074f0 g    DF .text  0000000000000035  Base        
nm_device_activate_ip6_state_in_conf
0000000000108c00 g    DF .text  00000000000000a0  Base        
nm_device_set_dhcp_anycast_address
0000000000067e10 g    DF .text  000000000000004e  Base        
nm_connection_get_id
0000000000082eb0 g    DF .text  0000000000000019  Base        
nm_setting_olpc_mesh_new
000000000008f9e0 g    DF .text  000000000000004e  Base        
nm_setting_wireless_get_powersave
00000000000689b0 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_serial
000000000007dcf0 g    DF .text  0000000000000159  Base        
nm_setting_ip_config_add_address
000000000008d720 g    DF .text  0000000000000056  Base        
nm_setting_wireless_security_get_num_protos
000000000006a690 g    DF .text  000000000000002a  Base        
nm_manager_error_quark
0000000000068170 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_ip4_config
000000000013b680 g    DF .text  00000000000000d6  Base        
nm_settings_connection_commit_changes
00000000000cf470 g    DF .text  000000000000008c  Base        
nm_platform_wifi_indicate_addressing_running
00000000000792f0 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_username
0000000000074b40 g    DF .text  000000000000004e  Base        
nm_setting_cdma_get_number
000000000008f8e0 g    DF .text  0000000000000056  Base        
nm_setting_wireless_get_mac_address_blacklist
00000000000a42f0 g    DF .text  00000000000000f6  Base        
nm_utils_monotonic_timestamp_as_boottime
000000000010dad0 g    DF .text  0000000000000046  Base        
nm_device_get_state
0000000000092d80 g    DF .text  0000000000000095  Base        
nm_setting_get_secret_flags
0000000000071240 g    DF .text  000000000000004e  Base        
nm_setting_adsl_get_encapsulation
00000000000b0c60 g    DF .text  0000000000000080  Base        
nm_ip4_config_add_wins
0000000000067bb0 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_cdma
0000000000095a50 g    DF .text  0000000000000096  Base        
nm_utils_escape_ssid
0000000000094d10 g    DF .text  00000000000000df  Base        
nm_udev_client_enumerate_new
0000000000157860 g    DF .text  0000000000000132  Base        
nm_act_request_cancel_secrets
0000000000097f50 g    DF .text  00000000000001c0  Base        
nm_utils_uuid_generate_from_string
0000000000105bc0 g    DF .text  000000000000005a  Base        
nm_device_get_configured_mtu_from_connection_default
000000000009f260 g    DF .text  0000000000000182  Base        
nm_ethernet_address_is_valid
000000000008f610 g    DF .text  000000000000004e  Base        
nm_setting_wireless_get_mode
0000000000149030 g    DF .text  00000000000009b1  Base        
nm_supplicant_config_add_setting_wireless_security
0000000000071aa0 g    DF .text  000000000000004e  Base        
nm_setting_bluetooth_get_bdaddr
000000000008d780 g    DF .text  0000000000000093  Base        
nm_setting_wireless_security_get_proto
000000000013bac0 g    DF .text  0000000000000073  Base        
nm_settings_connection_get_timestamp
00000000000b6600 g    DF .text  0000000000000036  Base        nm_ip6_config_new
000000000010eec0 g    DF .text  00000000000002c2  Base        
nm_device_recheck_available_connections
0000000000107c90 g    DF .text  00000000000000f3  Base        
nm_device_set_wwan_ip6_config
00000000000a54d0 g    DF .text  0000000000000008  Base        
nm_utils_ipv6_interface_identifier_get_from_addr
00000000000ae7c0 g    DF .text  0000000000000022  Base        
nm_ip4_config_set_gateway
000000000008f700 g    DF .text  000000000000004e  Base        
nm_setting_wireless_get_bssid
0000000000159ae0 g    DF .text  0000000000000090  Base        
nm_active_connection_set_specific_object
000000000008f5c0 g    DF .text  000000000000004e  Base        
nm_setting_wireless_get_ssid
0000000000080c30 g    DF .text  0000000000000098  Base        
nm_setting_ip6_config_get_type
0000000000083a40 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_refuse_mschapv2
00000000001069a0 g    DF .text  0000000000000035  Base        
nm_device_activate_ip4_state_done
0000000000095620 g    DF .text  00000000000003d7  Base        
nm_utils_ssid_to_utf8
0000000000107570 g    DF .text  0000000000000035  Base        
nm_device_activate_ip6_state_done
000000000014ce30 g    DF .text  000000000000003d  Base        
nm_supplicant_interface_get_scanning
00000000000b0d40 g    DF .text  0000000000000011  Base        
nm_ip4_config_set_mtu
0000000000067080 g    DF .text  000000000000019c  Base        
nm_connection_need_secrets
00000000000cf620 g    DF .text  000000000000009c  Base        
nm_platform_mesh_set_ssid
0000000000068300 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_olpc_mesh
00000000000cd290 g    DF .text  0000000000000065  Base        
nm_platform_link_get_mtu
00000000001075d0 g    DF .text  00000000000001c4  Base        
_nm_device_hash_check_invalid_keys
0000000000083bd0 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_require_mppe_128
000000000006a660 g    DF .text  000000000000002a  Base        
nm_device_error_quark
0000000000105900 g    DF .text  000000000000000f  Base        
nm_device_emit_recheck_auto_activate
0000000000094a20 g    DF .text  0000000000000019  Base        
nm_simple_connection_new
000000000009a2c0 g    DF .text  0000000000000093  Base        
nm_utils_ipaddr_valid
000000000008de10 g    DF .text  00000000000000b6  Base        
nm_setting_wireless_security_get_wep_key
00000000001be6c0 g    DO .rodata        0000000000000004  Base        
_IO_stdin_used
00000000000941e0 g    DF .text  000000000000006b  Base        
nm_utils_error_is_cancelled
0000000000071290 g    DF .text  000000000000004e  Base        
nm_setting_adsl_get_vpi
0000000000094e60 g    DF .text  000000000000019f  Base        nm_udev_client_new
00000000000b33c0 g    DF .text  0000000000000008  Base        
nm_ip6_config_get_num_addresses
000000000013e210 g    DF .text  0000000000000089  Base        
nm_settings_connection_set_flags
00000000000ca250 g    DF .text  000000000000003a  Base        nm_platform_get
00000000000839f0 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_refuse_mschap
000000000011d600 g    DF .text  00000000000000e3  Base        
nm_device_get_supplicant_timeout
0000000000108280 g    DF .text  0000000000000084  Base        
nm_device_set_firmware_missing
00000000000711f0 g    DF .text  000000000000004e  Base        
nm_setting_adsl_get_protocol
0000000000108310 g    DF .text  000000000000000f  Base        
nm_device_get_firmware_missing
00000000000ca620 g    DF .text  00000000000000dc  Base        
nm_platform_sysctl_get_int_checked
0000000000100240 g    DF .text  000000000000004e  Base        
nm_device_get_applied_connection
00000000000ad2e0 g    DF .text  000000000000004e  Base        
nm_exported_object_is_exported
00000000000afb90 g    DF .text  0000000000000008  Base        
nm_ip4_config_get_num_nameservers
000000000007fe20 g    DF .text  0000000000000098  Base        
nm_setting_ip4_config_get_type
000000000006a490 g    DF .text  0000000000000063  Base        
_nm_dbus_error_has_name
0000000000068350 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_ppp
0000000000066080 g    DF .text  00000000000000a0  Base        
nm_connection_add_setting
0000000000068b90 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_wireless
000000000008f990 g    DF .text  000000000000004e  Base        
nm_setting_wireless_get_hidden
00000000000a0160 g    DF .text  0000000000000021  Base        
nm_utils_find_helper
000000000014d220 g    DF .text  000000000000025b  Base        
nm_supplicant_interface_assoc
0000000000068af0 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_wired
00000000000fc020 g    DF .text  000000000000000c  Base        
nm_device_get_settings
00000000000cf2a0 g    DF .text  000000000000008c  Base        
nm_platform_wifi_set_mode
00000000000845e0 g    DF .text  000000000000004e  Base        
nm_setting_pppoe_get_password
000000000014cce0 g    DF .text  000000000000014e  Base        
nm_supplicant_interface_state_to_string
000000000009c150 g    DF .text  000000000000014a  Base        
nm_utils_get_ip_config_method
00000000000cf000 g    DF .text  0000000000000097  Base        
nm_platform_wifi_get_bssid
0000000000108d40 g    DF .text  0000000000000362  Base        
nm_device_add_pending_action
0000000000078b20 g    DF .text  0000000000000098  Base        
nm_setting_gsm_get_type
0000000000106920 g    DF .text  0000000000000035  Base        
nm_device_activate_ip4_state_in_conf
00000000000cf330 g    DF .text  000000000000008c  Base        
nm_platform_wifi_set_powersave
000000000008f660 g    DF .text  000000000000004e  Base        
nm_setting_wireless_get_band
00000000000683a0 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_pppoe
0000000000107ac0 g    DF .text  00000000000000f3  Base        
nm_device_set_wwan_ip4_config
000000000008df20 g    DF .text  000000000000004e  Base        
nm_setting_wireless_security_get_auth_alg
0000000000095d70 g    DF .text  00000000000000cf  Base        
_nm_utils_hash_values_to_slist
0000000000083db0 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_lcp_echo_failure
00000000000839a0 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_refuse_chap
00000000000575d0 g    DF .text  000000000000002d  Base        nm_settings_get
0000000000079570 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_device_id
000000000008d820 g    DF .text  00000000000000f7  Base        
nm_setting_wireless_security_add_proto
00000000000aeaa0 g    DF .text  0000000000000016  Base        
nm_ip4_config_get_address
000000000008d980 g    DF .text  0000000000000093  Base        
nm_setting_wireless_security_get_pairwise
0000000000083c70 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_crtscts
0000000000098a70 g    DF .text  00000000000000b3  Base        
nm_utils_hwaddr_aton
00000000000795c0 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_sim_id
000000000003ea40 g    DF .text  00000000000000cb  Base        
nm_config_data_get_connection_default
000000000013e2a0 g    DF .text  000000000000037e  Base        
nm_settings_connection_replace_settings
0000000000095af0 g    DF .text  00000000000000ea  Base        nm_utils_same_ssid
00000000001573e0 g    DF .text  0000000000000081  Base        
nm_act_request_get_type
00000000000ad570 g    DF .text  000000000000042b  Base        
nm_exported_object_export
000000000009f180 g    DF .text  000000000000008a  Base        
_nm_singleton_instance_register_destruction
0000000000079340 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_password
00000000000fc030 g    DF .text  000000000000000c  Base        
nm_device_get_netns
0000000000067f50 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_gsm
000000000003c320 g    DF .text  00000000000000f8  Base        
nm_config_data_get_value_boolean
0000000000066670 g    DF .text  00000000000000ef  Base        
nm_connection_compare
00000000001394e0 g    DF .text  000000000000001a  Base        
nm_ppp_manager_stop_async
0000000000140ca0 g    DF .text  0000000000000081  Base        
nm_settings_get_type
000000000008d920 g    DF .text  0000000000000056  Base        
nm_setting_wireless_security_get_num_pairwise
00000000000cf580 g    DF .text  0000000000000097  Base        
nm_platform_mesh_set_channel
00000000000a5bc0 g    DF .text  0000000000000016  Base        nm_utils_setpgid
0000000000105da0 g    DF .text  000000000000006b  Base        
nm_device_activate_schedule_ip4_config_timeout
0000000000083d10 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_mru
00000000000cf220 g    DF .text  0000000000000079  Base        
nm_platform_wifi_get_mode
000000000006a6f0 g    DF .text  000000000000002a  Base        
nm_settings_error_quark
0000000000110340 g    DF .text  000000000000004e  Base        
nm_device_get_initial_hw_address
000000000009fa40 g    DF .text  000000000000050e  Base        nm_utils_modprobe
000000000008db80 g    DF .text  0000000000000093  Base        
nm_setting_wireless_security_get_group
000000000007b300 g    DF .text  00000000000000c8  Base        nm_ip_address_new
00000000001579a0 g    DF .text  0000000000000043  Base        
nm_act_request_clear_secrets
00000000001ccfc0 g    DO .rodata        0000000000000010  Base        
nm_ip_addr_zero
0000000000157580 g    DF .text  0000000000000046  Base        
nm_act_request_get_settings_connection
000000000014cec0 g    DF .text  0000000000000004  Base        
nm_supplicant_interface_get_ap_support
0000000000082f70 g    DF .text  000000000000004e  Base        
nm_setting_olpc_mesh_get_dhcp_anycast_address
0000000000065f30 g    DF .text  0000000000000084  Base        
nm_connection_get_type
000000000014e420 g    DF .text  0000000000000101  Base        
nm_supplicant_manager_get
00000000000fe0d0 g    DF .text  0000000000000046  Base        
nm_device_get_ifindex
000000000008f6b0 g    DF .text  000000000000004e  Base        
nm_setting_wireless_get_channel
00000000001018a0 g    DF .text  0000000000000024  Base        
nm_device_get_applied_setting
0000000000095a00 g    DF .text  0000000000000044  Base        
nm_utils_is_empty_ssid
00000000000fb160 g    DF .text  0000000000000081  Base        nm_device_get_type
0000000000066420 g    DF .text  0000000000000083  Base        
nm_connection_get_setting_by_name
00000000001472c0 g    DF .text  0000000000000019  Base        
nm_supplicant_config_new
000000000008db20 g    DF .text  0000000000000056  Base        
nm_setting_wireless_security_get_num_groups
000000000008b670 g    DF .text  0000000000000019  Base        
nm_setting_wired_new
0000000000462f00 g    DO .data  0000000000000028  Base        
_nm_logging_enabled_state
00000000000b31b0 g    DF .text  00000000000001db  Base        
nm_ip6_config_add_address
000000000008dd20 g    DF .text  000000000000004e  Base        
nm_setting_wireless_security_get_psk
0000000000068970 g    DF .text  000000000000003a  Base        
nm_connection_verify
0000000000079520 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_home_only
00000000000793e0 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_apn
000000000008da20 g    DF .text  00000000000000f7  Base        
nm_setting_wireless_security_add_pairwise
0000000000139260 g    DF .text  000000000000024f  Base        
nm_ppp_manager_create
0000000000094df0 g    DF .text  0000000000000063  Base        
nm_udev_client_unref
000000000014e260 g    DF .text  00000000000001b5  Base        
nm_supplicant_manager_create_interface
0000000000083cc0 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_baud
0000000000114d60 g    DF .text  000000000000009e  Base        
nm_device_ip_method_failed
00000000000c7060 g    DF .text  0000000000000a38  Base        _nm_log_impl
000000000008ded0 g    DF .text  000000000000004e  Base        
nm_setting_wireless_security_get_wep_tx_keyidx
000000000008f940 g    DF .text  000000000000004e  Base        
nm_setting_wireless_get_mtu
00000000000cf120 g    DF .text  0000000000000079  Base        
nm_platform_wifi_get_quality
0000000000074b90 g    DF .text  000000000000004e  Base        
nm_setting_cdma_get_username
000000000007ad20 g    DF .text  0000000000000061  Base        
nm_ip_address_unref
000000000014d480 g    DF .text  00000000000001d8  Base        
nm_supplicant_interface_request_scan
000000000011b860 g    DF .text  00000000000002a4  Base        
nm_device_activate_schedule_stage2_device_config
0000000000071100 g    DF .text  000000000000004e  Base        
nm_setting_adsl_get_username
0000000000070bc0 g    DF .text  0000000000000098  Base        
nm_setting_adsl_get_type
000000000013bfa0 g    DF .text  000000000000008b  Base        
nm_settings_connection_has_seen_bssid
000000000008e4e0 g    DF .text  0000000000000098  Base        
nm_setting_wireless_get_type
000000000003e9d0 g    DF .text  0000000000000067  Base        
nm_config_data_get_device_config_boolean
0000000000083950 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_refuse_pap
00000000000a1570 g    DF .text  0000000000000581  Base        
nm_utils_kill_child_async
000000000008d6d0 g    DF .text  000000000000004e  Base        
nm_setting_wireless_security_get_key_mgmt
0000000000071a50 g    DF .text  000000000000004e  Base        
nm_setting_bluetooth_get_connection_type
0000000000105910 g    DF .text  000000000000006b  Base        
nm_device_activate_schedule_stage1_device_prepare
00000000000cccf0 g    DF .text  000000000000027b  Base        
nm_platform_link_set_down
0000000000036b10 g    DF .text  0000000000000025  Base        
nm_config_get_data_orig
000000000003b360 g    DF .text  000000000000003a  Base        nm_config_get
00000000001069e0 g    DF .text  0000000000000084  Base        
nm_device_activate_schedule_ip6_config_result
0000000000079610 g    DF .text  000000000000004e  Base        
nm_setting_gsm_get_sim_operator_id
000000000008f7f0 g    DF .text  000000000000004e  Base        
nm_setting_wireless_get_mac_address
000000000010ae90 g    DF .text  000000000000035d  Base        
nm_device_remove_pending_action
00000000000afba0 g    DF .text  000000000000000d  Base        
nm_ip4_config_get_nameserver
00000000000ad290 g    DF .text  0000000000000046  Base        
nm_exported_object_get_path
00000000000cef60 g    DF .text  0000000000000097  Base        
nm_platform_wifi_get_capabilities
000000000007dee0 g    DF .text  000000000000004e  Base        
nm_setting_ip_config_get_gateway
0000000000139530 g    DF .text  000000000000001a  Base        
nm_ppp_manager_stop_sync
0000000000083e00 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_lcp_echo_interval
0000000000067c00 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_connection
0000000000105f00 g    DF .text  000000000000006b  Base        
nm_device_activate_schedule_ip6_config_timeout
0000000000068b40 g    DF .text  000000000000004e  Base        
nm_connection_get_setting_adsl
000000000013bc50 g    DF .text  000000000000000b  Base        
nm_settings_connection_cmp_timestamp_p_with_data
00000000000712e0 g    DF .text  000000000000004e  Base        
nm_setting_adsl_get_vci
00000000000b30d0 g    DF .text  000000000000006d  Base        
nm_ip6_config_set_gateway
0000000000066240 g    DF .text  000000000000009b  Base        
nm_connection_get_setting
00000000000fe8a0 g    DF .text  0000000000000041  Base        
nm_device_ipv6_sysctl_set
000000000008dc20 g    DF .text  00000000000000f7  Base        
nm_setting_wireless_security_add_group
00000000000cca40 g    DF .text  00000000000002ad  Base        
nm_platform_link_set_up
00000000000876b0 g    DF .text  0000000000000019  Base        
nm_setting_vlan_new
0000000000463d00 g    DO .bss   0000000000000008  GLIBC_2.2.5 stdout
0000000000092250 g    DF .text  000000000000003a  Base        nm_setting_verify
000000000013af40 g    DF .text  00000000000000e7  Base        
nm_settings_connection_get_type
0000000000067dc0 g    DF .text  000000000000004e  Base        
nm_connection_get_uuid
00000000000764b0 g    DF .text  000000000000004e  Base        
nm_setting_connection_get_connection_type
000000000010f2c0 g    DF .text  000000000000004e  Base        
nm_device_get_hw_address
0000000000120c50 g    DF .text  0000000000000081  Base        
nm_device_factory_get_type
000000000008dd70 g    DF .text  000000000000004e  Base        
nm_setting_wireless_security_get_leap_username
0000000000084540 g    DF .text  000000000000004e  Base        
nm_setting_pppoe_get_service
0000000000083c20 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_mppe_stateful
000000000008d6b0 g    DF .text  0000000000000019  Base        
nm_setting_wireless_security_new
0000000000083a90 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_nobsdcomp
0000000000098b30 g    DF .text  00000000000000dc  Base        
nm_utils_hwaddr_ntoa
000000000003e810 g    DF .text  00000000000000a3  Base        
nm_config_data_get_device_config
00000000001b9480 g    DF .text  0000000000000084  Base        
nm_settings_plugin_get_type
0000000000141fe0 g    DF .text  00000000000001df  Base        
nm_settings_add_connection
0000000000083d60 g    DF .text  000000000000004e  Base        
nm_setting_ppp_get_mtu
000000000014d730 g    DF .text  000000000000003e  Base        
nm_supplicant_interface_get_max_scan_ssids
0000000000120ce0 g    DF .text  00000000000000cb  Base        
nm_device_factory_emit_component_added
000000000007d430 g    DF .text  0000000000000056  Base        
nm_setting_ip_config_get_num_dns
000000000014ceb0 g    DF .text  0000000000000007  Base        
nm_supplicant_interface_get_last_scan_time
00000000000cf1a0 g    DF .text  0000000000000079  Base        
nm_platform_wifi_get_rate
00000000000afad0 g    DF .text  0000000000000078  Base        
nm_ip4_config_add_nameserver
00000000000b44a0 g    DF .text  000000000000008a  Base        
nm_ip6_config_add_nameserver
0000000000101880 g    DF .text  000000000000001b  Base        
nm_device_has_unmodified_applied_connection


Reply via email to