OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:object_base
(Results
1 - 7
of
7
) sorted by null
/external/bison/lib/
obstack.c
177
h->next_free = h->
object_base
= __PTR_ALIGN ((char *) chunk, chunk->contents,
225
h->next_free = h->
object_base
= __PTR_ALIGN ((char *) chunk, chunk->contents,
248
register long obj_size = h->next_free - h->
object_base
;
251
char *
object_base
;
266
/* Compute an aligned
object_base
in the new chunk */
267
object_base
=
277
((COPYING_UNIT *)
object_base
)[i]
278
= ((COPYING_UNIT *)h->
object_base
)[i];
288
object_base
[i] = h->
object_base
[i]
250
char *
object_base
;
local
[
all
...]
obstack.h
154
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
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
...]
/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
...]
/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
...]
/toolchain/binutils/binutils-2.25/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
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h
795
char *
object_base
;
member in struct:__sanitizer_obstack
[
all
...]
Completed in 71 milliseconds