llvm/tools/llvm-readobj
Rafael Espindola 4edf092787 Print more information about relocations.
With this patch llvm-readobj now prints if a relocation is pcrel, its length,
if it is extern and if it is scattered.

It also refactors the code a bit to use bit fields instead of shifts and
masks all over the place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179294 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-11 16:31:37 +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 Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
ELFDumper.cpp Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +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 Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
llvm-readobj.h Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +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 Print more information about relocations. 2013-04-11 16:31:37 +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 Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +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