mips16-e.d

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

D
42
字号
#objdump: -rst -mips16#name: MIPS16 reloc#as: -mips16# Check MIPS16 reloc processing.*: +file format elf.*mips.*SYMBOL TABLE:0+0000000 l    d  \.text	0+0000000 0+0000000 l    d  \.data	0+0000000 0+0000000 l    d  \.bss	0+0000000 0+0000000 l    d  foo	0+0000000 0+0000000 l    d  \.reginfo	0+0000000 0+0000000 l    d  \.(mdebug|pdr)	0+0000000 0+0000002 l       \.text	0+0000000 0xf0 l10+0000004 l       \.text	0+0000000 0xf0 L1.10+0000000         \*UND\*	0+0000000 g1RELOCATION RECORDS FOR \[foo\]:OFFSET [ ]+ TYPE              VALUE 0+0000000 R_MIPS_32         l10+0000004 R_MIPS_32         l10+0000008 R_MIPS_32         L1.10+000000c R_MIPS_32         L1.10+0000010 R_MIPS_32         g10+0000014 R_MIPS_32         g1Contents of section \.text: 0000 65006500 65006500 65006500 65006500  .*Contents of section \.data:Contents of section \.reginfo: 0000 00000001 00000000 00000000 00000000  .* 0010 00000000 00000000                    .*Contents of section \.(mdebug|pdr):#...Contents of section foo: 0000 00000000 00000008 00000000 00000003  .* 0010 00000000 00000008 00000000 00000000  .*

⌨️ 快捷键说明

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