HomeSort by relevance Sort by last modified time
    Searched refs:object_base (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
obstack.c 145 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
192 size_t obj_size = h->next_free - h->object_base;
193 char *object_base; local
213 /* Compute an aligned object_base in the new chunk */
214 object_base =
218 memcpy (object_base, h->object_base, obj_size);
224 && (h->object_base
232 h->object_base = object_base;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 156 char *object_base; /* address of object we are building */
209 #define obstack_base(h) ((void *) (h)->object_base)
273 (unsigned) (__o->next_free - __o->object_base); })
389 void *__value = (void *) __o1->object_base; \
393 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
398 __o1->object_base = __o1->next_free; \
406 __o->next_free = __o->object_base = (char *)__obj; \
413 (unsigned) ((h)->next_free - (h)->object_base)
487 ( ((h)->next_free == (h)->object_base \
490 (h)->temp.tempptr = (h)->object_base, \
155 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /toolchain/binutils/binutils-2.27/include/
obstack.h 167 char *object_base; /* address of object we are building */ member in struct:obstack
228 #define obstack_base(h) ((void *) (h)->object_base)
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
406 void *__value = (void *) __o1->object_base; \
410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
415 __o1->object_base = __o1->next_free; \
423 __o->next_free = __o->object_base = (char *) __obj; \
430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base))
509 (((h)->next_free == (h)->object_base \
512 (h)->temp.p = (h)->object_base, \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 169 char *object_base; /* address of object we are building */
253 #define obstack_base(h) ((h)->object_base)
315 (unsigned) (__o->next_free - __o->object_base); })
429 value = (void *) __o1->object_base; \
438 __o1->object_base = __o1->next_free; \
446 __o->next_free = __o->object_base = (char *) __obj; \
453 (unsigned) ((h)->next_free - (h)->object_base)
524 ( ((h)->next_free == (h)->object_base \
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
534 (h)->object_base = (h)->next_free,
168 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionSetterTest.java 411 ParentOptionSource object_base = new ParentOptionSource(); local
417 OptionSetter setter = new OptionSetter(object_base, configHolder);
424 assertEquals(object_base.mString, "one");
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 820 char *object_base; member in struct:__sanitizer_obstack
    [all...]
sanitizer_platform_limits_posix.cc     [all...]

Completed in 499 milliseconds