1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools/llvm-readobj
Amara Emerson 863672f436 Add support for reading ARM ELF build attributes.
Build attribute sections can now be read if they exist via ELFObjectFile, and
the llvm-readobj tool has been extended with an option to dump this information
if requested. Regression tests are also included which exercise these features.

Also update the docs with a fixed ARM ABI link and a new link to the Addenda
which provides the build attributes specification.

llvm-svn: 181009
2013-05-03 11:36:35 +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 llvm-readobj: Dump more COFF auxiliary records 2013-04-22 08:35:11 +00:00
ELFDumper.cpp Add support for reading ARM ELF build attributes. 2013-05-03 11:36:35 +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 Add support for reading ARM ELF build attributes. 2013-05-03 11:36:35 +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 Use pointers to iterate over symbols. 2013-04-24 19:47:55 +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 Add support for reading ARM ELF build attributes. 2013-05-03 11:36:35 +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