Home | History | Annotate | Download | only in include

Lines Matching refs:object_base

167   char *object_base;            /* address of object we are building */
228 #define obstack_base(h) ((void *) (h)->object_base)
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
406 void *__value = (void *) __o1->object_base; \
410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
415 __o1->object_base = __o1->next_free; \
423 __o->next_free = __o->object_base = (char *) __obj; \
430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base))
509 (((h)->next_free == (h)->object_base \
512 (h)->temp.p = (h)->object_base, \
514 = __PTR_ALIGN ((h)->object_base, (h)->next_free, \
519 (h)->object_base = (h)->next_free, \
526 ? (void) ((h)->next_free = (h)->object_base = (char *) (h)->temp.p) \