Skip to content

Instantly share code, notes, and snippets.

@brendandahl
Last active August 18, 2016 20:44
Show Gist options
  • Save brendandahl/b2198af9a96be70aec1b7ce44a1f5fcb to your computer and use it in GitHub Desktop.
Save brendandahl/b2198af9a96be70aec1b7ce44a1f5fcb to your computer and use it in GitHub Desktop.
Find symbol
change base_path and my_symbol
for lib in $(find base_path -name \*.a) ; do echo $lib ; nm $lib | grep -i my_symbol | grep -v " U " ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment