Home
last modified time | relevance | path

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

/external/libunwind/src/ia64/
DGregs.c81 case UNW_IA64_BR + 0: addr += LINUX_SC_BR_OFF + 0; break; in linux_scratch_loc()
82 case UNW_IA64_BR + 6: addr += LINUX_SC_BR_OFF + 6*8; break; in linux_scratch_loc()
83 case UNW_IA64_BR + 7: addr += LINUX_SC_BR_OFF + 7*8; break; in linux_scratch_loc()
110 case UNW_IA64_BR + 6 ... UNW_IA64_BR + 7: in linux_scratch_loc()
111 addr += LINUX_PT_B6_OFF + 8 * (reg - (UNW_IA64_BR + 6)); in linux_scratch_loc()
129 case UNW_IA64_BR + 0: addr += LINUX_PT_B0_OFF; break; in linux_scratch_loc()
194 case UNW_IA64_BR + 0: addr += LINUX_OLD_PT_B0_OFF; break; in linux_scratch_loc()
195 case UNW_IA64_BR + 6: addr += LINUX_OLD_PT_B6_OFF; break; in linux_scratch_loc()
196 case UNW_IA64_BR + 7: addr += LINUX_OLD_PT_B7_OFF; break; in linux_scratch_loc()
415 case UNW_IA64_BR + 1: loc = c->loc[IA64_REG_B1]; break; in tdep_access_reg()
[all …]
DGget_save_loc.c84 case UNW_IA64_BR + 1: loc = c->loc[IA64_REG_B1]; break; in unw_get_save_loc()
85 case UNW_IA64_BR + 2: loc = c->loc[IA64_REG_B2]; break; in unw_get_save_loc()
86 case UNW_IA64_BR + 3: loc = c->loc[IA64_REG_B3]; break; in unw_get_save_loc()
87 case UNW_IA64_BR + 4: loc = c->loc[IA64_REG_B4]; break; in unw_get_save_loc()
88 case UNW_IA64_BR + 5: loc = c->loc[IA64_REG_B5]; break; in unw_get_save_loc()
125 case UNW_IA64_BR + 0: in unw_get_save_loc()
126 case UNW_IA64_BR + 6: in unw_get_save_loc()
127 case UNW_IA64_BR + 7: in unw_get_save_loc()
DGresume.c208 MEMIFY (IA64_REG_IP, UNW_IA64_BR + 0); in remote_install_cursor()
209 MEMIFY (IA64_REG_B1, UNW_IA64_BR + 1); in remote_install_cursor()
210 MEMIFY (IA64_REG_B2, UNW_IA64_BR + 2); in remote_install_cursor()
211 MEMIFY (IA64_REG_B3, UNW_IA64_BR + 3); in remote_install_cursor()
212 MEMIFY (IA64_REG_B4, UNW_IA64_BR + 4); in remote_install_cursor()
213 MEMIFY (IA64_REG_B5, UNW_IA64_BR + 5); in remote_install_cursor()
Dinit.h60 c->loc[IA64_REG_B1] = IA64_REG_LOC (c, UNW_IA64_BR + 1); in common_init()
61 c->loc[IA64_REG_B2] = IA64_REG_LOC (c, UNW_IA64_BR + 2); in common_init()
62 c->loc[IA64_REG_B3] = IA64_REG_LOC (c, UNW_IA64_BR + 3); in common_init()
63 c->loc[IA64_REG_B4] = IA64_REG_LOC (c, UNW_IA64_BR + 4); in common_init()
64 c->loc[IA64_REG_B5] = IA64_REG_LOC (c, UNW_IA64_BR + 5); in common_init()
DGstep.c133 c->loc[IA64_REG_B1] = IA64_LOC_UC_REG (UNW_IA64_BR + 1, sc_addr); in hpux_sigtramp()
134 c->loc[IA64_REG_B2] = IA64_LOC_UC_REG (UNW_IA64_BR + 2, sc_addr); in hpux_sigtramp()
135 c->loc[IA64_REG_B3] = IA64_LOC_UC_REG (UNW_IA64_BR + 3, sc_addr); in hpux_sigtramp()
136 c->loc[IA64_REG_B4] = IA64_LOC_UC_REG (UNW_IA64_BR + 4, sc_addr); in hpux_sigtramp()
137 c->loc[IA64_REG_B5] = IA64_LOC_UC_REG (UNW_IA64_BR + 5, sc_addr); in hpux_sigtramp()
DGinit.c197 case UNW_IA64_BR ... UNW_IA64_BR + 7: in access_reg()
199 ret = __uc_set_brs (uc, (reg - UNW_IA64_BR), 1, val); in access_reg()
201 ret = __uc_get_brs (uc, (reg - UNW_IA64_BR), 1, val); in access_reg()
Dunwind_i.h90 case UNW_IA64_BR + 1 ... UNW_IA64_BR + 5: in inlined_uc_addr()
91 addr = &uc->uc_mcontext.sc_br[reg - UNW_IA64_BR]; in inlined_uc_addr()
DGparser.c710 case UNW_IA64_BR + 0: preg = IA64_REG_IP; break; in lookup_preg()
725 case UNW_IA64_BR + 1 ... UNW_IA64_BR + 5: in lookup_preg()
726 preg = IA64_REG_B1 + (regnum - UNW_IA64_BR); in lookup_preg()
841 else if ((unsigned) (val - UNW_IA64_BR) < 8) in parse_dynamic()
DGscript.c340 val = UNW_IA64_BR + rval; in compile_reg()
/external/libunwind/include/
Dlibunwind-ia64.h121 UNW_IA64_BR = UNW_IA64_AR + 128, /* branch registers (b0..p7) */ enumerator
122 UNW_IA64_RP = UNW_IA64_BR + 0, /* return pointer (rp) */
123 UNW_IA64_PR = UNW_IA64_BR + 8, /* predicate registers (p0..p63) */
/external/libunwind/src/ptrace/
D_UPT_reg_offset.c206 [UNW_IA64_BR + 0] = PT_B0, [UNW_IA64_BR + 1] = PT_B1,
207 [UNW_IA64_BR + 2] = PT_B2, [UNW_IA64_BR + 3] = PT_B3,
208 [UNW_IA64_BR + 4] = PT_B4, [UNW_IA64_BR + 5] = PT_B5,
209 [UNW_IA64_BR + 6] = PT_B6, [UNW_IA64_BR + 7] = PT_B7,