Searched defs:PROT_READ (Results 1 - 1 of 1) sorted by relevance

/system/core/include/backtrace/
H A DBacktraceMap.h25 #define PROT_READ 0x1 macro
67 bool IsReadable(uintptr_t pc) { return GetFlags(pc) & PROT_READ; }

Completed in 253 milliseconds