summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml/elf2yaml.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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