Searched refs:UNW_IA64_CFM (Results 1 – 11 of 11) sorted by relevance
/external/libunwind/tests/ |
D | Gia64-test-stack.c | 107 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()
|
/external/libunwind/include/ |
D | libunwind-ia64.h | 124 UNW_IA64_CFM, enumerator
|
/external/libunwind/src/ia64/ |
D | Gget_save_loc.c | 89 case UNW_IA64_CFM: loc = c->cfm_loc; break; in unw_get_save_loc()
|
D | Gregs.c | 122 case UNW_IA64_CFM: addr += LINUX_PT_IFS_OFF; break; in linux_scratch_loc() 421 case UNW_IA64_CFM: in tdep_access_reg()
|
D | init.h | 38 c->cfm_loc = IA64_REG_LOC (c, UNW_IA64_CFM); in common_init()
|
D | Gstep.c | 113 c->cfm_loc = IA64_LOC_UC_REG (UNW_IA64_CFM, sc_addr); in hpux_sigtramp()
|
D | Ginit.c | 218 case UNW_IA64_CFM: in access_reg()
|
D | unwind_i.h | 70 case UNW_IA64_CFM: addr = &uc->uc_mcontext.sc_ar_pfs; break; in inlined_uc_addr()
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 186 case UNW_IA64_CFM: in _UPT_access_reg()
|
D | _UPT_reg_offset.c | 212 [UNW_IA64_CFM] = PT_CFM,
|
/external/libunwind/doc/ |
D | NOTES | 123 unw_get_reg (&cursor, UNW_IA64_CFM, &cfm);
|