On Thu, Apr 22, 2010 at 00:35, Andreas Schwab <sch...@linux-m68k.org> wrote: > Paolo Bonzini <bonz...@gnu.org> writes: > >> I'm not sure if "nm -g" would work under Linux, since >> >> $ nm -g /usr/lib64/libsqlite3.so >> nm: /usr/lib64/libsqlite3.so: no symbols >> >> $ objdump -T /usr/lib64/libsqlite3.so|head -5 > > The equivalent of "objdump -T" is "nm -D".
... but I'm not sure nm -D would work under Darwin, either. ;-) Paolo