Lines Matching refs:object_base
153 char *object_base; /* address of object we are building */ member
209 #define obstack_base(h) ((void *) (h)->object_base)
272 (unsigned) (__o->next_free - __o->object_base); })
388 void *__value = (void *) __o1->object_base; \
392 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
397 __o1->object_base = __o1->next_free; \
405 __o->next_free = __o->object_base = (char *)__obj; \
411 (unsigned) ((h)->next_free - (h)->object_base)
485 ( ((h)->next_free == (h)->object_base \
488 (h)->temp.tempptr = (h)->object_base, \
490 = __PTR_ALIGN ((h)->object_base, (h)->next_free, \
495 (h)->object_base = (h)->next_free, \
502 ? (int) ((h)->next_free = (h)->object_base \