Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp27 MemMap PageMap(size_t size, int prot, size_t alignment) in PageMap()
53 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap()
80 void PageProtect(void *mem, size_t size, int prot) in PageProtect()
Dfile.cpp75 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp31 MemMap PageMap(size_t size, int prot, size_t alignment) in PageMap()
60 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap()
81 void PageProtect(void *mem, size_t size, int prot) in PageProtect()
Dfile.cpp79 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp38 static DWORD mem_protection_flags_for_page(const int prot) in mem_protection_flags_for_page()
55 static DWORD mem_protection_flags_for_file(const int prot, const uint32_t map_flags) in mem_protection_flags_for_file()
100 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) in mmap()
159 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, vo… in MapFile()
185 std::optional<Error> MakeMemWithProtFlag(void *mem, size_t size, int prot) in MakeMemWithProtFlag()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp27 MemMap MemMapAllocator::Allocate(size_t size, size_t alignment, bool regular, int prot) in Allocate()
Dheap_region_allocator.cpp35 …int prot = (flags == RegionSpaceFlag::IN_MACHINE_CODE_SPACE) ? PAGE_PROT_EXEC_READWRITE : PAGE_PRO… in AllocateAlignedRegion() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp40 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, vo… in MapFile()
68 std::optional<Error> MakeMemWithProtFlag(void *mem, size_t size, int prot) in MakeMemWithProtFlag()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp79 uint32_t prot = os::mem::MMAP_PROT_READ; in GetProt() local