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

/external/libunwind/include/
H A Dlibunwind-hppa.h68 UNW_HPPA_FR = UNW_HPPA_GR + 32, enumerator in enum:__anon24665
70 UNW_HPPA_IP = UNW_HPPA_FR + 32, /* instruction pointer */
106 #define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_HPPA_FR) < 32)
/external/libunwind/src/ptrace/
H A 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
[all...]
/external/libunwind/src/hppa/
H A DGinit.c50 else if ((unsigned) (reg - UNW_HPPA_FR) < 32)
51 addr = &uc->uc_mcontext.sc_fr[reg - UNW_HPPA_FR];
140 if ((unsigned int) (reg - UNW_HPPA_FR) < 32)
171 if ((unsigned) (reg - UNW_HPPA_FR) > 32)
H A DGregs.c78 if ((unsigned) (reg - UNW_HPPA_FR) >= 32)
H A DGstep.c76 c->dwarf.loc[UNW_HPPA_FR + i]

Completed in 236 milliseconds