[PATCH] D113630: Add support for chained fixup load commands to MachOObjectFile

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 16:51:57 PST 2021


aprantl created this revision.
aprantl added reviewers: davide, JDevlieghere, rastogishubham, alexander-shaposhnikov.
Herald added subscribers: rupprecht, hiraditya.
Herald added a reviewer: jhenderson.
Herald added a reviewer: MaskRay.
aprantl requested review of this revision.
Herald added a project: LLVM.

This is part of a series of patches to upstream support for Mach-O chained fixups.

This patch adds support for parsing the chained fixup load command and parsing the chained fixups header. It also puts into place the abstract interface that will be used to iterate over the fixups.


https://reviews.llvm.org/D113630

Files:
  llvm/include/llvm/BinaryFormat/MachO.h
  llvm/include/llvm/Object/MachO.h
  llvm/lib/Object/MachOObjectFile.cpp
  llvm/test/Object/AArch64/chained-fixups-header.test
  llvm/test/Object/Inputs/MachO/chained-fixups.yaml
  llvm/tools/llvm-objdump/MachODump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113630.386360.patch
Type: text/x-patch
Size: 21310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211111/503eba70/attachment.bin>


More information about the llvm-commits mailing list