summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-032-8/+16
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-024-26/+41
* Return ErrorOr from getSection.Rafael Espindola2015-07-012-12/+23
* Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.Rafael Espindola2015-06-301-1/+0
* Use range loops. NFC.Rafael Espindola2015-06-301-30/+24
* Use range loop.Rafael Espindola2015-06-301-8/+6
* Use range loop.Rafael Espindola2015-06-301-5/+4
* Fix the name of the iterator functions to match the coding standards.Rafael Espindola2015-06-302-21/+21
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-302-4/+2
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-3/+1
* Don't return error_code from function that never fails.Rafael Espindola2015-06-294-15/+6
* 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-292-41/+37
* [StackMaps] Add a lightweight parser for stackmap version 1 sections.Lang Hames2015-06-266-1/+178
* AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSATom Stellard2015-06-261-1/+7
* Simplify getSymbolType.Rafael Espindola2015-06-261-7/+2
* [Object][ELF] Add support for dumping dynamic relocations when sections are s...Michael J. Spencer2015-06-253-3/+44
* We don't need the targets to read objects.Rafael Espindola2015-06-252-4/+0
* 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
* Make getRelocationSection MachO only.Rafael Espindola2015-06-191-1/+1
* Fix the build.Rafael Espindola2015-06-191-1/+1
* Improve the --expand-relocs handling of MachO.Rafael Espindola2015-06-181-17/+29
* [llvm-readobj] Print MIPS .reginfo section contentSimon Atanasyan2015-06-163-0/+35
* Have the ELF symbol predicates match more directly the spec.Rafael Espindola2015-06-121-2/+2
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-092-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-082-2/+24
* [llvm-readobj] Print .MIPS.abiflags section contentSimon Atanasyan2015-05-073-1/+130
* [llvm-readobj/obj2yaml/yaml2obj] Support more MIPS ELF header flagsSimon Atanasyan2015-05-072-4/+14
* Remove unused variable, found with gcc-5.1 -Wunused-variable.Patrik Hagglund2015-04-271-25/+0
* [Mips] Support DT_MIPS_OPTIONS dynamic section tag in the llvm-readobjSimon Atanasyan2015-04-201-0/+2
* llvm-readobj: teach it to handle MachO Universal Archive correctlyDavid Blaikie2015-04-131-7/+6
* [llvm-readobj] add support for macho universal binary.Rafael Espindola2015-03-241-0/+17
* Add support for Nuxi CloudABI.Ed Schouten2015-03-091-0/+1
* Modify llvm-readobj to dump symbol record bytes.Zachary Turner2015-02-183-14/+33
* Add STB_GNU_UNIQUE to the ELF writer.Rafael Espindola2015-01-231-3/+4
* llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumerationSaleem Abdulrasool2015-01-161-0/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* llvm-readobj: add support to dump COFF export tablesSaleem Abdulrasool2015-01-033-0/+28
* Correctly handle Tag_CPU_arch_profile.Charlie Turner2014-11-251-1/+1
* [llvm-readobj][NFC]Colin LeMahieu2014-11-191-1/+2
* llvm-readobj: fix off-by-one error in COFFDumperRui Ueyama2014-11-191-4/+1
* llvm-readobj: teach it how to dump COFF base relocation tableRui Ueyama2014-11-193-1/+40
* llvm-readobj: Don't print the Characteristics field as the SubsystemDavid Majnemer2014-11-181-1/+1
OpenPOWER on IntegriCloud