object_base 176 libglibc/obstack.c h->next_free = h->object_base = chunk->contents; object_base 223 libglibc/obstack.c h->next_free = h->object_base = chunk->contents; object_base 245 libglibc/obstack.c register long obj_size = h->next_free - h->object_base; object_base 248 libglibc/obstack.c char *object_base; object_base 264 libglibc/obstack.c object_base = object_base 275 libglibc/obstack.c ((COPYING_UNIT *)object_base)[i] object_base 276 libglibc/obstack.c = ((COPYING_UNIT *)h->object_base)[i]; object_base 286 libglibc/obstack.c object_base[i] = h->object_base[i]; object_base 291 libglibc/obstack.c if (h->object_base == old_chunk->contents && ! h->maybe_empty_object) object_base 297 libglibc/obstack.c h->object_base = object_base; object_base 298 libglibc/obstack.c h->next_free = h->object_base + obj_size; object_base 358 libglibc/obstack.c h->object_base = h->next_free = (char *) (obj); object_base 150 libglibc/obstack.h char *object_base; /* address of object we are building */ object_base 197 libglibc/obstack.h #define obstack_base(h) ((void *) (h)->object_base) object_base 260 libglibc/obstack.h (unsigned) (__o->next_free - __o->object_base); }) object_base 373 libglibc/obstack.h void *__value = (void *) __o1->object_base; \ object_base 382 libglibc/obstack.h __o1->object_base = __o1->next_free; \ object_base 390 libglibc/obstack.h __o->next_free = __o->object_base = (char *)__obj; \ object_base 396 libglibc/obstack.h (unsigned) ((h)->next_free - (h)->object_base) object_base 467 libglibc/obstack.h ( ((h)->next_free == (h)->object_base \ object_base 470 libglibc/obstack.h (h)->temp = __PTR_TO_INT ((h)->object_base), \ object_base 477 libglibc/obstack.h (h)->object_base = (h)->next_free, \ object_base 483 libglibc/obstack.h ? (int) ((h)->next_free = (h)->object_base \