Home
last modified time | relevance | path

Searched refs:is_readable_map (Results 1 – 3 of 3) sorted by relevance

/system/core/include/corkscrew/
Dmap_info.h50 bool is_readable_map(const map_info_t* milist, uintptr_t addr);
/system/core/libcorkscrew/
Dptrace.c56 if (!is_readable_map(memory->map_info_list, ptr)) { in try_get_word()
Dmap_info.c108 bool is_readable_map(const map_info_t* milist, uintptr_t addr) { in is_readable_map() function