offsetof           48 lib/gnu/stdalign.in.h # define _Alignof(type) offsetof (__alignof_helper<type>, __b)
offsetof           50 lib/gnu/stdalign.in.h # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b)