Home
last modified time | relevance | path

Searched refs:mem_protection_flags_for_file (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dmem.cpp55 static DWORD mem_protection_flags_for_file(const int prot, const uint32_t map_flags) in mem_protection_flags_for_file() function
128 const auto prot_file = mem_protection_flags_for_file(prot, flags); in mmap()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp57 static DWORD mem_protection_flags_for_file(const int prot, const uint32_t mapFlags) in mem_protection_flags_for_file() function
131 const auto protFile = mem_protection_flags_for_file(prot, flags); in mmap()

Completed in 3 milliseconds