GC_excl_table     414 gc/mark_rts.c  	if ((word) GC_excl_table[mid].e_end <= (word) start_addr) {
GC_excl_table     420 gc/mark_rts.c      if ((word) GC_excl_table[low].e_end <= (word) start_addr) return 0;
GC_excl_table     421 gc/mark_rts.c      return GC_excl_table + low;
GC_excl_table     446 gc/mark_rts.c        next_index = next - GC_excl_table;
GC_excl_table     448 gc/mark_rts.c  	GC_excl_table[i] = GC_excl_table[i-1];
GC_excl_table     454 gc/mark_rts.c      GC_excl_table[next_index].e_start = (ptr_t)start;
GC_excl_table     455 gc/mark_rts.c      GC_excl_table[next_index].e_end = (ptr_t)finish;