Home
last modified time | relevance | path

Searched refs:MMAP_PROT_NONE (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dunix_mem.h23 static constexpr uint32_t MMAP_PROT_NONE = PROT_NONE; member
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dwindows_mem.h21 static constexpr uint32_t MMAP_PROT_NONE = 0; member
H A Dmem.cpp42 if (static_cast<unsigned>(prot) == MMAP_PROT_NONE) { in mem_protection_flags_for_page()
58 if (prot == MMAP_PROT_NONE) { in mem_protection_flags_for_file()
214 return MakeMemWithProtFlag(mem, size, MMAP_PROT_NONE); in MakeMemProtected()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dunix_mem.h23 static constexpr uint32_t MMAP_PROT_NONE = PROT_NONE; member
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dwindows_mem.h21 static constexpr uint32_t MMAP_PROT_NONE = 0; member
H A Dmem.cpp44 if (static_cast<unsigned>(prot) == MMAP_PROT_NONE) { in mem_protection_flags_for_page()
60 if (prot == MMAP_PROT_NONE) { in mem_protection_flags_for_file()
218 return MakeMemWithProtFlag(mem, size, MMAP_PROT_NONE); in MakeMemProtected()

Completed in 3 milliseconds