Searched refs:PROT_NONE (Results 1 – 3 of 3) sorted by relevance
24 #define PROT_NONE 0 macro61 return PROT_NONE; in GetFlags()
76 map->flags = PROT_NONE;
246 map_flags |= strstr(optarg, "PROT_NONE") ? PROT_NONE: 0; in main()