Searched refs:PROT_EXEC (Results 1 – 7 of 7) sorted by relevance
27 #define PROT_EXEC 0x4 macro66 bool IsExecutable(uintptr_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable()
84 map->flags |= PROT_EXEC;
90 PROT_READ | PROT_WRITE | PROT_EXEC, in getMspace()
243 map_flags |= strstr(optarg, "PROT_EXEC") ? PROT_EXEC : 0; in main()
342 (map->flags & PROT_EXEC) ? 'x' : '-', in dump_map()
17 # Apply strict SELinux checking of PROT_EXEC on mmap/mprotect calls.
722 PROT_READ | PROT_WRITE | PROT_EXEC, in main()