xref: /386bsd/usr/src/usr.bin/nm/tags (revision a2142627)
1IS_DEBUGGER_SYMBOL	nm.c	/^#define	IS_DEBUGGER_SYMBOL(x)	((x) & N_STAB)$/
2IS_EXTERNAL	nm.c	/^#define	IS_EXTERNAL(x)		((x) & N_EXT)$/
3Mnm	nm.c	/^main(argc, argv)$/
4SYMBOL_TYPE	nm.c	/^#define	SYMBOL_TYPE(x)		((x) & (N_TYPE | N_STAB))$/
5emalloc	nm.c	/^emalloc(size)$/
6even	nm.c	/^#define even(x) (((x) + 1) & ~1)$/
7fname	nm.c	/^fname(a0, b0)$/
8print_symbol	nm.c	/^print_symbol(objname, sym)$/
9process_file	nm.c	/^process_file(fname)$/
10rname	nm.c	/^rname(a0, b0)$/
11show_archive	nm.c	/^show_archive(fname, fp)$/
12show_objfile	nm.c	/^show_objfile(objname, fp)$/
13typeletter	nm.c	/^typeletter(type)$/
14typestring	nm.c	/^typestring(type)$/
15usage	nm.c	/^usage()$/
16value	nm.c	/^value(a0, b0)$/
17