How to get start/end information about functions?

PRC panruochen@gmail.com
Mon Apr 14 08:48:00 GMT 2008


Hi All,
I want to get start/end information about all functions from the output of `objdump'ing
an ELF image. It seems that the start of the next function is also the end
of the previous function if they are sorted ascendingly by thier start addresses.
But how about the last function of the image, since it does not have a next function
after it? Is there an easy way to do this?

Best Regards,
PRC
Apr 14, 2008



More information about the Binutils mailing list