Skip to content

Instantly share code, notes, and snippets.

@bblanchon
Created April 15, 2015 12:54
Show Gist options
  • Select an option

  • Save bblanchon/173416308ed11b826d20 to your computer and use it in GitHub Desktop.

Select an option

Save bblanchon/173416308ed11b826d20 to your computer and use it in GitHub Desktop.
Check for symbol presence in a lib file
nm -U -j lib<mylib>.a | grep <myfunc> | c++filt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment