buf_ptr           307 gc/dyn_load.c  char *GC_parse_map_entry(char *buf_ptr, word *start, word *end,
buf_ptr           315 gc/dyn_load.c      char *buf_ptr = maps;
buf_ptr           336 gc/dyn_load.c          buf_ptr = GC_parse_map_entry(buf_ptr, &start, &end, prot_buf, &maj_dev);
buf_ptr           337 gc/dyn_load.c  	if (buf_ptr == NULL) return 1;
buf_ptr           277 gc/os_dep.c    char *GC_parse_map_entry(char *buf_ptr, word *start, word *end,
buf_ptr           282 gc/os_dep.c        if (buf_ptr == NULL || *buf_ptr == '\0') {
buf_ptr           286 gc/os_dep.c        memcpy(prot_buf, buf_ptr+OFFSET_MAP_PROT, 4);
buf_ptr           292 gc/os_dep.c            tok = buf_ptr;
buf_ptr           293 gc/os_dep.c            buf_ptr[OFFSET_MAP_START+ADDR_WIDTH] = '\0';
buf_ptr           296 gc/os_dep.c            tok = buf_ptr+OFFSET_MAP_END;
buf_ptr           297 gc/os_dep.c            buf_ptr[OFFSET_MAP_END+ADDR_WIDTH] = '\0';
buf_ptr           300 gc/os_dep.c            buf_ptr += OFFSET_MAP_MAJDEV;
buf_ptr           301 gc/os_dep.c            tok = buf_ptr;
buf_ptr           302 gc/os_dep.c            while (*buf_ptr != ':') buf_ptr++;
buf_ptr           303 gc/os_dep.c            *buf_ptr++ = '\0';
buf_ptr           307 gc/os_dep.c        while (*buf_ptr && *buf_ptr++ != '\n');
buf_ptr           309 gc/os_dep.c        return buf_ptr;
buf_ptr           875 gc/os_dep.c          char *buf_ptr = maps;
buf_ptr           882 gc/os_dep.c            buf_ptr = GC_parse_map_entry(buf_ptr, &start, &end, prot_buf, &maj_dev);
buf_ptr           883 gc/os_dep.c    	if (buf_ptr == NULL) return current_best;