Ignore .eh symbols

This commit is contained in:
Ioannis Tsakpinis 2014-11-21 20:06:31 +02:00
parent 132cecf861
commit e429e2699c
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#!/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-
nm -j -g "$1"/*.o | grep -E "J(ava|NI)_[^.]*$"