[uClibc]supported functions

Vladimir N. Oleynik dzo at simtreas.ru
Wed Mar 7 12:21:54 UTC 2001


michaels at jungo.com wrote:
 
> "Vladimir N. Oleynik" wrote:
> >
> > Alex King wrote:
> >
> > > How do I find what functions are implemented?  grep the source?
> > > grep the include files? can I get a dump of function names from the
> > > .so?
> >
> > Humor:
> > nm -g `find . -name "*.o"`
> 
> Even more "humour":
> nm libc.a

But best:
nm -g libc.a | grep -v "U "

:))


--w
vodz





More information about the uClibc mailing list