other             205 gc/mark_rts.c              struct roots *other;
other             208 gc/mark_rts.c                other = GC_static_roots + i;
other             209 gc/mark_rts.c                b = (char *)(other -> r_start);
other             210 gc/mark_rts.c                e = (char *)(other -> r_end);
other             220 gc/mark_rts.c                  old -> r_tmp &= other -> r_tmp;
other             222 gc/mark_rts.c                    GC_root_size -= (other -> r_end - other -> r_start);
other             223 gc/mark_rts.c                    other -> r_start = GC_static_roots[n_root_sets-1].r_start;
other             224 gc/mark_rts.c                    other -> r_end = GC_static_roots[n_root_sets-1].r_end;