Searched refs:ggc_alloc_string (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dggc.h256 extern const char *ggc_alloc_string (const char *contents, int length);
259 #define ggc_strdup(S) ggc_alloc_string((S), -1)
H A Dstringpool.c23 allocated by ggc_alloc_string are stored in an obstack which is
87 ggc_alloc_string (const char *contents, int length) function
H A Doptabs.c5003 = init_one_libfunc (ggc_alloc_string (libfunc_name, p - libfunc_name));
5090 = init_one_libfunc (ggc_alloc_string (libfunc_name,
5143 = init_one_libfunc (ggc_alloc_string (libfunc_name,
H A Dstmt.c361 *constraint_p = ggc_alloc_string (buf, c_len);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dnetware.c184 name = ggc_alloc_string (name, p - name);
H A Dwinnt.c439 return ggc_alloc_string (name, p - name);
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin.c278 (char *) ggc_alloc_string ("<pic base>", sizeof ("<pic base>"));
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c17924 XSTR (sym_ref, 0) = ggc_alloc_string (str, len + 1);
18716 return ggc_alloc_string (name, len - 4);
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c3043 newstr = (char *) ggc_alloc_string (newstr, len + 1);

Completed in 183 milliseconds