ldsym1.d
来自「GNU binutils是GNU交叉工具链中的一个源码包」· D 代码 · 共 21 行
D
21 行
# source: expdyn1.s# target: cris-*-*elf* cris-*-*aout*# as: --em=criself# ld: -mcriself# objdump: -d# Note that the linker script symbol __start is set to the same# value as _start, and will collate before _start and be chosen# as the presentation symbol at disassembly. Anyway, __start# shouldn't hinder disassembly by posing as an object symbol..*: file format elf32-us-crisDisassembly of section \.text:0+ <__start>: 0: 0f05 nop 0+2 <expfn>: 2: 0f05 nop
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?