[PATCH] D12504: [llvm-readobj] MachO -- correctly dump section field 'Reserved3'

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 11:03:54 PDT 2015


Thanks for the explanation, it makes sense now.

On Tue, Sep 1, 2015 at 11:00 AM, Kevin Enderby <enderby at apple.com> wrote:
> Hi Davide,
>
> The reserved3 in the struct section_64 is simply to make the struct a
> multiple of 8 bytes which is a requirement for all structs in 64-bit Mach-O
> files.
>
> Kev
>
> On Sep 1, 2015, at 8:33 AM, Davide Italiano via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>
> Still -- I'm curious if anybody more familiar with MachO can explain
> what's the need of this field.
>
>


More information about the llvm-commits mailing list