Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Created August 25, 2014 10:40
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 ugovaretto/fe90ebeda3cacb1fba26 to your computer and use it in GitHub Desktop.
Save ugovaretto/fe90ebeda3cacb1fba26 to your computer and use it in GitHub Desktop.
List all symbols in a .so file in ELF format
readelf -Ws libOpenCL.so | grep -v @ | awk '{print $8}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment