Home
last modified time | relevance | path

Searched refs:UNW_IA64_AR_LC (Results 1 – 9 of 9) sorted by relevance

/external/libunwind/tests/
DGia64-test-readonly.c68 if ((ret = unw_set_reg (&c, UNW_IA64_AR_LC, 99)) != -UNW_EREADONLYREG) in checker()
/external/libunwind/include/
Dlibunwind-ia64.h118 UNW_IA64_AR_LC = UNW_IA64_AR + 65, enumerator
/external/libunwind/src/ia64/
DGget_save_loc.c82 case UNW_IA64_AR_LC: loc = c->loc[IA64_REG_LC]; break; in unw_get_save_loc()
Dinit.h47 c->loc[IA64_REG_LC] = IA64_REG_LOC (c, UNW_IA64_AR_LC); in common_init()
DGresume.c206 MEMIFY (IA64_REG_LC, UNW_IA64_AR_LC); in remote_install_cursor()
DGstep.c131 c->loc[IA64_REG_LC] = IA64_LOC_UC_REG (UNW_IA64_AR_LC, sc_addr); in hpux_sigtramp()
DGregs.c413 case UNW_IA64_AR_LC: loc = c->loc[IA64_REG_LC]; break; in tdep_access_reg()
Dunwind_i.h73 case UNW_IA64_AR_LC: addr = &uc->uc_mcontext.sc_ar_lc; break; in inlined_uc_addr()
DGparser.c706 case UNW_IA64_AR_LC: preg = IA64_REG_LC; break; in lookup_preg()