obj_start         106 gc/obj_map.c       register unsigned obj_start;
obj_start         132 gc/obj_map.c           for (obj_start = 0;
obj_start         133 gc/obj_map.c                obj_start + WORDS_TO_BYTES(sz) <= HBLKSIZE;
obj_start         134 gc/obj_map.c                obj_start += WORDS_TO_BYTES(sz)) {
obj_start         139 gc/obj_map.c                        MAP_ENTRY(new_map, obj_start + displ) =
obj_start        2930 gc/os_dep.c        ptr_t obj_start;
obj_start        2933 gc/os_dep.c        obj_start = GC_base(addr);
obj_start        2934 gc/os_dep.c        if (obj_start == 0) return;
obj_start        2935 gc/os_dep.c        if (GC_base(addr + len - 1) != obj_start) {