Home
last modified time | relevance | path

Searched refs:ggc_alloc_string (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dggc.h255 extern const char *ggc_alloc_string (const char *contents, int length);
258 #define ggc_strdup(S) ggc_alloc_string((S), -1)
H A Dstringpool.c87 ggc_alloc_string (const char *contents, int length) in ggc_alloc_string() function
H A Doptabs.c4983 = 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 Dstmt.c355 *constraint_p = ggc_alloc_string (buf, c_len); in parse_output_constraint()
H A DChangeLog-19995430 (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 DChangeLog-20003486 (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 DChangeLog-20016918 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 DChangeLog-200515860 * stringpool.c (ggc_alloc_string): Likewise.
H A DChangeLog-200316880 * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
/freebsd-12.1/contrib/gcc/config/i386/
H A Dnetware.c184 name = ggc_alloc_string (name, p - name); in i386_nlm_strip_name_encoding()
H A Dwinnt.c438 return ggc_alloc_string (name, p - name); in i386_pe_strip_name_encoding_full()
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin.c278 (char *) ggc_alloc_string ("<pic base>", sizeof ("<pic base>")); in machopic_function_base_name()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c17881 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 Darm.c3038 newstr = (char *) ggc_alloc_string (newstr, len + 1); in arm_encode_call_attribute()
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19992140 filenames with ggc_alloc_string.