[llvm-dev] [RFC] Support disassembly of ARM and thumb mixed in single ELF file

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Fri Sep 16 16:49:26 PDT 2016


On Fri, Sep 16, 2016 at 04:51:51PM -0500, Hemant Kulkarni via llvm-dev wrote:
> The llvm-objdump tool at the moment disassembles ARM ELF binary but with lot
> of extra user supplied data
> 
> *         The ELF file cannot have mix of ARM and thumb

This can be done by looking for the marker symbols, at least if the file
was not stripped.

Joerg


More information about the llvm-dev mailing list