Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc239 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()
Dmem_map.h70 static MemMap* MapFile(size_t byte_count, int prot, int flags, int fd, off_t start, in MapFile()
Delf_file.cc136 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