Lines Matching refs:object_base
155 char *object_base; /* address of object we are building */ member
206 #define obstack_base(h) ((void *) (h)->object_base)
269 (unsigned) (__o->next_free - __o->object_base); })
385 void *__value = (void *) __o1->object_base; \
389 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
394 __o1->object_base = __o1->next_free; \
402 __o->next_free = __o->object_base = (char *)__obj; \
408 (unsigned) ((h)->next_free - (h)->object_base)
482 ( ((h)->next_free == (h)->object_base \
485 (h)->temp.tempptr = (h)->object_base, \
487 = __PTR_ALIGN ((h)->object_base, (h)->next_free, \
492 (h)->object_base = (h)->next_free, \
499 ? (int) ((h)->next_free = (h)->object_base \