GC_add_roots     1154 gc/dyn_load.c          GC_add_roots((char*)start,(char*)end);
GC_add_roots      352 gc/include/gc.h GC_API void GC_add_roots GC_PROTO((char * low_address,
GC_add_roots      961 gc/include/gc.h #       define GC_INIT() { GC_add_roots(GC_DATASTART, GC_DATAEND); }
GC_add_roots      970 gc/include/gc.h #     define GC_INIT() { GC_add_roots(GC_DATASTART, GC_DATAEND); }
GC_add_roots     1530 gc/tests/test.c 	GC_noop(GC_expand_hp, GC_add_roots, GC_clear_roots,
GC_add_roots      183 src/core.c             GC_add_roots((GC_PTR)data_start, (GC_PTR)data_end);
GC_add_roots      186 src/core.c             GC_add_roots((GC_PTR)bss_start, (GC_PTR)bss_end);