endp1             270 gc/blacklst.c  word GC_number_stack_black_listed(start, endp1)
endp1             271 gc/blacklst.c  struct hblk *start, *endp1;
endp1             276 gc/blacklst.c      for (h = start; h < endp1; h++) {
endp1             294 gc/blacklst.c      	struct hblk * endp1 = start + len/HBLKSIZE;
endp1             296 gc/blacklst.c      	total += GC_number_stack_black_listed(start, endp1);
endp1            1497 gc/include/private/gc_priv.h 	struct hblk *start, struct hblk *endp1));