nm.1

来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 1 代码 · 共 52 行

1
52
字号
.th NM I 8/20/73.sh NAMEnm  \*-  print name list.sh SYNOPSIS.bd nm[.bd \-cnrupg][ name ].sh DESCRIPTION.it Nmprints the symbol table from the output file of anassembler or loader run.Each symbol name is preceded by its value (blanks if undefined)and one of the letters \fBU\fR (undefined) \fBA\fR (absolute) \fBT\fR(text segment symbol),\fBD\fR (data segment symbol), \fBB\fR(bss segment symbol),or \fBC\fR (common symbol).If the symbol is local (non-external)the type letter is in lower case.The output is sorted alphabetically..s3If no file is given, the symbols in.bd a.outare listed..s3Options are:.s3.lp +4 4\fB\-c\fR	list only C-style external symbols, that isthose beginning with underscore `\*_'..s3.lp +4 4\fB\-g\fR	print only global (external) symbols.s3.lp +4 4\fB\-n\fR	sort by value instead of by name.s3.lp +4 4\fB\-p\fR	don't sort; print in symbol-table order.s3.lp +4 4\fB\-r\fR	sort in reverse order.s3.lp +4 4\fB\-u\fR	print only undefined symbols..i0.sh FILESa.out.sh BUGS

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?