Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc244 static inline void* TryMemMapLow4GB(void* ptr, size_t page_aligned_byte_count, int prot, int flags, in TryMemMapLow4GB()
259 MemMap* MemMap::MapAnonymous(const char* name, uint8_t* expected_ptr, size_t byte_count, int prot, in MapAnonymous()
450 MemMap* MemMap::MapFileAtAddress(uint8_t* expected_ptr, size_t byte_count, int prot, int flags, in MapFileAtAddress()
537 size_t base_size, int prot, bool reuse) in MemMap()
634 bool MemMap::Protect(int prot) { in Protect()
Dmem_map.h77 static MemMap* MapFile(size_t byte_count, int prot, int flags, int fd, off_t start, in MapFile()
Delf_file.cc145 int prot; in Open() local
162 File* file, int prot, int flags, std::string* error_msg) { in Open()
173 bool ElfFileImpl<ElfTypes>::Setup(int prot, int flags, std::string* error_msg) { in Setup()
1217 int prot = 0; in Load() local