Searched defs:prot (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | mem_map.cc | 244 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()
|
D | mem_map.h | 77 static MemMap* MapFile(size_t byte_count, int prot, int flags, int fd, off_t start, in MapFile()
|
D | elf_file.cc | 145 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
|