plt64.d

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· D 代码 · 共 27 行

D
27
字号
#as: -K PIC -64#objdump: -Dr#name: plt 64-bit relocs.*: +file format .*sparc.*Disassembly of section .text:0+ <.text>:   0:	40 00 00 00 	call  0x0			0: R_SPARC_WPLT30	foo   4:	01 00 00 00 	nop    8:	40 00 00 00 	call  0x8			8: R_SPARC_WPLT30	bar\+0x4Disassembly of section .data:0+ <.data>:	...			0: R_SPARC_PLT64	foo			8: R_SPARC_PLT64	bar\+0x4  10:	01 00 00 00 	nop 			11: R_SPARC_PLT64	foo  14:	00 00 00 00 	illtrap  0  18:	00 02 03 04 	illtrap  0x20304  1c:	00 00 00 00 	illtrap  0			1c: R_SPARC_PLT32	bar\+0x4

⌨️ 快捷键说明

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