OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unw_get_proc_name_by_ip
(Results
1 - 4
of
4
) sorted by null
/external/libunwind/src/mi/
Gget_proc_name.c
110
unw_get_proc_name_by_ip
(unw_addr_space_t as, unw_word_t ip, char *buf,
function
/system/core/libbacktrace/
UnwindPtrace.cpp
136
if (
unw_get_proc_name_by_ip
(addr_space_, pc, buf, sizeof(buf), &value,
UnwindCurrent.cpp
35
if (
unw_get_proc_name_by_ip
(unw_local_addr_space, pc, buf, sizeof(buf),
/external/libunwind/include/
libunwind-common.h
260
#define
unw_get_proc_name_by_ip
UNW_OBJ(get_proc_name_by_ip)
macro
289
extern int
unw_get_proc_name_by_ip
(unw_addr_space_t, unw_word_t, char *,
Completed in 75 milliseconds