Displaying 6 results from an estimated 6 matches for "ihi0044d".
Did you mean:
ihi0044e
2012 Jun 07
0
[LLVMdev] MC disassembler for ARM
...he symbols by default when printing the
symbol-table (you can give it the --special-syms option to show them),
but readelf shows them always.
If you want the really deep details, they're fully documented in the
ARM ELF ABI here (section 4.6.5):
http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044d/IHI0044D_aaelf.pdf
Which is all nice to know, but I'm afraid it probably doesn't offer an
immediate solution to the undefined instructions:
+ libc.so isn't a relocatable object file (well, it is dynamically,
but that doesn't count).
+ llvm-objdump ignores them anyway at the moment,...
2012 Jun 07
2
[LLVMdev] MC disassembler for ARM
...e
> symbol-table (you can give it the --special-syms option to show them),
> but readelf shows them always.
>
> If you want the really deep details, they're fully documented in the
> ARM ELF ABI here (section 4.6.5):
>
>
> http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044d/IHI0044D_aaelf.pdf
>
> Which is all nice to know, but I'm afraid it probably doesn't offer an
> immediate solution to the undefined instructions:
> + libc.so isn't a relocatable object file (well, it is dynamically,
> but that doesn't count).
> + llvm-objdump ignor...
2012 Jun 08
2
[LLVMdev] MC disassembler for ARM
...give it the --special-syms option to show them),
>> but readelf shows them always.
>>
>> If you want the really deep details, they're fully documented in the
>> ARM ELF ABI here (section 4.6.5):
>>
>>
>> http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044d/IHI0044D_aaelf.pdf
>>
>> Which is all nice to know, but I'm afraid it probably doesn't offer an
>> immediate solution to the undefined instructions:
>> + libc.so isn't a relocatable object file (well, it is dynamically,
>> but that doesn't count).
>&...
2012 Jun 07
2
[LLVMdev] MC disassembler for ARM
Hi Tim,
Thanks a lot for the reply.
I tested libc.so which is a shared library. llvm-objdump also report some
disassemble errors.
Could you please tell me more about $a, $t and $d symbols? How these
symbols are used to define different regions? Where I can find this symbols
in ELF object file?
Thanks,
David
I'm now try to find a decoder of ARM instructions in oder
On Thu, Jun 7, 2012
2012 Jun 07
0
[LLVMdev] MC disassembler for ARM
...the
> symbol-table (you can give it the --special-syms option to show them),
> but readelf shows them always.
>
> If you want the really deep details, they're fully documented in the
> ARM ELF ABI here (section 4.6.5):
>
> http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044d/IHI0044D_aaelf.pdf
>
> Which is all nice to know, but I'm afraid it probably doesn't offer an
> immediate solution to the undefined instructions:
> + libc.so isn't a relocatable object file (well, it is dynamically,
> but that doesn't count).
> + llvm-objdump igno...
2012 Jun 08
0
[LLVMdev] MC disassembler for ARM
...you can give it the --special-syms option to show them),
>> but readelf shows them always.
>>
>> If you want the really deep details, they're fully documented in the
>> ARM ELF ABI here (section 4.6.5):
>>
>> http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044d/IHI0044D_aaelf.pdf
>>
>> Which is all nice to know, but I'm afraid it probably doesn't offer an
>> immediate solution to the undefined instructions:
>> + libc.so isn't a relocatable object file (well, it is dynamically,
>> but that doesn't count).
>...