Displaying 2 results from an estimated 2 matches for "elf_fil".
Did you mean:
elf_file
2016 Sep 16
3
[RFC] Support disassembly of ARM and thumb mixed in single ELF file
...ment disassembles ARM ELF binary but with lot
of extra user supplied data
* The triple supplied on the command line for tools has to be be
correct (ARM, thumb etc)
* The ELF file cannot have mix of ARM and thumb
* There is no direct way of using it such as llvm-objdump -d
elf_file. This works for architectures such as Hexagon, X86 etc.
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 th...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and