Re: [PATCH] Recognize and parse GNU Property notes.

2018-10-28 Thread Mark Wielaard
On Fri, 2018-10-19 at 12:26 +0200, Mark Wielaard wrote: > GNU Property notes are different from normal notes because they use > variable alignment/padding of their fields. They are 8 byte aligned, > but use 4 byte fields. The name is aligned at 4 bytes and padded so > that, the desc is aligned at 8

[PATCH] Recognize and parse GNU Property notes.

2018-10-19 Thread Mark Wielaard
GNU Property notes are different from normal notes because they use variable alignment/padding of their fields. They are 8 byte aligned, but use 4 byte fields. The name is aligned at 4 bytes and padded so that, the desc is aligned at 8 bytes. The whole note is padded to 8 bytes again. For normal no