Home
last modified time | relevance | path

Searched refs:reload_startobj (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreload1.cc230 static char *reload_startobj; variable
453 if (reload_startobj == NULL) in init_reload()
456 reload_startobj = XOBNEWVAR (&reload_obstack, char, 0); in init_reload()
1264 obstack_free (&reload_obstack, reload_startobj); in reload()
H A DChangeLog-19984897 * reload1.c (reload_startobj): New variable.
4901 (init_reload): Initialize reload_startobj, not reload_firstobj.
H A DChangeLog-200529883 * reload1.c (reload_startobj, reload_firstobj,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreload1.c230 static char *reload_startobj; variable
454 if (reload_startobj == NULL) in init_reload()
457 reload_startobj = XOBNEWVAR (&reload_obstack, char, 0); in init_reload()
1265 obstack_free (&reload_obstack, reload_startobj); in reload()