diff options
Diffstat (limited to 'gnu/llvm/docs/CommandGuide/llvm-nm.rst')
| -rw-r--r-- | gnu/llvm/docs/CommandGuide/llvm-nm.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/llvm/docs/CommandGuide/llvm-nm.rst b/gnu/llvm/docs/CommandGuide/llvm-nm.rst index 83d9fbaf9e8..319e6e6aecf 100644 --- a/gnu/llvm/docs/CommandGuide/llvm-nm.rst +++ b/gnu/llvm/docs/CommandGuide/llvm-nm.rst @@ -68,11 +68,11 @@ OPTIONS .. option:: -B (default) - Use BSD output format. Alias for :option:`--format=bsd`. + Use BSD output format. Alias for `--format=bsd`. .. option:: -P - Use POSIX.2 output format. Alias for :option:`--format=posix`. + Use POSIX.2 output format. Alias for `--format=posix`. .. option:: --debug-syms, -a @@ -126,6 +126,11 @@ OPTIONS Print only symbols referenced but not defined in this file. +.. option:: --radix=RADIX, -t + + Specify the radix of the symbol address(es). Values accepted d(decimal), + x(hexadecomal) and o(octal). + BUGS ---- |
