Searched refs:ggc_alloc_string (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | ggc.h | 255 extern const char *ggc_alloc_string (const char *contents, int length); 258 #define ggc_strdup(S) ggc_alloc_string((S), -1)
|
| H A D | stringpool.c | 87 ggc_alloc_string (const char *contents, int length) in ggc_alloc_string() function
|
| H A D | optabs.c | 4983 = init_one_libfunc (ggc_alloc_string (libfunc_name, p - libfunc_name)); in init_libfuncs() 5070 = init_one_libfunc (ggc_alloc_string (libfunc_name, in init_interclass_conv_libfuncs() 5123 = init_one_libfunc (ggc_alloc_string (libfunc_name, in init_intraclass_conv_libfuncs()
|
| H A D | stmt.c | 355 *constraint_p = ggc_alloc_string (buf, c_len); in parse_output_constraint()
|
| H A D | ChangeLog-1999 | 5430 (ggc_alloc_string): Moved from ggc-page.c. 5445 (ggc_alloc_tree, ggc_alloc_string, ggc_alloc): Delete. 5463 (ggc_alloc_string, ggc_alloc): Delete. 6391 ggc_alloc_string. 6620 ggc_alloc_string instead of xmalloc. 8257 (ggc_alloc_string): Use memcpy, not bcopy. 8294 * varasm.c (named_section): Use ggc_alloc_string. 8643 (ggc_alloc_string): Likewise. 8789 (combine_strings): If doing GC, use ggc_alloc_string. 8811 (ggc_alloc_string) [GGC_DUMP]: Fix typo. [all …]
|
| H A D | ChangeLog-2000 | 3486 (ggc_alloc_string): Use digit_string. 3524 Change ggc_alloc_string (var, -1) to ggc_strdup (var). 3550 (ggc_alloc_string): Now in stringpool.o. 3555 (ggc_alloc_string): Returns a const char *. 3586 scratch buffer, then pass to ggc_alloc_string. 3593 ggc_alloc_string. 6996 * ggc.h (ggc_alloc_string): Add comment. 10048 create temporary string constants, not ggc_alloc_string. No 16452 * ggc-common.c (ggc_alloc_string): Use ggc_alloc.
|
| H A D | ChangeLog-2001 | 6918 before passing it to ggc_alloc_string. 7935 * stringpool.c (ggc_alloc_string): Likewise. 23010 (ggc_alloc_string): Use an obstack. 30952 (ia64_encode_section_info): New local string. Use for ggc_alloc_string 32960 temporary string for initialisation before calling ggc_alloc_string.
|
| H A D | ChangeLog-2005 | 15860 * stringpool.c (ggc_alloc_string): Likewise.
|
| H A D | ChangeLog-2003 | 16880 * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | netware.c | 184 name = ggc_alloc_string (name, p - name); in i386_nlm_strip_name_encoding()
|
| H A D | winnt.c | 438 return ggc_alloc_string (name, p - name); in i386_pe_strip_name_encoding_full()
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin.c | 278 (char *) ggc_alloc_string ("<pic base>", sizeof ("<pic base>")); in machopic_function_base_name()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 17881 XSTR (sym_ref, 0) = ggc_alloc_string (str, len + 1); in rs6000_elf_encode_section_info() 18671 return ggc_alloc_string (name, len - 4); in rs6000_xcoff_strip_name_encoding()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.c | 3038 newstr = (char *) ggc_alloc_string (newstr, len + 1); in arm_encode_call_attribute()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1999 | 2140 filenames with ggc_alloc_string.
|