Home | History | Annotate | Download | only in include

Lines Matching refs:object_base

156   char	*object_base;		/* address of object we are building */
209 #define obstack_base(h) ((void *) (h)->object_base)
273 (unsigned) (__o->next_free - __o->object_base); })
389 void *__value = (void *) __o1->object_base; \
393 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
398 __o1->object_base = __o1->next_free; \
406 __o->next_free = __o->object_base = (char *)__obj; \
413 (unsigned) ((h)->next_free - (h)->object_base)
487 ( ((h)->next_free == (h)->object_base \
490 (h)->temp.tempptr = (h)->object_base, \
492 = __PTR_ALIGN ((h)->object_base, (h)->next_free, \
497 (h)->object_base = (h)->next_free, \
504 ? (int) ((h)->next_free = (h)->object_base \