aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
...
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-051-15/+8
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-0315-426/+3073
* [tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran2013-03-251-12/+19
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-204-0/+228
* [readobj] Fix memory leak.Michael J. Spencer2013-02-081-1/+2
* [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-051-4/+7
* Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-53/+19
* Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-0/+76
* Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-0/+12
* Check for errors. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-6/+12
* Fix indentation. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-311-32/+32
* Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-311-28/+18
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-6/+6
* Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer2012-03-101-3/+3
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-091-10/+24
* Fix comments for llvm-readobj, remove extraneous headersDavid Meyer2012-03-021-5/+9
* [Object]David Meyer2012-03-011-0/+12
* [Object]David Meyer2012-03-014-0/+233