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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dobstack.c508 POINTER (obstack_copy0) (struct obstack *obstack, POINTER pointer, int length)
510 return obstack_copy0 (obstack, pointer, length);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dobstack.c508 POINTER (obstack_copy0) (struct obstack *obstack, POINTER pointer, int length)
510 return obstack_copy0 (obstack, pointer, length);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dobstack.c508 POINTER (obstack_copy0) (struct obstack *obstack, POINTER pointer, int length)
510 return obstack_copy0 (obstack, pointer, length);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dobstack.c508 POINTER (obstack_copy0) (struct obstack *obstack, POINTER pointer, int length)
510 return obstack_copy0 (obstack, pointer, length);
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dobstack.h225 void * obstack_copy0 (struct obstack *obstack, void *address, int size);
461 # define obstack_copy0(OBSTACK,where,length) \
561 # define obstack_copy0(h,where,length) \
457 # define obstack_copy0 macro
556 # define obstack_copy0 macro
H A Dobstack.c593 POINTER (obstack_copy0) (obstack, pointer, length)
598 return obstack_copy0 (obstack, pointer, length);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dobstack.h381 # define obstack_copy0(OBSTACK,where,length) \
486 # define obstack_copy0(h,where,length) \
377 # define obstack_copy0 macro
481 # define obstack_copy0 macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dsymtab.c164 HT_STR (node) = (const unsigned char *) obstack_copy0 (&table->stack,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dsymtab.c172 HT_STR (node) = (const unsigned char *) obstack_copy0 (&table->stack,
H A Dfiles.c403 copy = (char *) obstack_copy0 (&pfile->nonexistent_file_ob, path,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtlink.c308 return (char *) obstack_copy0 (&temporary_obstack, ext, strlen (ext));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtlink.c305 return obstack_copy0 (&temporary_obstack, ext, strlen (ext));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dc-exp.y1983 copy = obstack_copy0 (&expansion_obstack, expansion, strlen (expansion));
2609 yylval.sval.ptr = obstack_copy0 (&expansion_obstack,
H A Dc-exp.c3981 copy = obstack_copy0 (&expansion_obstack, expansion, strlen (expansion));
4607 yylval.sval.ptr = obstack_copy0 (&expansion_obstack,
H A Ddwarf2read.c11790 saved = obstack_copy0 (&cu->objfile->objfile_obstack,

Completed in 186 milliseconds