Home
last modified time | relevance | path

Searched refs:UNW_IA64_CFM (Results 1 – 11 of 11) sorted by relevance

/third_party/libunwind/tests/
DGia64-test-stack.c107 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0) in do_unwind_tests()
122 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0) in do_unwind_tests()
/third_party/libunwind/include/
Dlibunwind-ia64.h121 UNW_IA64_CFM, enumerator
/third_party/libunwind/src/ia64/
DGget_save_loc.c89 case UNW_IA64_CFM: loc = c->cfm_loc; break; in unw_get_save_loc()
DGregs.c122 case UNW_IA64_CFM: addr += LINUX_PT_IFS_OFF; break; in linux_scratch_loc()
421 case UNW_IA64_CFM: in tdep_access_reg()
Dinit.h38 c->cfm_loc = IA64_REG_LOC (c, UNW_IA64_CFM); in common_init()
DGinit.c191 case UNW_IA64_CFM: in access_reg()
DGstep.c113 c->cfm_loc = IA64_LOC_UC_REG (UNW_IA64_CFM, sc_addr); in hpux_sigtramp()
Dunwind_i.h70 case UNW_IA64_CFM: addr = &uc->uc_mcontext.sc_ar_pfs; break; in inlined_uc_addr()
/third_party/libunwind/src/ptrace/
D_UPT_access_reg.c227 case UNW_IA64_CFM: in _UPT_access_reg()
D_UPT_reg_offset.c259 [UNW_IA64_CFM] = PT_CFM,
/third_party/libunwind/doc/
DNOTES123 unw_get_reg (&cursor, UNW_IA64_CFM, &cfm);