summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/ELFDump.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Support for PT_GNU_PROPERTY in header and toolsPeter Smith2019-12-041-0/+3
* [llvm-objdump] Print relocation addends in hexadecimalDavid Bozier2019-11-191-3/+6
* [llvm-objdump] - Cleanup the error reporting.George Rimar2019-08-211-1/+1
* [llvm-objdump] errorToErrorCode+message -> toStringFangrui Song2019-04-251-4/+3
* Revert "[llvm-objdump] errorToErrorCode+message -> toString"JF Bastien2019-04-241-3/+4
* [llvm-objdump] errorToErrorCode+message -> toStringFangrui Song2019-04-241-4/+3
* [llvm-objdump] Wrap things in namespace llvmFangrui Song2019-04-151-9/+10
* [llvm-objdump] Migrate relocation handling functions from error_code to ErrorFangrui Song2019-04-081-13/+12
* [llvm-objdump] Simplify some ELF typename: ELFFile<ELFT>::Elf_xxx -> ELFT::xxxFangrui Song2019-04-071-11/+4
* .Fangrui Song2019-04-071-17/+8
* [llvm-objdump] Simplify Expected<T> handling with unwrapOrErrorFangrui Song2019-04-071-30/+13
* [llvm-objdump] Should print unknown d_tag in hex formatXing GUO2019-03-021-9/+2
* [llvm-objdump] Should print strings when dumping DT_RPATH, DT_RUNPATH, DT_SON...Xing GUO2019-02-271-1/+3
* [llvm-objdump] Add `Version Definitions` dumperXing GUO2019-02-261-3/+44
* [llvm-objdump] Add `Version References` dumperXing GUO2019-02-251-0/+70
* [llvm-objdump] - Print LMAs when dumping section headers.George Rimar2019-01-281-0/+29
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm-objdump] - Move getRelocationValueString and dependenices out of the ll...George Rimar2019-01-181-0/+82
* [llvm-objdump] Use `auto` declaration in typecastingXing GUO2018-11-151-16/+8
* [llvm-objdump] Improve ELF file type checking statements (D54509)Xing GUO2018-11-141-12/+6
* [llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel2018-07-251-0/+89
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [llvm-objdump] Dump PT_NOTE as part of -p.Davide Italiano2017-01-161-0/+3
* [llvm-objdump] Dump PT_GNU_RELRO as part of -p.Davide Italiano2017-01-161-0/+3
* [llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE,WXNEEDED}.Davide Italiano2017-01-161-0/+9
* llvm-objdump: sort phdr type strings in advance of adding new onesEd Maste2016-12-241-7/+7
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-161-2/+3
* Replace a report_fatal_error with an ErrorOr.Rafael Espindola2016-11-031-1/+4
* Simplify iterating over program headers and detect corrupt ones.Rafael Espindola2015-07-201-20/+12
* Fix the name of the iterator functions to match the coding standards.Rafael Espindola2015-06-301-3/+3
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-9/+7
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-091-8/+4
* print TLS segmentShankar Easwaran2013-02-271-0/+3
* [objdump] Add PT_PHDR.Michael J. Spencer2013-02-211-0/+3
* [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer2013-02-201-0/+6
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+0
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-151-12/+12
* [objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer2013-01-061-6/+8
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-061-0/+87
OpenPOWER on IntegriCloud