Home
last modified time | relevance | path

Searched defs:MMAP_PROT_READ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dwindows_mem.h22 static constexpr uint32_t MMAP_PROT_READ = 1; variable
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dunix_mem.h24 static constexpr uint32_t MMAP_PROT_READ = PROT_READ; variable
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dunix_mem.h24 static constexpr uint32_t MMAP_PROT_READ = PROT_READ; variable
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dwindows_mem.h22 static constexpr uint32_t MMAP_PROT_READ = 1; variable