1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/tools/llvm-objdump
Rafael Espindola 6f41305fd8 Handle relocations that don't point to symbols.
In ELF (as in MachO), not all relocations point to symbols. Represent this
properly by using a symbol_iterator instead of a SymbolRef. Update llvm-readobj
ELF's dumper to handle relocatios without symbols.

llvm-svn: 183284
2013-06-05 01:33:53 +00:00
..
CMakeLists.txt MC: Disassembled CFG reconstruction. 2013-05-24 01:07:04 +00:00
COFFDump.cpp Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
ELFDump.cpp Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. 2013-05-24 22:23:49 +00:00
llvm-objdump.cpp llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error. 2013-05-27 00:02:48 +00:00
llvm-objdump.h MC: Disassembled CFG reconstruction. 2013-05-24 01:07:04 +00:00
LLVMBuild.txt
MachODump.cpp Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
Makefile