summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/ELFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverts change r261907 and r261918Hemant Kulkarni2016-02-251-674/+265
* [llvm-readobj] Enable GNU style sections and relocations printingHemant Kulkarni2016-02-251-265/+674
* [readobj] Remove uneeded braces in case statement.Michael J. Spencer2016-02-171-2/+1
* Represent the dynamic table itself with a DynRegionInfo.Rafael Espindola2016-02-171-12/+17
* Add a unwrapOrError utility and use it to simplify ELFDumper.cpp.Rafael Espindola2016-02-171-119/+71
* Change how readobj stores info about dynamic symbols.Rafael Espindola2016-02-171-44/+63
* Reapply r260489.Rafael Espindola2016-02-161-0/+29
* Introduce a getAsRange helper.Rafael Espindola2016-02-161-25/+9
* Move DynRegionInfo out of the ELFDumper.Rafael Espindola2016-02-161-11/+11
* This reverts commit r260488 and r260489.Rafael Espindola2016-02-161-181/+98
* [readobj] Dump DT_JMPREL relocations when outputting dynamic relocations.Michael J. Spencer2016-02-111-0/+28
* [readobj] Handle ELF files with no section table or with no program headers.Michael J. Spencer2016-02-111-98/+153
* [readobj] Move dynamic table parsing to a new function. NFC.Michael J. Spencer2016-02-111-5/+14
* [readobj] Sort switch by enum value.Michael J. Spencer2016-02-111-29/+29
* [readobj] Parse sections before dynamic table.Michael J. Spencer2016-02-111-36/+36
* Fix const confusion while lambda function usageHemant Kulkarni2016-02-111-24/+26
* Fix build failure caused in r260430Hemant Kulkarni2016-02-111-1/+1
* [llvm-readobj] Option to emit readelf like outputHemant Kulkarni2016-02-101-260/+370
* Revert "[llvm-readobj] Option to emit readelf like output"Hemant Kulkarni2016-02-101-369/+260
* [llvm-readobj] Option to emit readelf like outputHemant Kulkarni2016-02-101-260/+369
* [llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized se...Simon Atanasyan2016-02-091-40/+25
* Remove superfluous call to std::to_string that's breaking the cygwin build.Benjamin Kramer2016-01-271-2/+1
* Fix comparison warning (r258845)Hemant Kulkarni2016-01-261-1/+1
* Fixes build break introduced by r258845Hemant Kulkarni2016-01-261-1/+1
* [llvm-readobj] Add -elf-section-groups optionHemant Kulkarni2016-01-261-0/+46
* [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flagsSimon Atanasyan2016-01-201-2/+47
* [llvm-readobj][ELF] s/dyn_rela_/dyn_rel_/ No functional changes.Simon Atanasyan2016-01-181-16/+16
* [llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL formatSimon Atanasyan2016-01-161-34/+69
* Fixed CRLF->LF line endings from r257914. NFC.George Rimar2016-01-161-8/+8
* [llvm-readobj] Dump DT_RELACOUNT correctly.Davide Italiano2016-01-161-0/+2
* Revert of 57967George Rimar2016-01-161-1/+2170
* CRLF -> LF. NFCGeorge Rimar2016-01-161-2170/+1
* Recommit r257912George Rimar2016-01-151-6/+8
* [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.Dan Gohman2016-01-121-1/+2
* [llvm-readobj/ELF] Simplify Verdef handling.Davide Italiano2015-12-041-7/+1
* [llvm-readobj] Don't cast qualifiers away. Now gcc is happy again.Davide Italiano2015-10-231-7/+8
* [llvm-readobj] Teach ELFDumper about symbol versioning.Davide Italiano2015-10-161-6/+97
* [llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.Davide Italiano2015-10-151-0/+4
* [llvm-readobj/ELF] Print GNU Hash sectionIgor Kudrin2015-10-141-0/+24
* Fix printing of 64 bit values and make test more strict.Rafael Espindola2015-10-011-5/+4
* Avoid SEGFAULT if a requested symbol section is absent.Rafael Espindola2015-09-211-0/+2
* Pass a symbol table to getRelocationSymbol instead of returning one.Rafael Espindola2015-09-021-18/+18
* [llvm-readobj/ELF] Factor out common code.Davide Italiano2015-08-231-12/+11
* Don't iterate over all sections in the ELFFile constructor.Rafael Espindola2015-08-101-12/+31
* Delete getDotSymtabSec.Rafael Espindola2015-08-101-4/+11
* Don't look for a SHT_DYNSYM in the ELFFile's constructor.Rafael Espindola2015-08-071-2/+9
* Remove the symbol iteration functions that don't take a symbol table.Rafael Espindola2015-08-071-2/+2
* Add dynamic_table iterators back to ELF.h.Rafael Espindola2015-08-071-22/+15
* ELF: Add AMDGPU specific defintionsTom Stellard2015-08-071-2/+24
* [llvm-readobj] Convert to range-loops.Davide Italiano2015-08-071-2/+2
OpenPOWER on IntegriCloud