pic.d
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· D 代码 · 共 18 行
D
18 行
#objdump: -dr --prefix-addresses --show-raw-insn#name: PIC# Test generation of PIC.*: +file format .*arm.*Disassembly of section .text:0x0+0 ebfffffe bl 0x0+0 0: R_ARM_PC24 foo0x0+4 ebfffffe bl 0x0+0 4: R_ARM_PLT32 foo \.\.\. 8: R_ARM_ABS32 sym c: R_ARM_GOT32 sym 10: R_ARM_GOTOFF sym 14: R_ARM_GOTPC _GLOBAL_OFFSET_TABLE_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?