llvm-project/llvm/tools/yaml2obj
Chris Bieneman e18fee2409 [yaml2obj] [MachO] Fill Segment and Section data
This fills section data with 0xDEADBEEF and segment data not inside a section with 0xBAADDA7A. This results in yaml2obj generating a matching size object file. Any additional bytes in the file are zero'd.

This is a starting point for populating the remaining segment data, and provides a hex viewable file that you can easily see the missing data in.

llvm-svn: 270286
2016-05-20 22:31:50 +00:00
..
CMakeLists.txt Initial add for MachO support for yaml2obj 2016-05-11 22:07:48 +00:00
yaml2coff.cpp [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
yaml2elf.cpp Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
yaml2macho.cpp [yaml2obj] [MachO] Fill Segment and Section data 2016-05-20 22:31:50 +00:00
yaml2obj.cpp Initial add for MachO support for yaml2obj 2016-05-11 22:07:48 +00:00
yaml2obj.h Initial add for MachO support for yaml2obj 2016-05-11 22:07:48 +00:00