Skip to content

Instantly share code, notes, and snippets.

@DanielO
Created May 12, 2021 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielO/466387010df2998b646721048dc09571 to your computer and use it in GitHub Desktop.
Save DanielO/466387010df2998b646721048dc09571 to your computer and use it in GitHub Desktop.
[Havok 16:06] ~ >objdump -t /opt/local/lib/libgtkmm-3.0.dylib|c++filt|grep Glib::ustring::ustring
000000000003a842 w F __TEXT,__text Glib::ustring::ustring<char const*>(char const*, char const*)
0000000000000000 *UND* Glib::ustring::ustring(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&)
0000000000000000 *UND* Glib::ustring::ustring(Glib::ustring&&)
0000000000000000 *UND* Glib::ustring::ustring(char const*)
0000000000000000 *UND* Glib::ustring::ustring(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
0000000000000000 *UND* Glib::ustring::ustring(Glib::ustring const&)
0000000000000000 *UND* Glib::ustring::ustring()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment