Re: FreeBSD question

Geoff Voelker (voelker@cs.washington.edu)
Thu, 29 Jul 1999 22:46:23 -0700 (PDT)

do you have objdump installed? if so, try "objdump --dynamic-syms".

-geoff

Neal Cardwell writes:
>
> Anybody know how to list the dynamic linking symbols exported by an
> application in FreeBSD? (i know that with GNU nm, "nm --dynamic" does the
> trick, but i'd rather not have to install the gnu toolset if there's a
> standard BSD-ism for this.)
>
> thanks,
> neal
>