Searched defs:prot (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | mem_map.cc | 239 MemMap* MemMap::MapAnonymous(const char* name, byte* expected_ptr, size_t byte_count, int prot, in MapAnonymous() 386 MemMap* MemMap::MapFileAtAddress(byte* expected_ptr, size_t byte_count, int prot, int flags, int fd, in MapFileAtAddress() 477 size_t base_size, int prot, bool reuse) in MemMap() 577 bool MemMap::Protect(int prot) { in Protect()
|
D | mem_map.h | 70 static MemMap* MapFile(size_t byte_count, int prot, int flags, int fd, off_t start, in MapFile()
|
D | elf_file.cc | 136 int prot; in Open() local 151 ElfFile* ElfFile::Open(File* file, int prot, int flags, std::string* error_msg) { in Open() 160 bool ElfFile::Setup(int prot, int flags, std::string* error_msg) { in Setup() 1150 int prot = 0; in Load() local
|