r_start           788 gc/include/private/gc_priv.h 	ptr_t r_start;
r_start            50 gc/mark_rts.c          	   (unsigned long) GC_static_roots[i].r_start,
r_start            57 gc/mark_rts.c          total += GC_static_roots[i].r_end - GC_static_roots[i].r_start;
r_start            78 gc/mark_rts.c  	&& p >= GC_static_roots[last_root_set].r_start
r_start            81 gc/mark_rts.c      	if (p >= GC_static_roots[i].r_start
r_start           126 gc/mark_rts.c          if (p -> r_start == (ptr_t)b) return(p);
r_start           136 gc/mark_rts.c      register int h = rt_hash(p -> r_start);
r_start           190 gc/mark_rts.c              if ((ptr_t)b <= old -> r_end && (ptr_t)e >= old -> r_start) {
r_start           191 gc/mark_rts.c                  if ((ptr_t)b < old -> r_start) {
r_start           192 gc/mark_rts.c                      old -> r_start = (ptr_t)b;
r_start           193 gc/mark_rts.c                      GC_root_size += (old -> r_start - (ptr_t)b);
r_start           209 gc/mark_rts.c                b = (char *)(other -> r_start);
r_start           211 gc/mark_rts.c                if ((ptr_t)b <= old -> r_end && (ptr_t)e >= old -> r_start) {
r_start           212 gc/mark_rts.c                  if ((ptr_t)b < old -> r_start) {
r_start           213 gc/mark_rts.c                      old -> r_start = (ptr_t)b;
r_start           214 gc/mark_rts.c                      GC_root_size += (old -> r_start - (ptr_t)b);
r_start           222 gc/mark_rts.c                    GC_root_size -= (other -> r_end - other -> r_start);
r_start           223 gc/mark_rts.c                    other -> r_start = GC_static_roots[n_root_sets-1].r_start;
r_start           244 gc/mark_rts.c      GC_static_roots[n_root_sets].r_start = (ptr_t)b;
r_start           281 gc/mark_rts.c      GC_root_size -= (GC_static_roots[i].r_end - GC_static_roots[i].r_start);
r_start           282 gc/mark_rts.c      GC_static_roots[i].r_start = GC_static_roots[n_root_sets-1].r_start;
r_start           335 gc/mark_rts.c      	if (GC_static_roots[i].r_start >= (ptr_t)b && GC_static_roots[i].r_end <= (ptr_t)e) {
r_start           355 gc/mark_rts.c  	&& p >= GC_static_roots[last_root_set].r_start
r_start           359 gc/mark_rts.c      	if (p >= GC_static_roots[i].r_start
r_start           594 gc/mark_rts.c  			     GC_static_roots[i].r_start,