Searched refs:obstack_grow0 (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/include/
H A Dobstack.h217 void obstack_grow0 (struct obstack *obstack, void *data, int size);
345 # define obstack_grow0(OBSTACK,where,length) \
420 obstack_grow0 (__h, (where), (length)); \
479 # define obstack_grow0(h,where,length) \
521 (obstack_grow0 ((h), (where), (length)), obstack_finish ((h)))
341 # define obstack_grow0 macro
474 # define obstack_grow0 macro
/freebsd-10-stable/contrib/binutils/include/
H A Dobstack.h217 void obstack_grow0 (struct obstack *obstack, void *data, int size);
345 # define obstack_grow0(OBSTACK,where,length) \
420 obstack_grow0 (__h, (where), (length)); \
479 # define obstack_grow0(h,where,length) \
521 (obstack_grow0 ((h), (where), (length)), obstack_finish ((h)))
341 # define obstack_grow0 macro
474 # define obstack_grow0 macro
/freebsd-10-stable/contrib/gcc/
H A Dstringpool.c97 obstack_grow0 (&string_stack, contents, length);
H A Dgcc.c1815 obstack_grow0 (&obstack, asm_spec, strlen (asm_spec));
1822 obstack_grow0 (&obstack, link_spec, strlen (link_spec));
3180 obstack_grow0 (&obstack, TARGET_OBJECT_SUFFIX, strlen (TARGET_OBJECT_SUFFIX));
3200 obstack_grow0 (&obstack, TARGET_EXECUTABLE_SUFFIX,
6382 obstack_grow0 (&obstack, link_spec, strlen (link_spec));
H A Dread-rtl.c326 obstack_grow0 (&string_obstack, string + 1, strlen (string) - 2);
/freebsd-10-stable/contrib/gdb/include/
H A Dobstack.h237 void obstack_grow0 (struct obstack *obstack, void *data, int size);
402 # define obstack_grow0(OBSTACK,where,length) \
477 obstack_grow0 (__h, (where), (length)); \
536 # define obstack_grow0(h,where,length) \
578 (obstack_grow0 ((h), (where), (length)), obstack_finish ((h)))
398 # define obstack_grow0 macro
531 # define obstack_grow0 macro
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dobstack.h230 void obstack_grow0 (struct obstack *obstack, void *data, int size);
396 # define obstack_grow0(OBSTACK,where,length) \
462 obstack_grow0 (__h, (where), (length)); \
521 # define obstack_grow0(h,where,length) \
560 (obstack_grow0 ((h), (where), (length)), obstack_finish ((h)))
392 # define obstack_grow0 macro
516 # define obstack_grow0 macro
H A Dobstack.c534 void (obstack_grow0) (obstack, pointer, length)
539 obstack_grow0 (obstack, pointer, length);
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dobstack.c468 void (obstack_grow0) (struct obstack *obstack, POINTER pointer, int length)
470 obstack_grow0 (obstack, pointer, length);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dobstack.c468 void (obstack_grow0) (struct obstack *obstack, POINTER pointer, int length)
470 obstack_grow0 (obstack, pointer, length);

Completed in 209 milliseconds