All of lore.kernel.org
 help / color / mirror / Atom feed
* user defined functions
@ 2012-01-24 14:51 ratheesh kannoth
  2012-01-24 14:52 ` ratheesh kannoth
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ 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] 5+ messages in thread

* user defined functions
  2012-01-24 14:51 user defined functions ratheesh kannoth
@ 2012-01-24 14:52 ` ratheesh kannoth
  2012-01-25 17:37   ` Anatoly Sivov
  2012-01-25  5:13 ` Srinivasa T N
  2012-01-30 13:39 ` Shawn
  2 siblings, 1 reply; 5+ messages in thread
From: ratheesh kannoth @ 2012-01-24 14:52 UTC (permalink / raw)
  To: linux-newbie

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
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

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

* Re: user defined functions
  2012-01-24 14:51 user defined functions ratheesh kannoth
  2012-01-24 14:52 ` ratheesh kannoth
@ 2012-01-25  5:13 ` Srinivasa T N
  2012-01-30 13:39 ` Shawn
  2 siblings, 0 replies; 5+ 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] 5+ messages in thread

* Re: user defined functions
  2012-01-24 14:52 ` ratheesh kannoth
@ 2012-01-25 17:37   ` Anatoly Sivov
  0 siblings, 0 replies; 5+ messages in thread
From: Anatoly Sivov @ 2012-01-25 17:37 UTC (permalink / raw)
  To: linux-newbie, ratheesh kannoth


> 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.
>

Not sure what you want. Hope, readelf -s will help you.
Also read this article:  
http://www.linuxforums.org/articles/understanding-elf-using-readelf-and-objdump_125.html
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

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

* Re: user defined functions
  2012-01-24 14:51 user defined functions ratheesh kannoth
  2012-01-24 14:52 ` ratheesh kannoth
  2012-01-25  5:13 ` Srinivasa T N
@ 2012-01-30 13:39 ` Shawn
  2 siblings, 0 replies; 5+ 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] 5+ messages in thread

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

Thread overview: 5+ 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-24 14:52 ` ratheesh kannoth
2012-01-25 17:37   ` Anatoly Sivov
2012-01-25  5:13 ` Srinivasa T N
2012-01-30 13:39 ` Shawn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.