I want to find some functions or structures into library files. For this purpose I'm using "nm" command using "find" command output as parameter files. (I want search in /usr/lib directory recursively) I tried with this command without success:
nm -A | find /usr/lib -name "*.a" | grep "FunctionThatIWantFound"