Related articles |
---|
How to find out the names of uncalled functions from object files that dreamer29@gmail.com (dreamer) (2006-04-08) |
From: | "dreamer" <dreamer29@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 8 Apr 2006 17:12:50 -0400 |
Organization: | http://groups.google.com |
Keywords: | linker, question |
Posted-Date: | 08 Apr 2006 17:12:50 EDT |
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]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.