[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170425.131337.2175176102097155053.davem@davemloft.net>
Date: Tue, 25 Apr 2017 13:13:37 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: ast@...com
CC: daniel@...earbox.net, netdev@...r.kernel.org
Subject: llvm-objdump...
I think there are some endianness issues ;-)
davem@...ience:~/src/GIT/net-next/tools/testing/selftests/bpf$ llvm-objdump -S x.o
x.o: file format ELF64-BPF
Disassembly of section test1:
process:
0: b7 00 00 00 00 00 00 02 r0 = 33554432
1: 61 21 00 50 00 00 00 00 r1 = *(u32 *)(r2 + 20480)
That first instruction should be "r0 = 2"
Powered by blists - more mailing lists