Codebase list lwjgl / upstream/2.9.3+dfsg platform_build / macosx_ant / build-symbol-list
upstream/2.9.3+dfsg

Tree @upstream/2.9.3+dfsg (Download .tar.gz)

build-symbol-list @upstream/2.9.3+dfsgraw · history · blame

1
2
3
#!/bin/sh

nm -j -g "$1"/*.o | grep -E "J(ava|NI)_[^.]*$"