summaryrefslogtreecommitdiff
path: root/tools/yaml2obj/yaml2elf.cpp
AgeCommit message (Expand)Author
2017-11-16Add ELF dynamic symbol support to yaml2obj/obj2yamlDave Lee
2017-11-09Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee
2017-11-08Revert "Reapply: Allow yaml2obj to order implicit sections for ELF"Dave Lee
2017-11-08Reapply: Allow yaml2obj to order implicit sections for ELFDave Lee
2017-11-07Revert "Allow yaml2obj to order implicit sections for ELF"Dave Lee
2017-11-07Fix build bots after r317622Dave Lee
2017-11-07Allow yaml2obj to order implicit sections for ELFDave Lee
2017-11-01[yaml2obj][ELF] Add support for setting alignment in program headersJake Ehrlich
2017-09-07[yaml2obj][ELF] Add support for symbol indexes greater than SHN_LORESERVEPetr Hosek
2017-08-30[yaml2obj][ELF] Make symbols optional for relocationsPetr Hosek
2017-07-19[yaml2obj][ELF] Add support for program headersPetr Hosek
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2016-10-04Misc improvements to StringTableBuilder.Rafael Espindola
2016-10-03Revert "Use getSize instead of data().size(). NFC."Rafael Espindola
2016-10-03Use getSize instead of data().size(). NFC.Rafael Espindola
2016-06-27[yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman
2016-03-01Move ObjectYAML code to a new library.Rafael Espindola
2016-01-14Update to use new name alignTo().Rui Ueyama
2015-10-23Add a RAW mode to StringTableBuilder.Rafael Espindola
2015-08-27[yaml2obj] Support numeric indexes to create invalid files. Will be used by l...Michael J. Spencer
2015-07-09[yaml2obj] Initialize sh_addralign field for the .symtab sectionSimon Atanasyan
2015-07-08[yaml2obj] Align section content using AddressAlign field's valueSimon Atanasyan
2015-07-03[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan
2015-07-03This reverts commit r241350 and r241352.Rafael Espindola
2015-07-03[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj toolsSimon Atanasyan
2015-06-02Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola
2015-05-08[yaml2elf] Replace error message by assert call in writeSectionContent methodsSimon Atanasyan
2015-05-07[obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section supportSimon Atanasyan
2015-04-22Support arm32 R_ARM_V4BX relocation formatAdhemerval Zanella
2015-02-21[obj2yaml/yaml2obj] Add SHT_GROUP support.Shankar Easwaran
2015-01-25[ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yamlSimon Atanasyan
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie
2014-11-06[ELF][yaml2obj] Handle additional MIPS specific st_other field flagsSimon Atanasyan
2014-09-29WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg
2014-07-03Invert the MC -> Object dependency.Rafael Espindola
2014-06-06[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan
2014-05-31[yaml2obj] Add new command line option `-docnum`.Simon Atanasyan
2014-05-16[yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan
2014-05-15[yaml2obj] Add "-o" command line option to specify an output file name.Simon Atanasyan
2014-04-30Use the new StringTableBuilder in yaml2elfHans Wennborg
2014-04-30ELFObjectWriter: deduplicate suffices in strtabHans Wennborg
2014-04-11[yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan
2014-04-06[yaml2obj][ELF] Rename class SectionNameToIdxMap => NameToIdxMap. It canSimon Atanasyan
2014-04-02[yaml2obj][ELF] Convert some static functions into class members toSimon Atanasyan
2014-04-02[yaml2obj][ELF] Remove unused typedef.Simon Atanasyan
2014-04-02[yaml2obj][ELF] Move section index to the ELFState class.Simon Atanasyan
2014-04-02[yaml2obj][ELF] Remove relationship between ELFStateSimon Atanasyan
2014-03-31[yaml2obj] Add support for ELF e_flags.Daniel Sanders
2014-03-14[yaml2obj][ELF] Use range-based for loops.Simon Atanasyan
2014-03-14[yaml2obj][ELF] Refer to a section in the error message by its name notSimon Atanasyan