OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_executable_map
(Results
1 - 3
of
3
) sorted by null
/system/core/include/corkscrew/
map_info.h
55
bool
is_executable_map
(const map_info_t* milist, uintptr_t addr);
/system/core/libcorkscrew/
map_info.c
183
bool
is_executable_map
(const map_info_t* milist, uintptr_t addr) {
function
/system/core/libcorkscrew/arch-arm/
backtrace-arm.c
546
&&
is_executable_map
(map_info_list, state->gregs[R_LR])) {
Completed in 33 milliseconds