prot_buf          308 gc/dyn_load.c                           char *prot_buf, unsigned int *maj_dev);
prot_buf          314 gc/dyn_load.c      char prot_buf[5];
prot_buf          336 gc/dyn_load.c          buf_ptr = GC_parse_map_entry(buf_ptr, &start, &end, prot_buf, &maj_dev);
prot_buf          338 gc/dyn_load.c  	if (prot_buf[1] == 'w') {
prot_buf          278 gc/os_dep.c                                    char *prot_buf, unsigned int *maj_dev)
prot_buf          286 gc/os_dep.c        memcpy(prot_buf, buf_ptr+OFFSET_MAP_PROT, 4);
prot_buf          288 gc/os_dep.c        prot_buf[4] = '\0';
prot_buf          290 gc/os_dep.c        if (prot_buf[1] == 'w') {/* we can skip all of this if it's not writable. */
prot_buf          874 gc/os_dep.c          char prot_buf[5];
prot_buf          882 gc/os_dep.c            buf_ptr = GC_parse_map_entry(buf_ptr, &start, &end, prot_buf, &maj_dev);
prot_buf          884 gc/os_dep.c    	if (prot_buf[1] == 'w' && maj_dev == 0) {