Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmem_map.h97 int prot,
114 int prot, in MapFile() argument
123 prot, in MapFile()
143 int prot,
161 bool Protect(int prot);
237 int prot,
253 int prot,
260 int prot,
Dmem_map.cc276 int prot, in TryMemMapLow4GB() argument
280 void* actual = mmap(ptr, page_aligned_byte_count, prot, flags, fd, offset); in TryMemMapLow4GB()
296 int prot, in MapAnonymous() argument
306 return new MemMap(name, nullptr, 0, nullptr, 0, prot, false); in MapAnonymous()
360 prot, in MapAnonymous()
377 prot, in MapAnonymous()
388 page_aligned_byte_count, prot, reuse); in MapAnonymous()
486 int prot, in MapFileAtAddress() argument
494 CHECK_NE(0, prot); in MapFileAtAddress()
514 return new MemMap(filename, nullptr, 0, nullptr, 0, prot, false); in MapFileAtAddress()
[all …]
Delf_file.cc71 int prot; in Open() local
74 prot = PROT_READ | PROT_WRITE; in Open()
77 prot = PROT_READ; in Open()
80 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open()
88 int prot, in Open() argument
93 (file, (prot & PROT_WRITE) == PROT_WRITE, /*program_header_only*/false, in Open()
95 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open()
103 int prot, in Setup() argument
127 prot, in Setup()
147 prot, in Setup()
[all …]
Delf_file_impl.h136 bool Setup(File* file, int prot, int flags, bool low_4gb, std::string* error_msg);