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

/haiku-fatelf/src/bin/coreutils/lib/
H A Dobstack.c179 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
227 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
250 register long obj_size = h->next_free - h->object_base;
253 char *object_base;
268 /* Compute an aligned object_base in the new chunk */
269 object_base =
279 ((COPYING_UNIT *)object_base)[i]
280 = ((COPYING_UNIT *)h->object_base)[i];
290 object_base[i] = h->object_base[
252 char *object_base; local
[all...]
H A Dobstack.h154 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, \
153 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/haiku-fatelf/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...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dobstack.c199 h->next_free = h->object_base = chunk->contents;
259 h->next_free = h->object_base = chunk->contents;
283 register long obj_size = h->next_free - h->object_base;
308 = ((COPYING_UNIT *)h->object_base)[i];
318 new_chunk->contents[i] = h->object_base[i];
323 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
329 h->object_base = new_chunk->contents;
330 h->next_free = h->object_base + obj_size;
397 h->object_base = h->next_free = (char *) (obj);
431 h->object_base
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Dobstack.h173 char *object_base; /* address of object we are building */
282 #define obstack_base(h) ((h)->object_base)
372 (unsigned) (__o->next_free - __o->object_base); })
486 value = (void *) __o1->object_base; \
495 __o1->object_base = __o1->next_free; \
503 __o->next_free = __o->object_base = (char *) __obj; \
510 (unsigned) ((h)->next_free - (h)->object_base)
581 ( ((h)->next_free == (h)->object_base \
584 (h)->temp = __PTR_TO_INT ((h)->object_base), \
591 (h)->object_base
172 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/include/
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 111 milliseconds