blob: 032d3649d2a8dcfc477fb871aec7792a67cc3a0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#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\]
|