How to find out the names of uncalled functions from object files that are dynamically linked?
- From: "dreamer" <dreamer29@xxxxxxxxx>
- Date: 8 Apr 2006 17:12:50 -0400
I want to find out the unused function names from the object files that
are dynamically linked later. Please tell me some tool to generate the
call graph. gprof cannot be used since the program is not run.
[I tend to use pipelines of nm, sed, and comm -John]
.
- Prev by Date: How to write the preprocessor grammar for C++ using Yacc ?
- Next by Date: Compiler market?
- Previous by thread: How to write the preprocessor grammar for C++ using Yacc ?
- Next by thread: Compiler market?
- Index(es):