Codebase list libmawk / 1df34837-a1d9-4cbd-a796-a1f5ebe673fc/main tools / sym
1df34837-a1d9-4cbd-a796-a1f5ebe673fc/main

Tree @1df34837-a1d9-4cbd-a796-a1f5ebe673fc/main (Download .tar.gz)

sym @1df34837-a1d9-4cbd-a796-a1f5ebe673fc/mainraw · history · blame

1
2
3
#!/bin/sh
# list public symbols without proper prefix (mawk_) in object files 
nm $* | grep " T " | grep -v " mawk_"