Searched refs:obstack_copy0 (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | obstack.h | 395 # define obstack_copy0(OBSTACK, where, length) \ macro 505 # define obstack_copy0(h, where, length) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | obstack.h | 395 # define obstack_copy0(OBSTACK, where, length) \ macro 505 # define obstack_copy0(h, where, length) \ macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | obstack.h | 395 # define obstack_copy0(OBSTACK, where, length) \ macro 505 # define obstack_copy0(h, where, length) \ macro
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | symtab.cc | 169 HT_STR (node) = (const unsigned char *) obstack_copy0 (&table->stack, in ht_lookup_with_hash()
|
| D | files.cc | 450 copy = (char *) obstack_copy0 (&pfile->nonexistent_file_ob, path, in find_file_in_dir()
|
| D | ChangeLog | 6633 (ht_lookup_with_hash): Cast return value of obstack_copy0.
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | obstacks.texi | 237 @deftypefun {void *} obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, size_t … 242 The @code{obstack_copy0} macro is convenient for copying a sequence 250 return obstack_copy0 (&myobstack, addr, size); 371 This is the growing-object analogue of @code{obstack_copy0}. It adds 713 @item void *obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, size_t @var{size…
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | obstacks.texi | 237 @deftypefun {void *} obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, size_t … 242 The @code{obstack_copy0} macro is convenient for copying a sequence 250 return obstack_copy0 (&myobstack, addr, size); 371 This is the growing-object analogue of @code{obstack_copy0}. It adds 713 @item void *obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, size_t @var{size…
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | obstacks.texi | 237 @deftypefun {void *} obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, size_t … 242 The @code{obstack_copy0} macro is convenient for copying a sequence 250 return obstack_copy0 (&myobstack, addr, size); 371 This is the growing-object analogue of @code{obstack_copy0}. It adds 713 @item void *obstack_copy0 (struct obstack *@var{obstack-ptr}, void *@var{address}, size_t @var{size…
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2013 | 481 * buildsym.c (end_symtab_from_static_block): Use obstack_copy0. 13010 * ada-exp.y: Use obstack_copy0, not obsavestring. 13011 * ada-lang.c: Use obstack_copy0, not obsavestring. 13012 * coffread.c: Use obstack_copy0, not obsavestring. 13013 * cp-namespace.c: Use obstack_copy0, not obsavestring. 13014 * dbxread.c: Use obstack_copy0, not obsavestring. 13015 * dwarf2read.c: Use obstack_copy0, not obsavestring. 13016 * jit.c: Use obstack_copy0, not obsavestring. 13017 * mdebugread.c: Use obstack_copy0, not obsavestring. 13018 * psymtab.c: Use obstack_copy0, not obsavestring. [all …]
|
| D | ChangeLog-1996 | 2625 SYMBOL_NAME, rather than obstack_copy0.
|
| D | ChangeLog-2017 | 17236 * cp-support.c (inspect_type): Use string_file and obstack_copy0. 17238 obstack_copy0.
|