llvm-6502/tools/llvm-readobj
Rafael Espindola 6c1202c459 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183284 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-05 01:33:53 +00:00
..
CMakeLists.txt
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
Error.h
llvm-readobj.cpp
llvm-readobj.h
LLVMBuild.txt
MachODumper.cpp Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
Makefile
ObjDumper.cpp
ObjDumper.h
StreamWriter.cpp
StreamWriter.h