Lines Matching refs:object_base
172 char *object_base; /* address of object we are building */ member
279 #define obstack_base(h) ((h)->object_base)
368 (unsigned) (__o->next_free - __o->object_base); })
482 value = (void *) __o1->object_base; \
491 __o1->object_base = __o1->next_free; \
499 __o->next_free = __o->object_base = __obj; \
505 (unsigned) ((h)->next_free - (h)->object_base)
576 ( ((h)->next_free == (h)->object_base \
579 (h)->temp = __PTR_TO_INT ((h)->object_base), \
586 (h)->object_base = (h)->next_free, \
593 ? (int) ((h)->next_free = (h)->object_base \
600 ? (int) ((h)->next_free = (h)->object_base \