Lines Matching refs:object_base
168 char *object_base; /* address of object we are building */ member
276 #define obstack_base(h) ((h)->object_base)
372 (unsigned) (__o->next_free - __o->object_base); })
480 value = (void *) __o1->object_base; \
489 __o1->object_base = __o1->next_free; \
497 __o->next_free = __o->object_base = (char *)__obj; \
503 (unsigned) ((h)->next_free - (h)->object_base)
574 ( ((h)->next_free == (h)->object_base \
577 (h)->temp = __PTR_TO_INT ((h)->object_base), \
584 (h)->object_base = (h)->next_free, \
591 ? (int) ((h)->next_free = (h)->object_base \
598 ? (int) ((h)->next_free = (h)->object_base \