We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320f980 commit 5fab8c9Copy full SHA for 5fab8c9
scripts/kallsyms.c
@@ -5,7 +5,8 @@
5
* This software may be used and distributed according to the terms
6
* of the GNU General Public License, incorporated herein by reference.
7
*
8
- * Usage: nm -n vmlinux | scripts/kallsyms [--all-symbols] > symbols.S
+ * Usage: kallsyms [--all-symbols] [--absolute-percpu]
9
+ * [--base-relative] in.map > out.S
10
11
* Table compression uses all the unused char codes on the symbols and
12
* maps these to the most used substrings (tokens). For instance, it might
0 commit comments