Searched refs:temporary_firstobj (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | collect2.h | 41 extern char *temporary_firstobj;
|
| H A D | tlink.c | 409 obstack_free (&temporary_obstack, temporary_firstobj); in read_repo_file() 544 obstack_free (&temporary_obstack, temporary_firstobj); in recompile_files() 744 obstack_free (&temporary_obstack, temporary_firstobj); in scan_linker_output()
|
| H A D | collect2.c | 206 char * temporary_firstobj; variable 491 obstack_free (&temporary_obstack, temporary_firstobj); in dump_file() 856 temporary_firstobj = obstack_alloc (&temporary_obstack, 0); in main() 868 obstack_free (&temporary_obstack, temporary_firstobj); in main() 1037 obstack_free (&temporary_obstack, temporary_firstobj); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | collect2.h | 41 extern char *temporary_firstobj;
|
| H A D | tlink.c | 426 obstack_free (&temporary_obstack, temporary_firstobj); 513 obstack_free (&temporary_obstack, temporary_firstobj); in recompile_files() 682 obstack_free (&temporary_obstack, temporary_firstobj);
|
| H A D | collect2.c | 235 char * temporary_firstobj; variable 551 obstack_free (&temporary_obstack, temporary_firstobj); 926 temporary_firstobj = (char *) obstack_alloc (&temporary_obstack, 0); 936 obstack_free (&temporary_obstack, temporary_firstobj); 1105 obstack_free (&temporary_obstack, temporary_firstobj);
|
| H A D | ChangeLog.2 | 9296 temporary_firstobj, vflag, debug): Add extern declarations. 9301 permanent_obstack, temporary_firstobj): Don't declare.
|
| H A D | FSFChangeLog.10 | 3407 temporary_firstobj.
|
| H A D | ChangeLog.4 | 6380 (temporary_firstobj): Likewise.
|