*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: nm | Section: 1 | Source: OpenBSD | File: nm.1
NM(1) FreeBSD General Commands Manual NM(1) NAME nm - display name list (symbol table) SYNOPSIS nm [-AaCDegnoPprsuw] [-t d|o|x] [file ...] DESCRIPTION The symbol table (name list) of each object in file(s) is displayed. If a library (archive) is given, nm displays a list for each object archive member. If file is not present, nm searches for the file a.out and displays its symbol table if it exists. The options are as follows: -A Display the full path or library name of object on every line. -a Display symbol table entries inserted for use by debuggers. -C Decode low-level symbol names. This involves removing extra underscores and making C++ function names readable. -D Display the dynamic symbol table instead of the normal symbol table. -e Output extended information, that is `w' for weak symbols, `f' for function-like symbols, and `o' for object-like symbols. -g Restrict display to external (global) symbols. -n Present results in numerical order. -o Display the full path or library name of object on every line (this is similar to -A). -P Report information in POSIX format: full path or library name of object if either -A or -o has been specified; symbol name; symbol type; symbol value and size (unless the symbol is undefined). The radix of symbol values and sizes defaults to decimal, and may be changed with the -t option. -p Do not sort at all. -r Reverse order sort. -s Show archive index. -t d|o|x In POSIX format output, choose the numeric radix as follows: d Decimal. o Octal. x Hexadecimal. -u Display undefined symbols only. -w Warn about non-object archive members. Normally, nm will silently ignore all archive members which are not object files. Each symbol name is preceded by its value (a blank field if the symbol is undefined) and one of the following letters: - debugger symbol table entries (see the -a option) A absolute B bss or tbss segment symbol C common symbol D data or tdata segment symbol F file name R read-only data segment symbol T text segment symbol U undefined W weak symbol If the symbol is local (non-external), the type letter is in lower case. The output is sorted alphabetically. SEE ALSO ar(1), size(1), ar(5), elf(5) STANDARDS The nm utility is part of the IEEE Std 1003.1-2008 ("POSIX.1") specification; this implementation is largely incompatible with that standard. HISTORY An nm command appeared in Version 1 AT&T UNIX. FreeBSD 14.1-RELEASE-p8 September 6, 2019 FreeBSD 14.1-RELEASE-p8

Navigation Options