dounsreloc

来自「SimpleScaler(RISC处理器仿真分析程序)指令集相对应的汇编」· 代码 · 共 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 + -
显示快捷键?