Lines Matching refs:object_base
165 char *object_base; /* address of object we are building */ member
273 #define obstack_base(h) ((h)->object_base)
362 (unsigned) (__o->next_free - __o->object_base); })
467 value = (void *) __o1->object_base; \
476 __o1->object_base = __o1->next_free; \
484 __o->next_free = __o->object_base = (char *)__obj; \
490 (unsigned) ((h)->next_free - (h)->object_base)
558 ( ((h)->next_free == (h)->object_base \
561 (h)->temp = __PTR_TO_INT ((h)->object_base), \
568 (h)->object_base = (h)->next_free, \
575 ? (int) ((h)->next_free = (h)->object_base \
582 ? (int) ((h)->next_free = (h)->object_base \