summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/elf2yaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* [obj2yaml] Produce correct output for invalid relocations.Davide Italiano2017-01-261-4/+12
* [ELF] Convert ELF.h to Expected<T>.Davide Italiano2016-11-161-71/+71
* Remove the last use of report_fatal_error from ELF.h.Rafael Espindola2016-11-031-2/+8
* Add error handling to getEntry.Rafael Espindola2016-11-031-1/+4
* Replace a report_fatal_error with an ErrorOr.Rafael Espindola2016-11-031-1/+4
* [tools/obj2yaml] - Update after LLVM change r285886George Rimar2016-11-031-1/+4
* Avoid a report_fatal_error in sections().Rafael Espindola2016-11-021-1/+4
* Use range loop. NFC.Rafael Espindola2016-10-061-6/+7
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-11/+11
* Move ObjectYAML code to a new library.Rafael Espindola2016-03-011-1/+1
* Pass a symbol table to getRelocationSymbol instead of returning one.Rafael Espindola2015-09-021-11/+17
* Don't iterate over all sections in the ELFFile constructor.Rafael Espindola2015-08-101-7/+16
* elf2yaml: Use existing section walk to find the symbol table. NFC.Rafael Espindola2015-08-101-4/+7
* Remove the symbol iteration functions that don't take a symbol table.Rafael Espindola2015-08-071-1/+1
* Use helper function. NFC.Rafael Espindola2015-07-231-4/+1
* Add a version of getSymbol with an explicit symbol table. Use it. NFC.Rafael Espindola2015-07-231-4/+5
* Remove getStaticSymbolName.Rafael Espindola2015-07-211-3/+11
* Remove always false parameter.Rafael Espindola2015-07-211-5/+4
* Use range loop. NFC.Rafael Espindola2015-07-211-3/+3
* [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan2015-07-031-0/+20
* This reverts commit r241350 and r241352.Rafael Espindola2015-07-031-20/+0
* [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan2015-07-031-0/+20
* Return ErrorOr from getSection.Rafael Espindola2015-07-011-20/+34
* Fix the name of the iterator functions to match the coding standards.Rafael Espindola2015-06-301-4/+3
* Convert obj->getSymbolName to sym->getName.Rafael Espindola2015-06-291-2/+2
* Factor out the checking of string tables.Rafael Espindola2015-06-291-2/+10
* Remove Elf_Sym_Iter.Rafael Espindola2015-06-291-8/+11
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-1/+1
* [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section supportSimon Atanasyan2015-05-071-0/+37
* [obj2yaml/yaml2obj] Add SHT_GROUP support.Shankar Easwaran2015-02-211-1/+45
* [ELF][yaml2obj] Handle additional MIPS specific st_other field flagsSimon Atanasyan2014-11-061-1/+1
* Add accessor to get 'visibility' part of st_other fieldSimon Atanasyan2014-11-051-1/+1
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-1/+1
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-34/+35
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-0/+1
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-061-0/+1
* [elf2yaml][ELF] Move Info field to the RelocationSection structure. ThisSimon Atanasyan2014-05-291-9/+22
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-161-0/+1
* [obj2yaml] Support ELF input format in the obj2yaml tool.Simon Atanasyan2014-05-141-0/+289
OpenPOWER on IntegriCloud