Yeah, the find command for .so files would be this.
Code:
$ find /lib /usr/lib -name "*.so" | xargs nm --dynamic --print-file-name --extern-only --defined-only 2>/dev/null | grep udev_hwdb_get_properties_list_entry
Glad you're up and running