summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* Fix printing of 64 bit values and make test more strict.Rafael Espindola2015-10-011-5/+4
* [llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName.Davide Italiano2015-09-221-2/+2
* Avoid SEGFAULT if a requested symbol section is absent.Rafael Espindola2015-09-211-0/+2
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-1/+1
* [llvm-readobj] Fix another "time of check to time of use bug".Davide Italiano2015-09-171-5/+0
* [llvm-readobj] MachO -- dump LinkerOptions load command.Davide Italiano2015-09-093-0/+28
* [llvm-readobj] MachO: dump the correct field.Davide Italiano2015-09-041-1/+1
* [llvm-readobj] Dump MachO indirect symbols.Davide Italiano2015-09-033-0/+25
* [llvm-readobj] MachO: Dump segment command.Davide Italiano2015-09-023-0/+87
* Pass a symbol table to getRelocationSymbol instead of returning one.Rafael Espindola2015-09-022-21/+24
* [llvm-readobj] MachO -- correctly dump section field 'Reserved3'Davide Italiano2015-09-011-0/+4
* [llvm-readobj] Dump MachO Dysymtab command.Davide Italiano2015-08-313-0/+37
* [llvm-readobj] Add pair of missing braces.Davide Italiano2015-08-311-1/+2
* llvm-readobj: Dump more info for COFF import libraries.Rui Ueyama2015-08-284-7/+57
* Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama2015-08-281-0/+9
* [llvm-readobj] Add support for dumping MachO min version load command.Davide Italiano2015-08-273-0/+45
* [llvm-readobj/ELF] Factor out common code.Davide Italiano2015-08-231-12/+11
* [llvm-readobj] Add support for MachO DataInCodeDataCommand.Davide Italiano2015-08-213-0/+36
* Don't iterate over all sections in the ELFFile constructor.Rafael Espindola2015-08-102-13/+35
* Delete getDotSymtabSec.Rafael Espindola2015-08-102-11/+19
* Use continue to reduce indentation. NFC.Rafael Espindola2015-08-101-17/+19
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-073-9/+8
* 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-072-3/+3
* 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-072-6/+4
* Move to llvm-readobj code that is only used there.Rafael Espindola2015-08-062-22/+215
* [Mips] Support DT_MIPS_RLD_MAP_REL dynamic section tag in the llvm-readobjSimon Atanasyan2015-08-011-0/+2
* [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristicsDavid Majnemer2015-07-301-0/+1
* [llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF.Davide Italiano2015-07-241-9/+10
* 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-212-2/+8
* Use helper function. NFC.Rafael Espindola2015-07-211-3/+1
* llvm-readobj: use the associated string table to print symbols. NFI.Rafael Espindola2015-07-211-16/+44
* Simplify printing the soname. NFC.Rafael Espindola2015-07-213-14/+7
* Add missing c++ marker to .h file.Rafael Espindola2015-07-211-1/+1
* Remove duplicated code.Rafael Espindola2015-07-201-4/+4
* Simplify now that we can iterate backwards. NFC.Rafael Espindola2015-07-201-3/+16
* Remove Elf_Rela_Iter and Elf_Rel_Iter.Rafael Espindola2015-07-202-34/+24
* Simplify iterating over program headers and detect corrupt ones.Rafael Espindola2015-07-201-13/+11
* llvm-readobj: Handle invalid references to the string table.Rafael Espindola2015-07-203-7/+16
* llvm-readobj: call exit(1) on error.Rafael Espindola2015-07-206-91/+61
* Refactor duplicated code. NFC.Rafael Espindola2015-07-201-8/+9
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-094-2/+22
OpenPOWER on IntegriCloud