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

Kevin Enderby via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 11:00:08 PDT 2015


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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150901/ad44ddfc/attachment.html>


More information about the llvm-commits mailing list