Codebase list libmawk / 30b66529-447f-407d-a34b-b48ac0e29c37/upstream tools / sym
30b66529-447f-407d-a34b-b48ac0e29c37/upstream

Tree @30b66529-447f-407d-a34b-b48ac0e29c37/upstream (Download .tar.gz)

sym @30b66529-447f-407d-a34b-b48ac0e29c37/upstreamraw · history · blame

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