Home | History | Annotate | Line # | Download | only in ramdisk
Showsyms revision 1.2.2.2
      1 #!/bin/sh
      2 # $NetBSD: Showsyms,v 1.2.2.2 1995/10/13 16:51:32 gwr Exp $
      3 # Small helper to print out symbols in a useful order.
      4 
      5 nm -n rd_bin.syms |grep -i ' a '
      6 nm -n rd_bin.syms |grep -i ' t '
      7 nm -n rd_bin.syms |grep -i ' d '
      8 nm -n rd_bin.syms |grep -i ' b '
      9 nm -p rd_bin.syms |grep -i ' c '
     10