Lines Matching refs:object_base
157 char *object_base; /* address of object we are building */ member
213 #define obstack_base(h) ((void *) (h)->object_base)
273 (unsigned) (__o->next_free - __o->object_base); })
391 void *__value = (void *) __o1->object_base; \
395 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
400 __o1->object_base = __o1->next_free; \
408 __o->next_free = __o->object_base = (char *) __obj; \
414 (unsigned) ((h)->next_free - (h)->object_base)
488 (((h)->next_free == (h)->object_base \
491 (h)->temp.tempptr = (h)->object_base, \
493 = __PTR_ALIGN ((h)->object_base, (h)->next_free, \
498 (h)->object_base = (h)->next_free, \
505 ? (void) ((h)->next_free = (h)->object_base \