summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/ELFDumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [llvm-readobj] Use the new symbol API.Davide Italiano2015-06-081-7/+7
* Fix the interpretation of a 0 st_name.Rafael Espindola2015-06-031-9/+13
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-021-5/+3
* [llvm-readobj/ELF] Teach how to decode DF_1_XXX flagsDavide Italiano2015-05-251-0/+32
* [llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIFLAGS program headerSimon Atanasyan2015-05-151-0/+1
* [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flagsSimon Atanasyan2015-05-081-1/+20
* [llvm-readobj] Print .MIPS.abiflags section contentSimon Atanasyan2015-05-071-0/+121
* [llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flagsSimon Atanasyan2015-05-071-1/+6
* [Mips] Support DT_MIPS_OPTIONS dynamic section tag in the llvm-readobjSimon Atanasyan2015-04-201-0/+2
* Add support for Nuxi CloudABI.Ed Schouten2015-03-091-0/+1
* Add STB_GNU_UNIQUE to the ELF writer.Rafael Espindola2015-01-231-3/+4
* Add a test that would have found the bug in r219829.Rafael Espindola2014-10-171-1/+2
* Revert commit r219835 and r219829.Rafael Espindola2014-10-171-2/+1
* Correctly handle references to section symbols.Rafael Espindola2014-10-151-1/+2
* Object: BSS/virtual sections don't have contentsDavid Majnemer2014-09-261-1/+1
* [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2014-07-131-0/+1
* [llvm-readobj] Fix output of MIPS GOT without local and global entries.Simon Atanasyan2014-07-051-1/+1
* [llvm-readobj] Fix member functions name style.Simon Atanasyan2014-06-181-13/+13
* [llvm-readobj] Fix compile error.Simon Atanasyan2014-06-181-1/+1
* [llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2014-06-181-0/+217
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-6/+6
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-0/+1
* [llvm-readobj][ELF] Factor out the code retrieve ELF symbol informationSimon Atanasyan2014-06-101-35/+50
* [Object][ELF] Range-based loop simplification.Simon Atanasyan2014-06-041-13/+10
OpenPOWER on IntegriCloud