代码搜索:objdump

找到约 4,575 项符合「objdump」的源代码

代码结果 4,575
www.eeworm.com/read/447738/1698488

d diffexp-ovwr.d

#objdump: -sr #name: diffexp-ovwr .*: file format .*-cris Contents of section \.text: 0000 2f000000 2dab4f8e 2a005f8e 2900a532 .* 0010 48656c6c 6f2c2077 6f726c64 0a000000 .* 0020 00000000 0
www.eeworm.com/read/447738/1698687

d signed-relocs.d

#as: -J #objdump: -dr #name: Signed relocs .*: +file format .* Disassembly of section .text: 0+0000 : 0: d0 c0 87 65 seth r0,#0x8765 4: 80 a0 43 21 add3 r0,r0,#17185 8: d0 c0 87
www.eeworm.com/read/447738/1698701

d high-1.d

#as: #objdump: -dr #name: high-1 .*: +file format .* Disassembly of section .text: 0* : *0: d4 c0 00 00 seth r4,[#]*0x0 [ ]*0: R_M32R_HI16_ULO_RELA .text\+0x10000 *4: 84 e4 00 00 or3 r4,r
www.eeworm.com/read/395929/2429279

d array.d

#objdump: -dr #name: D30V array test #as: .*: +file format elf32-d30v Disassembly of section .text: 0+0000 : 0: 880820c0 80000048 add.l r2, r3, 0x48 0: R_D30V_32 .text 8: 8808
www.eeworm.com/read/395929/2429388

d insn3.d

#objdump: -dr #name: @OC@ # Test the @OC@ insn. .*: +file format elf32-.*arc Disassembly of section .text: 00000000 1800@I3+80@00 @OC@ r0,r1 00000004 1b6e@I3+00@00 @OC@ fp,sp 00000008 181f@I3+80@00
www.eeworm.com/read/395929/2429435

d sshift.d

#objdump: -dr #name: @OC@ # Test the @OC@ insn. .*: +file format elf32-.*arc Disassembly of section .text: 00000000 1800@I3+80@00 @OC@ r0,r1 00000004 1b6e@I3+00@00 @OC@ fp,sp 00000008 181f@I3+80@00
www.eeworm.com/read/395929/2429615

d addend.d

#objdump: -r # name : addends .*: +file format a.out-sunos-big RELOCATION RECORDS FOR \[.text\]: OFFSET TYPE +VALUE 0+08 WDISP22 +foo1\+0xf+fc 0+0c WDISP22 +foo1\+0xf+f8 0+10 WDISP22 +foo1\+0xf+f0
www.eeworm.com/read/395929/2429904

d diffexp-ovwr.d

#objdump: -sr #name: diffexp-ovwr .*: file format .*-cris Contents of section \.text: 0000 2f000000 2dab4f8e 2a005f8e 2900a532 .* 0010 48656c6c 6f2c2077 6f726c64 0a000000 .* 0020 00000000 0
www.eeworm.com/read/395929/2430013

d high-1.d

#as: #objdump: -dr #name: high-1 .*: +file format .* Disassembly of section .text: 0* : *0: d4 c0 00 01 seth r4,[#]*0x1 [ ]*0: R_M32R_HI16_ULO .text *4: 84 e4 00 00 or3 r4,r4,[#]*0x0 [ ]
www.eeworm.com/read/152835/12079040

makefile

build: stage0 win32_bind stage0: stage0.asm nasm -O2 -f bin -o stage0 stage0.asm win32_bind: win32_bind.asm nasm -f bin -o win32_bind win32_bind.asm disasm: stage0.elf objdump -d stage0.elf st