FLEXALIGNOF        59 lib/flexmember.h    ((offsetof (type, member) + FLEXALIGNOF (type) - 1 + (n)) \
FLEXALIGNOF        60 lib/flexmember.h     & ~ (FLEXALIGNOF (type) - 1))
FLEXALIGNOF      1659 src/alloc.c      int sdata_align = max (FLEXALIGNOF (struct sdata), alignof (sdata));