Home
last modified time | relevance | path

Searched defs:mmap_prot (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/extras/ioshark/
H A Dioshark.h106 #define mmap_prot u.mmap_a.prot macro
/aosp12/art/runtime/
H A Delf_file.cc1538 ElfFile* ElfFile::Open(File* file, int mmap_prot, int mmap_flags, /*out*/std::string* error_msg) { in Open()