summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/ELFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move to llvm-readobj code that is only used there.Rafael Espindola2015-08-061-20/+213
* [Mips] Support DT_MIPS_RLD_MAP_REL dynamic section tag in the llvm-readobjSimon Atanasyan2015-08-011-0/+2
* Support printing relocations in files with no section table.Rafael Espindola2015-07-231-4/+9
* Use typdef to simplify the code. NFC.Rafael Espindola2015-07-231-40/+41
* Delete ELFEntityIterator. NFC.Rafael Espindola2015-07-221-31/+34
* Don't iterate over the program headers in the constructor of ELFFile.Rafael Espindola2015-07-211-28/+162
* Make printValue a member function.Rafael Espindola2015-07-211-6/+7
* Remove always null argument.Rafael Espindola2015-07-211-2/+1
* Replace the last uses of ELF::getSymbolName in llvm-readobj.Rafael Espindola2015-07-211-1/+2
OpenPOWER on IntegriCloud