Displaying 1 result from an estimated 1 matches for "et_arm".
2016 Sep 16
3
[RFC] Support disassembly of ARM and thumb mixed in single ELF file
...tc.
Is there a way to enhance the tool to make the use more friendly by removing
the need to specify these extra option on command line since it is possible
to find the information in the file.
The ELF file for arm does not have any field that can be easily inspected to
see if the file of type ET_ARM is either a thumb only binary, ARM only
binary or a mix. There is however an optional ARM specific section
.ARM.attributes that can contain CPU and architecture information such as
ISA in use. BFD and gold linker use this section while linking to find any
incompatibilities and then emit out a merge...