Searched refs:object_base (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c204 h->next_free = h->object_base = chunk->contents;
264 h->next_free = h->object_base = chunk->contents;
288 register long obj_size = h->next_free - h->object_base;
291 char *object_base; local
306 /* Compute an aligned object_base in the new chunk */
307 object_base =
318 ((COPYING_UNIT *)object_base)[i]
319 = ((COPYING_UNIT *)h->object_base)[i];
329 object_base[i] = h->object_base[
[all...]
H A Dobstack.h169 char *object_base; /* address of object we are building */
279 #define obstack_base(h) ((h)->object_base)
376 (unsigned) (__o->next_free - __o->object_base); })
484 value = (void *) __o1->object_base; \
493 __o1->object_base = __o1->next_free; \
501 __o->next_free = __o->object_base = (char *)__obj; \
508 (unsigned) ((h)->next_free - (h)->object_base)
579 ( ((h)->next_free == (h)->object_base \
582 (h)->temp = __PTR_TO_INT ((h)->object_base), \
589 (h)->object_base
168 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]

Completed in 78 milliseconds