Re: How do i remove uncalled functions from a dynamically linked executable in elf format?



"dreamer" <dreamer29@xxxxxxxxx> writes:

I have used nm in combination with gprof. Gprof is not giving called
func names ...Please tell me how to do it .I have tried a lot and
nothing gives a correct solution..


Your Subject: line doesn't match your question.

Can you see the symbol names with nm?
Has the program's executable been stripped of its symbols?
See man strip.

--
Chris.
.