16 lines
417 B
Makefile
16 lines
417 B
Makefile
#as: --EB
|
|
#source: reloc-data.s
|
|
#source: reloc-insn-external.s
|
|
#objdump: -dr
|
|
#ld: -Tdata=0x20 -EB
|
|
#name: reloc insn external BE
|
|
|
|
.*: +file format .*bpfbe
|
|
|
|
Disassembly of section .text:
|
|
|
|
[0-9a-f]+ <.*>:
|
|
*[0-9a-f]+: 18 10 00 00 00 00 00 28[ ]*lddw %r1,0x28
|
|
*[0-9a-f]+: 00 00 00 00 00 00 00 00[ ]*
|
|
*[0-9a-f]+: b7 20 00 00 00 00 00 26[ ]*mov %r2,0x26
|
|
*[0-9a-f]+: 61 34 00 24 00 00 00 00[ ]*ldxw %r3,\[%r4\+0x24\]
|