Home
last modified time | relevance | path

Searched refs:obstack_copy0 (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/
Dobstack.h395 # define obstack_copy0(OBSTACK, where, length) \ macro
505 # define obstack_copy0(h, where, length) \ macro
/netbsd/src/external/gpl3/gcc/dist/include/
Dobstack.h395 # define obstack_copy0(OBSTACK, where, length) \ macro
505 # define obstack_copy0(h, where, length) \ macro
/netbsd/src/external/gpl3/gdb/dist/include/
Dobstack.h395 # define obstack_copy0(OBSTACK, where, length) \ macro
505 # define obstack_copy0(h, where, length) \ macro
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dsymtab.cc169 HT_STR (node) = (const unsigned char *) obstack_copy0 (&table->stack, in ht_lookup_with_hash()
Dfiles.cc450 copy = (char *) obstack_copy0 (&pfile->nonexistent_file_ob, path, in find_file_in_dir()
DChangeLog6633 (ht_lookup_with_hash): Cast return value of obstack_copy0.
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dobstacks.texi237 @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/
Dobstacks.texi237 @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/
Dobstacks.texi237 @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/
DChangeLog-2013481 * 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 …]
DChangeLog-19962625 SYMBOL_NAME, rather than obstack_copy0.
DChangeLog-201717236 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
17238 obstack_copy0.