sect_start        327 gc/dyn_load.c  	    word sect_start = (word)GC_heap_sects[i].hs_start;
sect_start        328 gc/dyn_load.c  	    word sect_end = sect_start + GC_heap_sects[i].hs_bytes;
sect_start        329 gc/dyn_load.c  	    if (sect_start < least_ha) least_ha = sect_start;