Home | History | Annotate | Download | only in lib

Lines Matching refs:object_base

154   char	*object_base;		/* address of object we are building */
212 #define obstack_base(h) ((void *) (h)->object_base)
276 (unsigned) (__o->next_free - __o->object_base); })
392 void *__value = (void *) __o1->object_base; \
396 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
401 __o1->object_base = __o1->next_free; \
409 __o->next_free = __o->object_base = (char *)__obj; \
416 (unsigned) ((h)->next_free - (h)->object_base)
490 ( ((h)->next_free == (h)->object_base \
493 (h)->temp.tempptr = (h)->object_base, \
495 = __PTR_ALIGN ((h)->object_base, (h)->next_free, \
500 (h)->object_base = (h)->next_free, \
507 ? (int) ((h)->next_free = (h)->object_base \