遍历所有的库查找是否具有个某函数

find /usr/lib/ -type f -name \*.a  -exec nm -gAC --defined-only {} 2> /dev/null \; | grep \ funcitonname

posted @ 2014-03-19 10:14  ference  阅读(147)  评论(0编辑  收藏  举报