From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivasa T N Subject: Re: user defined functions Date: Wed, 25 Jan 2012 10:43:16 +0530 Message-ID: <4F1F8F6C.4070800@linux.vnet.ibm.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-c-programming-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming 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.