Home
last modified time | relevance | path

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

/third_party/libunwind/include/tdep-arm/
Dlibunwind_i.h286 #define arm_find_proc_info2 UNW_OBJ(find_proc_info2) macro
329 extern int arm_find_proc_info2 (unw_addr_space_t as, unw_word_t ip,
/third_party/libunwind/src/arm/
DGex_tables.c513 arm_find_proc_info2 (unw_addr_space_t as, unw_word_t ip, in arm_find_proc_info2() function
553 return arm_find_proc_info2 (as, ip, pi, need_unwind_info, arg, in arm_find_proc_info()
DGstep.c60 if ((ret = arm_find_proc_info2 (c->dwarf.as, ip, &c->dwarf.pi, in arm_exidx_step()