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

/freebsd-10-stable/contrib/gcclibs/include/
H A Dobstack.h210 void * obstack_copy0 (struct obstack *obstack, void *address, int size);
417 # define obstack_copy0(OBSTACK,where,length) \
520 # define obstack_copy0(h,where,length) \
413 # define obstack_copy0 macro
515 # define obstack_copy0 macro
/freebsd-10-stable/contrib/binutils/include/
H A Dobstack.h210 void * obstack_copy0 (struct obstack *obstack, void *address, int size);
417 # define obstack_copy0(OBSTACK,where,length) \
520 # define obstack_copy0(h,where,length) \
413 # define obstack_copy0 macro
515 # define obstack_copy0 macro
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dobstack.c508 POINTER (obstack_copy0) (struct obstack *obstack, POINTER pointer, int length)
510 return obstack_copy0 (obstack, pointer, length);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dobstack.c508 POINTER (obstack_copy0) (struct obstack *obstack, POINTER pointer, int length)
510 return obstack_copy0 (obstack, pointer, length);
/freebsd-10-stable/contrib/gdb/include/
H A Dobstack.h230 void * obstack_copy0 (struct obstack *obstack, void *address, int size);
474 # define obstack_copy0(OBSTACK,where,length) \
577 # define obstack_copy0(h,where,length) \
470 # define obstack_copy0 macro
572 # define obstack_copy0 macro
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dobstack.h223 void * obstack_copy0 (struct obstack *obstack, void *address, int size);
459 # define obstack_copy0(OBSTACK,where,length) \
559 # define obstack_copy0(h,where,length) \
455 # define obstack_copy0 macro
554 # define obstack_copy0 macro
H A Dobstack.c591 POINTER (obstack_copy0) (obstack, pointer, length)
596 return obstack_copy0 (obstack, pointer, length);
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dsymtab.c164 HT_STR (node) = (const unsigned char *) obstack_copy0 (&table->stack,
H A Dfiles.c353 copy = obstack_copy0 (&pfile->nonexistent_file_ob, path,
/freebsd-10-stable/contrib/gcc/
H A Dtlink.c305 return obstack_copy0 (&temporary_obstack, ext, strlen (ext));

Completed in 143 milliseconds