| /src/external/gpl3/gcc/dist/gcc/ |
| lto-opts.cc | 63 struct obstack temporary_obstack; local 71 obstack_init (&temporary_obstack); 75 append_to_collect_gcc_options (&temporary_obstack, &first_p, 79 append_to_collect_gcc_options (&temporary_obstack, &first_p, 94 append_to_collect_gcc_options (&temporary_obstack, &first_p, pic); 109 append_to_collect_gcc_options (&temporary_obstack, &first_p, 115 append_to_collect_gcc_options (&temporary_obstack, &first_p, "-g"); 127 append_to_collect_gcc_options (&temporary_obstack, &first_p, 186 append_to_collect_gcc_options (&temporary_obstack, &first_p, 193 &temporary_obstack); [all...] |
| lto-wrapper.cc | 1454 obstack temporary_obstack; local 1455 obstack_init (&temporary_obstack); 1458 &temporary_obstack); 1459 obstack_1grow (&temporary_obstack, '\0'); 1462 = XOBFINISH (&temporary_obstack, char *);
|
| collect2.cc | 242 struct obstack temporary_obstack; 447 obstack_1grow (&temporary_obstack, c); 455 obstack_1grow (&temporary_obstack, c); 458 obstack_1grow (&temporary_obstack, '\0'); 460 return XOBFINISH (&temporary_obstack, char *); 657 obstack_1grow (&temporary_obstack, c); 667 start = XOBFINISH (&temporary_obstack, char *); 680 obstack_free (&temporary_obstack, temporary_firstobj); 1004 obstack_begin (&temporary_obstack, 0); 1005 temporary_firstobj = (char *) obstack_alloc (&temporary_obstack, 0) 240 struct obstack temporary_obstack; variable in typeref:struct:obstack [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lto-opts.cc | 63 struct obstack temporary_obstack; local 71 obstack_init (&temporary_obstack); 75 append_to_collect_gcc_options (&temporary_obstack, &first_p, 79 append_to_collect_gcc_options (&temporary_obstack, &first_p, 94 append_to_collect_gcc_options (&temporary_obstack, &first_p, pic); 109 append_to_collect_gcc_options (&temporary_obstack, &first_p, 115 append_to_collect_gcc_options (&temporary_obstack, &first_p, "-g"); 127 append_to_collect_gcc_options (&temporary_obstack, &first_p, 184 append_to_collect_gcc_options (&temporary_obstack, &first_p, 191 &temporary_obstack); [all...] |
| lto-wrapper.cc | 1435 obstack temporary_obstack; local 1436 obstack_init (&temporary_obstack); 1439 &temporary_obstack); 1440 obstack_1grow (&temporary_obstack, '\0'); 1443 = XOBFINISH (&temporary_obstack, char *);
|
| collect2.cc | 242 struct obstack temporary_obstack; 447 obstack_1grow (&temporary_obstack, c); 455 obstack_1grow (&temporary_obstack, c); 458 obstack_1grow (&temporary_obstack, '\0'); 460 return XOBFINISH (&temporary_obstack, char *); 657 obstack_1grow (&temporary_obstack, c); 667 start = XOBFINISH (&temporary_obstack, char *); 680 obstack_free (&temporary_obstack, temporary_firstobj); 1001 obstack_begin (&temporary_obstack, 0); 1002 temporary_firstobj = (char *) obstack_alloc (&temporary_obstack, 0) 240 struct obstack temporary_obstack; variable in typeref:struct:obstack [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| repo.c | 45 static struct obstack temporary_obstack; variable in typeref:struct:obstack 65 obstack_1grow (&temporary_obstack, c); 75 obstack_1grow (&temporary_obstack, c); 78 obstack_1grow (&temporary_obstack, '\0'); 80 return (char *) obstack_finish (&temporary_obstack); 147 obstack_1grow (&temporary_obstack, c); 148 if (obstack_object_size (&temporary_obstack) == 0) 150 obstack_1grow (&temporary_obstack, '\0'); 151 return (char *) obstack_finish (&temporary_obstack); 170 gcc_obstack_init (&temporary_obstack); [all...] |