dounsreloc
来自「GNU binutils是GNU交叉工具链中的一个源码包」· 代码 · 共 9 行
TXT
9 行
#!/bin/sh# objdump the reloc table, but strip off the headings and reloc# numbers and sort the result. Intended for use in comparing reloc# tables that may not be in the same order.objdump +reloc +omit-relocation-numbers +omit-symbol-numbers $1 \ | sort#eof
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?