Codebase list libmawk / bullseye-backports/main tools / sym
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

sym @bullseye-backports/main

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