summaryrefslogtreecommitdiffstats
path: root/tools/yaml2obj/yaml2macho.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-3/+3
* Add LC_BUILD_VERSION load commandSteven Wu2017-01-231-0/+15
* [ObjectYAML] Pull yaml2dwarf out of yaml2obj for reuseChris Bieneman2017-01-121-7/+10
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-101-0/+2
* Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman2017-01-101-2/+0
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-101-0/+2
* Revert "[ObjectYAML] Support for DWARF line tables"Chris Bieneman2017-01-091-2/+0
* [ObjectYAML] Support for DWARF line tablesChris Bieneman2017-01-091-0/+2
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-221-0/+2
* [ObjectYAML] Fixing big endian bots from r290381Chris Bieneman2016-12-221-1/+1
* [ObjectYAML] MachO support for endiannessChris Bieneman2016-12-221-60/+66
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-2/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+2
* Revert "[ObjectYAML] Support for DWARF debug_info section"Chris Bieneman2016-12-201-2/+0
* [ObjectYAML] Support for DWARF debug_info sectionChris Bieneman2016-12-201-0/+2
* [ObjectYAML] Support for DWARF Pub SectionsChris Bieneman2016-12-191-0/+4
* clang-format to fix post-commit feedbackChris Bieneman2016-12-121-3/+2
* [ObjectYAML] Support for DWARF debug_arangesChris Bieneman2016-12-091-0/+3
* [yaml2obj] Refactor and abstract yaml2dwarf functionsChris Bieneman2016-12-071-15/+2
* [ObjectYAML] Support for DWARF __debug_abbrev sectionChris Bieneman2016-12-071-0/+12
* [ObjectYAML] First bit of support for encoding DWARF in MachOChris Bieneman2016-12-061-1/+21
* [yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman2016-06-271-17/+10
* [obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman2016-06-241-2/+105
* [yaml2macho] Removing asserts in favor of explicit yaml parse errorChris Bieneman2016-06-231-4/+0
* [yaml2obj] Get rid of MachO header unionChris Bieneman2016-06-061-11/+6
* [yaml2obj] Sort MachO LinkEdit write operations based on offsetChris Bieneman2016-06-031-26/+64
* Revert "[yaml2obj] Sort MachO LinkEdit write operations based on offset"Chris Bieneman2016-06-021-66/+26
* [yaml2obj] Sort MachO LinkEdit write operations based on offsetChris Bieneman2016-06-021-26/+66
* [obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman2016-06-021-7/+36
* [obj2yaml][yaml2obj] Support for reading and dumping the MachO export trieChris Bieneman2016-05-311-1/+43
* Avoid some copies by using const references.Benjamin Kramer2016-05-271-2/+2
* [obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman2016-05-261-0/+2
* [obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman2016-05-261-16/+26
* [obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman2016-05-261-0/+17
* [obj2yaml] [yaml2obj] MachO support for rebase opcodesChris Bieneman2016-05-251-20/+67
* [yaml2obj] [MachO] Fill Segment and Section dataChris Bieneman2016-05-201-7/+61
* [yaml2obj] Removing debug code that scribbled 0xDEADBEEFChris Bieneman2016-05-191-4/+3
* [obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman2016-05-191-15/+68
* Revert "[obj2yaml] [yaml2obj] Support for MachO Load Command data"Chris Bieneman2016-05-191-68/+15
* [obj2yaml] [yaml2obj] Support for MachO Load Command dataChris Bieneman2016-05-191-15/+68
* Re-apply: [obj2yaml] [yaml2obj] Support MachO section and section_64Chris Bieneman2016-05-181-0/+32
* Revert "[obj2yaml] [yaml2obj] Support MachO section and section_64Zachary Turner2016-05-171-32/+0
* [obj2yaml] [yaml2obj] Support MachO section and section_64 structsChris Bieneman2016-05-171-0/+32
* Reapply r269782 "[obj2yaml] [yaml2obj] Support for MachO load command structu...Chris Bieneman2016-05-171-10/+25
* Revert "[obj2yaml] [yaml2obj] Support for MachO load command structures"Chris Bieneman2016-05-171-26/+10
* [obj2yaml] [yaml2obj] Support for MachO load command structuresChris Bieneman2016-05-171-10/+26
* [obj2yaml] [yaml2obj] Basic support for MachO::load_commandChris Bieneman2016-05-131-3/+23
* [yaml2macho] Handle mach_header_64 reserved fieldChris Bieneman2016-05-121-1/+7
* [yaml2macho] Use memset instead of bzeroChris Bieneman2016-05-121-1/+2
* [yaml2obj] Support for dumping mach_header from yamlChris Bieneman2016-05-121-3/+67