Home
last modified time | relevance | path

Searched refs:MAP_JIT (Results 1 - 5 of 5) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
H A DsljitExecAllocator.c97 #if defined(__APPLE__) && defined(MAP_JIT)
99 On macOS systems, returns MAP_JIT if it is defined _and_ we're running on a
100 version where it's OK to have more than one JIT block or where MAP_JIT is
102 On non-macOS systems, returns MAP_JIT if it is defined.
127 /* Only use MAP_JIT if a hardened runtime is used */ in get_map_jit_flag()
134 map_jit_flag = MAP_JIT; in get_map_jit_flag()
147 #define SLJIT_MAP_JIT (MAP_JIT)
161 #define SLJIT_MAP_JIT (MAP_JIT)
163 #endif /* __APPLE__ && MAP_JIT */
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp343 // code signing entitlement and allocating the region with the MAP_JIT flag. in allocateMemoryPages()
344 mapping = mmap(nullptr, length, prot, flags | MAP_JIT, -1, 0); in allocateMemoryPages()
348 // Retry without MAP_JIT (for older macOS versions). in allocateMemoryPages()
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs178 MAP_JIT;
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc160 // MAP_JIT is required to obtain writable and executable pages when the in GetFlagsForMemoryPermission()
165 flags |= MAP_JIT; in GetFlagsForMemoryPermission()
569 // Retry without MAP_JIT, for example in case we are running on an old OS X. in CreateAddressSpaceReservation()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3775 pub const MAP_JIT: ::c_int = 0x0800; consts

Completed in 20 milliseconds