summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/ELFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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-211-0/+5
* 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-201-27/+19
* 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-201-4/+12
* llvm-readobj: call exit(1) on error.Rafael Espindola2015-07-201-12/+10
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-091-0/+13
* [llvm-readobj] Print MIPS PLT tableSimon Atanasyan2015-07-091-73/+164
* Temporarily reverting 241765, 241768, and 241772 to unbreak the build bots.Adrian Prantl2015-07-091-13/+0
* [Object][ELF] Support dumping hash-tables from files with no section table.Michael J. Spencer2015-07-091-0/+13
* Return ErrorOr from getSection.Rafael Espindola2015-07-011-11/+19
* Use range loops. NFC.Rafael Espindola2015-06-301-30/+24
* Fix the name of the iterator functions to match the coding standards.Rafael Espindola2015-06-301-18/+18
* Convert obj->getSymbolName to sym->getName.Rafael Espindola2015-06-291-2/+1
* Factor out the checking of string tables.Rafael Espindola2015-06-291-2/+5
* Remove Elf_Sym_Iter.Rafael Espindola2015-06-291-33/+30
* [StackMaps] Add a lightweight parser for stackmap version 1 sections.Lang Hames2015-06-261-0/+25
* AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSATom Stellard2015-06-261-1/+7
* [Object][ELF] Add support for dumping dynamic relocations when sections are s...Michael J. Spencer2015-06-251-0/+37
* Don't get confused with sections whose section number is reserved.Rafael Espindola2015-06-241-3/+1
* Support/ELF: Add EM_AMDGPUTom Stellard2015-06-221-1/+2
* Fix the build.Rafael Espindola2015-06-191-1/+1
* [llvm-readobj] Print MIPS .reginfo section contentSimon Atanasyan2015-06-161-0/+28
* Have the ELF symbol predicates match more directly the spec.Rafael Espindola2015-06-121-2/+2
OpenPOWER on IntegriCloud