Searched refs:temporary_obstack (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcollect2.h40 extern struct obstack temporary_obstack;
H A Dtlink.c304 obstack_grow (&temporary_obstack, s, p - s);
305 return obstack_copy0 (&temporary_obstack, ext, strlen (ext));
323 return obstack_fgets (stream, &temporary_obstack);
413 obstack_free (&temporary_obstack, temporary_firstobj);
495 building argv on the temporary_obstack. */
498 obstack_ptr_grow (&temporary_obstack, c_file_name);
530 obstack_ptr_grow (&temporary_obstack, obstack_finish (&arg_stack));
533 obstack_ptr_grow (&temporary_obstack, f->main);
534 obstack_ptr_grow (&temporary_obstack, NULL);
535 argv = XOBFINISH (&temporary_obstack, cha
[all...]
H A Dcollect2.c207 struct obstack temporary_obstack;
429 obstack_1grow (&temporary_obstack, c);
437 obstack_1grow (&temporary_obstack, c);
440 obstack_1grow (&temporary_obstack, '\0');
442 return XOBFINISH (&temporary_obstack, char *);
458 obstack_1grow (&temporary_obstack, c);
459 if (obstack_object_size (&temporary_obstack) > 0)
463 obstack_1grow (&temporary_obstack, '\0');
464 word = XOBFINISH (&temporary_obstack, const char *);
498 obstack_free (&temporary_obstack, temporary_firstob
205 struct obstack temporary_obstack; variable in typeref:struct:obstack
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Drepo.c52 static struct obstack temporary_obstack; variable in typeref:struct:obstack
72 obstack_1grow (&temporary_obstack, c);
82 obstack_1grow (&temporary_obstack, c);
85 obstack_1grow (&temporary_obstack, '\0');
87 return (char *) obstack_finish (&temporary_obstack);
146 obstack_1grow (&temporary_obstack, c);
147 if (obstack_object_size (&temporary_obstack) == 0)
149 obstack_1grow (&temporary_obstack, '\0');
150 return (char *) obstack_finish (&temporary_obstack);
168 gcc_obstack_init (&temporary_obstack);
[all...]

Completed in 82 milliseconds