llvm-project/llvm/tools/llvm-readobj
Rafael Espindola ecf1320579 Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Original message:

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.

llvm-svn: 179345
2013-04-12 00:17:33 +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
LLVMBuild.txt Implements low-level object file format specific output for COFF and 2013-04-03 18:31:38 +00:00
MachODumper.cpp Add 179294 back, but don't use bit fields so that it works on big endian hosts. 2013-04-12 00:17:33 +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
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