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

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

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

1
2
3
4
#!/bin/sh

nm -g "$1"/*.o | grep "Java_" | cut -d ' ' -f3 | cut -c 1-
nm -g "$1"/*.o | grep "JNI_" | cut -d ' ' -f3 | cut -c 1-