HomeSort by relevance Sort by last modified time
    Searched full:prot_ (Results 1 - 5 of 5) sorted by null

  /external/libunwind/include/
map_info.h 28 /* Must not conflict with PROT_{NONE,READ,WRITE}. */
  /art/runtime/
mem_map.h 26 #include <sys/mman.h> // For the PROT_* and MAP_* constants.
136 return prot_;
226 int prot_; // Protection of the map. member in class:art::MemMap
mem_map.cc 498 prot_(prot), reuse_(reuse), redzone_size_(redzone_size) {
612 prot_ = prot;
617 prot_ = prot;
904 CHECK_NE(prot_ & PROT_READ, 0)
    [all...]
  /system/core/include/backtrace/
BacktraceMap.h 60 // The values are PROT_*.
  /external/strace/
mem.c 65 printflags(mmap_prot, u_arg[2], "PROT_???");
194 printflags(mmap_prot, tcp->u_arg[2], "PROT_???");
305 printflags(mmap_prot, tcp->u_arg[2], "PROT_???");

Completed in 96 milliseconds