Home
last modified time | relevance | path

Searched refs:finish_root_table (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDgengtype.c1406 static void finish_root_table (struct flist *flp, const char *pfx,
2501 finish_root_table (struct flist *flp, const char *pfx, const char *lastname, in finish_root_table() function
2871 finish_root_table (flp, "ggc_r", "LAST_GGC_ROOT_TAB", "ggc_root_tab", in write_roots()
2906 finish_root_table (flp, "ggc_rd", "LAST_GGC_ROOT_TAB", "ggc_root_tab", in write_roots()
2950 finish_root_table (flp, "ggc_rc", "LAST_GGC_CACHE_TAB", "ggc_cache_tab", in write_roots()
2985 finish_root_table (flp, "pch_rc", "LAST_GGC_ROOT_TAB", "ggc_root_tab", in write_roots()
3022 finish_root_table (flp, "pch_rs", "LAST_GGC_ROOT_TAB", "ggc_root_tab", in write_roots()
HDChangeLog-20027415 (finish_root_table): Don't output redundant \n.
17522 * gengtype.c (finish_root_table): Add LASTNAME and TNAME
17969 (finish_root_table): New.
HDChangeLog-200336236 * gengtype.c (finish_root_table): Fix some warnings.
36351 (finish_root_table): Add the table to all languages, even if it's
36384 (finish_root_table): Don't include 'ggc_' in PFX.