Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dmap.cpp24 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, int flags) in PageMap()
51 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap()
94 bool PageProtect(void *mem, size_t size, int prot) in PageProtect()
Dfile.cpp109 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap()
131 [[maybe_unused]] int flag, [[maybe_unused]] int prot) in CreateFileMap()
157 MemMap FileMapForAlignAddressByFd(const fd_t fd, int prot, int64_t offset, uint32_t offStart) in FileMapForAlignAddressByFd()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmap.cpp39 MemMap PageMap(size_t size, int prot, size_t alignment, void *addr, [[maybe_unused]] int flags) in PageMap()
68 MemMap MachineCodePageMap(size_t size, int prot, size_t alignment) in MachineCodePageMap()
101 bool PageProtect(void *mem, size_t size, int prot) in PageProtect()
Dfile.cpp97 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap()
139 [[maybe_unused]] int flag, [[maybe_unused]] int prot) in CreateFileMap()
145 MemMap FileMapForAlignAddressByFd(const fd_t fd, int prot, int64_t offset, uint32_t offStart) in FileMapForAlignAddressByFd()
Dos.cpp55 void *PageMapExecFortSpace(void *addr, [[maybe_unused]] size_t size, [[maybe_unused]] int prot) in PageMapExecFortSpace()
/arkcompiler/ets_runtime/common_components/platform/unix/
Dmap.cpp22 bool PageProtect(void *mem, size_t size, int prot) in PageProtect()
/arkcompiler/ets_runtime/common_components/platform/windows/
Dmap.cpp26 bool PageProtect(void *mem, size_t size, int prot) in PageProtect()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dexecuted_memory_allocator.h29 static void AllocateBuf(uint32_t size, ExeMem &exeMem, int prot) in AllocateBuf()
/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/runtime_core/static_core/platforms/windows/libpandabase/
Dmem.cpp40 static DWORD mem_protection_flags_for_page(const int prot) in mem_protection_flags_for_page()
57 static DWORD mem_protection_flags_for_file(const int prot, const uint32_t mapFlags) in mem_protection_flags_for_file()
103 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) in mmap()
163 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, voi… in MapFile()
189 std::optional<Error> MakeMemWithProtFlag(void *mem, size_t size, int prot) in MakeMemWithProtFlag()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dos.cpp58 void *PageMapExecFortSpace(void *addr, [[maybe_unused]] size_t size, [[maybe_unused]] int prot) in PageMapExecFortSpace()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dmemory_map.h50 int prot; // initial access flags member
Dmemory_map.cpp178 bool MemoryMap::ProtectMemInternal(void* addr, size_t size, int prot)
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp32 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t file_offset, vo… in MapFile()
60 std::optional<Error> MakeMemWithProtFlag(void *mem, size_t size, int prot) in MakeMemWithProtFlag()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dmem.cpp46 BytePtr MapFile(file::File file, uint32_t prot, uint32_t flags, size_t size, size_t fileOffset, voi… in MapFile()
75 std::optional<Error> MakeMemWithProtFlag(void *mem, size_t size, int prot) in MakeMemWithProtFlag()
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dos.cpp99 void *PageMapExecFortSpace(void *addr, size_t size, int prot) in PageMapExecFortSpace()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp163 bool PGOProfilerDecoder::LoadAPBinaryFile(int prot) in LoadAPBinaryFile()
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp160 int prot = machineCodeSpace ? PAGE_PROT_EXEC_READWRITE : PAGE_PROT_READWRITE; in PageProtectMem() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp80 uint32_t prot = os::mem::MMAP_PROT_READ; in GetProt() local
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp61 uint32_t prot = os::mem::MMAP_PROT_READ; in GetProt() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_class_wrapper.cpp715 napi_value prot; in SetNullPrototype() local