Skip to content

Instantly share code, notes, and snippets.

@clarkli86
Created January 11, 2014 12:28
Show Gist options
  • Save clarkli86/8370412 to your computer and use it in GitHub Desktop.
Save clarkli86/8370412 to your computer and use it in GitHub Desktop.
Sort the symbols in ELF by size
arm-none-eabi-nm -S test.elf | sort -k2 > symbol-size-noprintf.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment