does anyone know how to list functions in a given shared library

colin davidson colinpdavidson-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Thu Jan 8 21:54:24 UTC 2009


try:

nm <library file name> | grep " T "

Cheers, Colin

On Thu, Jan 8, 2009 at 4:46 PM, bob 295 <icanprogram-sKcZck+fQKg at public.gmane.org> wrote:
> Does anyone know of a command to list the functions in a given shared library?
>
> Google points me to "nm" but it displays all the symbols in a library.
>
> Thanks in advance.
>
> bob
>
> --
> The Toronto Linux Users Group.      Meetings: http://gtalug.org/
> TLUG requests: Linux topics, No HTML, wrap text below 80 columns
> How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists
>
--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list