Home
last modified time | relevance | path

Searched refs:UNW_HPPA_FR (Results 1 – 5 of 5) sorted by relevance

/external/libunwind/src/ptrace/
D_UPT_reg_offset.c234 [UNW_HPPA_FR + 0] = 0x080, [UNW_HPPA_FR + 1] = 0x088,
235 [UNW_HPPA_FR + 2] = 0x090, [UNW_HPPA_FR + 3] = 0x098,
236 [UNW_HPPA_FR + 4] = 0x0a0, [UNW_HPPA_FR + 5] = 0x0a8,
237 [UNW_HPPA_FR + 6] = 0x0b0, [UNW_HPPA_FR + 7] = 0x0b8,
238 [UNW_HPPA_FR + 8] = 0x0c0, [UNW_HPPA_FR + 9] = 0x0c8,
239 [UNW_HPPA_FR + 10] = 0x0d0, [UNW_HPPA_FR + 11] = 0x0d8,
240 [UNW_HPPA_FR + 12] = 0x0e0, [UNW_HPPA_FR + 13] = 0x0e8,
241 [UNW_HPPA_FR + 14] = 0x0f0, [UNW_HPPA_FR + 15] = 0x0f8,
242 [UNW_HPPA_FR + 16] = 0x100, [UNW_HPPA_FR + 17] = 0x108,
243 [UNW_HPPA_FR + 18] = 0x110, [UNW_HPPA_FR + 19] = 0x118,
[all …]
/external/libunwind/include/
Dlibunwind-hppa.h68 UNW_HPPA_FR = UNW_HPPA_GR + 32, enumerator
70 UNW_HPPA_IP = UNW_HPPA_FR + 32, /* instruction pointer */
109 #define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_HPPA_FR) < 32)
/external/libunwind/src/hppa/
DGinit.c50 else if ((unsigned) (reg - UNW_HPPA_FR) < 32) in uc_addr()
51 addr = &uc->uc_mcontext.sc_fr[reg - UNW_HPPA_FR]; in uc_addr()
140 if ((unsigned int) (reg - UNW_HPPA_FR) < 32) in access_reg()
171 if ((unsigned) (reg - UNW_HPPA_FR) > 32) in access_fpreg()
DGregs.c78 if ((unsigned) (reg - UNW_HPPA_FR) >= 32) in tdep_access_fpreg()
DGstep.c76 c->dwarf.loc[UNW_HPPA_FR + i] in unw_step()