1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-readobj
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 Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
COFFDumper.cpp Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
ELFDumper.cpp Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
Error.cpp Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
Error.h Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
llvm-readobj.cpp Revert r181009. 2013-05-03 23:57:17 +00:00
llvm-readobj.h Add -expand-relocs to llvm-readobj 2013-04-12 04:01:52 +00:00
LLVMBuild.txt Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
MachODumper.cpp Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
Makefile Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
ObjDumper.cpp Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
ObjDumper.h Revert r181009. 2013-05-03 23:57:17 +00:00
StreamWriter.cpp Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
StreamWriter.h Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00