Re: user defined functions
Srinivasa T N <[email protected]> Wed, 25 Jan 2012 10:43:16 +0530
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
On 01/24/2012 08:21 PM, ratheesh kannoth wrote: > HI all, > > I would like to find out all user defined functions in an elf executable. > > i compiled my c++ program using g++ and created the elf executable. > Did you try objdump? Regards, Seenu.