Home
last modified time | relevance | path

Searched refs:object_base (Results 1 – 4 of 4) sorted by relevance

/external/bison/lib/
Dobstack.c176 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin()
224 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, in _obstack_begin_1()
247 register long obj_size = h->next_free - h->object_base; in _obstack_newchunk()
250 char *object_base; in _obstack_newchunk() local
266 object_base = in _obstack_newchunk()
276 ((COPYING_UNIT *)object_base)[i] in _obstack_newchunk()
277 = ((COPYING_UNIT *)h->object_base)[i]; in _obstack_newchunk()
287 object_base[i] = h->object_base[i]; in _obstack_newchunk()
293 && (h->object_base in _obstack_newchunk()
301 h->object_base = object_base; in _obstack_newchunk()
[all …]
Dobstack.h153 char *object_base; /* address of object we are building */ member
209 #define obstack_base(h) ((void *) (h)->object_base)
272 (unsigned) (__o->next_free - __o->object_base); })
388 void *__value = (void *) __o1->object_base; \
392 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
397 __o1->object_base = __o1->next_free; \
405 __o->next_free = __o->object_base = (char *)__obj; \
411 (unsigned) ((h)->next_free - (h)->object_base)
485 ( ((h)->next_free == (h)->object_base \
488 (h)->temp.tempptr = (h)->object_base, \
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h820 char *object_base; member
Dsanitizer_platform_limits_posix.cc1266 CHECK_SIZE_AND_OFFSET(obstack, object_base);