Lines Matching refs:object_base
168 char *object_base; /* address of object we are building */ member
250 #define obstack_base(h) ((h)->object_base)
311 (unsigned) (__o->next_free - __o->object_base); })
425 value = (void *) __o1->object_base; \
434 __o1->object_base = __o1->next_free; \
442 __o->next_free = __o->object_base = (char *) __obj; \
448 (unsigned) ((h)->next_free - (h)->object_base)
519 ( ((h)->next_free == (h)->object_base \
522 (h)->temp = __PTR_TO_INT ((h)->object_base), \
529 (h)->object_base = (h)->next_free, \
535 ? (int) ((h)->next_free = (h)->object_base \