lif-svr4pic.d

来自「Linux下嵌入式开发工具源代码」· D 代码 · 共 31 行

D
31
字号
#objdump: -dr --prefix-addresses -mmips:3000#name: MIPS lifloat-svr4pic#as: -mips1 -KPIC -EB --defsym SVR4=1#source: lifloat.s# Test the li.d and li.s macros with -KPIC..*: +file format .*mips.*Disassembly of section .text:0+0000 <[^>]*> lw	\$at,0\(\$gp\)[ 	]*0: R_MIPS_GOT16	.rodata0+0004 <[^>]*> nop0+0008 <[^>]*> lw	\$a0,0\(\$at\)[ 	]*8: R_MIPS_LO16	.rodata0+000c <[^>]*> lw	\$a1,4\(\$at\)[ 	]*c: R_MIPS_LO16	.rodata0+0010 <[^>]*> lw	\$at,0\(\$gp\)[ 	]*10: R_MIPS_GOT16	.rodata0+0014 <[^>]*> nop0+0018 <[^>]*> lwc1	\$f5,8\(\$at\)[ 	]*18: R_MIPS_LO16	.rodata0+001c <[^>]*> lwc1	\$f4,12\(\$at\)[ 	]*1c: R_MIPS_LO16	.rodata0+0020 <[^>]*> lui	\$a0,0x3f8f0+0024 <[^>]*> ori	\$a0,\$a0,0xcd360+0028 <[^>]*> lui	\$at,0x3f8f0+002c <[^>]*> ori	\$at,\$at,0xcd360+0030 <[^>]*> mtc1	\$at,\$f4	...

⌨️ 快捷键说明

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