Searched refs:is_readable (Results 1 - 3 of 3) sorted by relevance

/system/core/include/corkscrew/
H A Dmap_info.h34 bool is_readable; member in struct:map_info
/system/core/libcorkscrew/
H A Dmap_info.c59 mi->is_readable = strlen(permissions) == 4 && permissions[0] == 'r';
65 "is_readable=%d, is_executable=%d, name=%s",
66 mi->start, mi->end, mi->is_readable, mi->is_executable, mi->name);
110 return mi && mi->is_readable;
H A Dptrace.c84 if (mi->is_executable && mi->is_readable) {

Completed in 129 milliseconds