That's what the debugging information is for, it keeps track of the addresses of all the functions (heck, the individual lines even).
Also in asm you can use listings for the same effect. Got accustomed to it after I got tired of Regen crashing every single time I actually need the debugger (now I just look at the BSOD screen and look for the address in the listing)
@sik : I know
Like i said, i was looking for a very easy and limited option, when all you have is a compiler and a text editor (which support hexa)
I'll try to see if nm could extract me a easy to read listing.....
@cero : yep, this code could be anywhere, not on start/end of func