linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* user defined functions
@ 2012-01-24 14:51 ratheesh kannoth
  2012-01-25  5:13 ` Srinivasa T N
  2012-01-30 13:39 ` Shawn
  0 siblings, 2 replies; 3+ messages in thread
From: ratheesh kannoth @ 2012-01-24 14:51 UTC (permalink / raw)
  To: linux-c-programming

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.

-Ratheesh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: user defined functions
  2012-01-24 14:51 user defined functions ratheesh kannoth
@ 2012-01-25  5:13 ` Srinivasa T N
  2012-01-30 13:39 ` Shawn
  1 sibling, 0 replies; 3+ messages in thread
From: Srinivasa T N @ 2012-01-25  5:13 UTC (permalink / raw)
  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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: user defined functions
  2012-01-24 14:51 user defined functions ratheesh kannoth
  2012-01-25  5:13 ` Srinivasa T N
@ 2012-01-30 13:39 ` Shawn
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn @ 2012-01-30 13:39 UTC (permalink / raw)
  To: ratheesh kannoth; +Cc: linux-c-programming

hey Ratheesh,

On Tue, Jan 24, 2012 at 10:51 PM, ratheesh kannoth
<ratheesh.ksz@gmail.com> 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.
>
> -Ratheesh
> --
you may try "nm a.out | grep T".



-- 
GNU powered it...
GPL protect it...
God blessing it...

regards
Shawn
--
To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-30 13:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-24 14:51 user defined functions ratheesh kannoth
2012-01-25  5:13 ` Srinivasa T N
2012-01-30 13:39 ` Shawn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).