search for: objcdump

Displaying 2 results from an estimated 2 matches for "objcdump".

2016 Jun 19
2
llvm-bjdump and ELF-ARM/Thumb
...1a7e: 2f 01 01 00 andeq r0, r1, pc, lsr #2 llvm-objdump: warning: invalid instruction encoding 1a83: e3 13 ff 2f svchs #16716771 llvm-objdump: warning: invalid instruction encoding The binaries I try to read are c++ dynamic libraries for Android. I have used the following parameters: -llvm-objcdump mylib.so -d -arch=arm -llvm-objcdump mylib.so -d -arch=armv7 -llvm-objcdump mylib.so -d -arch=thumb or with the following triples: armv7-none-linux-android thumbv7-none-linux-android Does anyone know why I have this error? Am I missing some input parameters? This is strange because it works gre...
2016 Jun 20
2
llvm-bjdump and ELF-ARM/Thumb
...jdump: warning: invalid instruction encoding > 1a83: e3 13 ff 2f svchs #16716771 > llvm-objdump: warning: invalid instruction encoding > > The binaries I try to read are c++ dynamic libraries for Android. > > I have used the following parameters: > > -llvm-objcdump mylib.so -d -arch=arm > -llvm-objcdump mylib.so -d -arch=armv7 > -llvm-objcdump mylib.so -d -arch=thumb > > or with the following triples: > > armv7-none-linux-android > thumbv7-none-linux-android > > Does anyone know why I have this error? Am I missing some input para...