__PTR_ALIGN       172 compat/obstack.c   h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
__PTR_ALIGN       220 compat/obstack.c   h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
__PTR_ALIGN       263 compat/obstack.c     __PTR_ALIGN ((char *) new_chunk, new_chunk->contents, h->alignment_mask);
__PTR_ALIGN       290 compat/obstack.c 	  == __PTR_ALIGN ((char *) old_chunk, old_chunk->contents,
__PTR_ALIGN       285 compat/obstack.h       && __o->next_free == __PTR_ALIGN ((char *) __o->chunk,		\
__PTR_ALIGN       386 compat/obstack.h      = __PTR_ALIGN (__o1->object_base, __o1->next_free,			\
__PTR_ALIGN       412 compat/obstack.h   && (h)->next_free == __PTR_ALIGN ((char *) (h)->chunk,		\
__PTR_ALIGN       484 compat/obstack.h     = __PTR_ALIGN ((h)->object_base, (h)->next_free,			\