dounssym

来自「Linux下嵌入式开发工具源代码」· 代码 · 共 9 行

TXT
9
字号
#!/bin/sh# objdump the symbol table, but strip off the headings and symbol# numbers and sort the result.  Intended for use in comparing symbol# tables that may not be in the same order.objdump +symbols +omit-symbol-numbers $1 \	| sort#eof

⌨️ 快捷键说明

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