Home
last modified time | relevance | path

Searched refs:JB_RP (Results 1 – 17 of 17) sorted by relevance

/external/libunwind/include/tdep-x86_64/
Djmpbuf.h31 #define JB_RP 7 macro
38 #define JB_RP 0 macro
/external/libunwind/include/tdep-x86/
Djmpbuf.h31 #define JB_RP 5 macro
38 #define JB_RP 0 macro
/external/libunwind/src/ia64/
Dsigsetjmp.S54 st8 [in0] = sp, (JB_RP-JB_SP)*8 // sigjmp_buf[JB_SP] = sp
57 st8 [in0] = loc0, (JB_BSP-JB_RP)*8 // sigjmp_buf[JB_RP] = rp
Dsetjmp.S39 adds r16 = JB_RP*8, r32
/external/libunwind/include/tdep-aarch64/
Djmpbuf.h31 #define JB_RP 14 macro
/external/libunwind/include/tdep-ppc64/
Djmpbuf.h35 #define JB_RP 7 macro
/external/libunwind/include/tdep-sh/
Djmpbuf.h46 #define JB_RP 8 macro
/external/libunwind/include/tdep-arm/
Djmpbuf.h30 #define JB_RP 5 macro
/external/libunwind/include/tdep-ppc32/
Djmpbuf.h35 #define JB_RP 7 macro
/external/libunwind/include/x86/
Djmpbuf.h29 #define JB_RP 5 macro
/external/libunwind/include/tdep-mips/
Djmpbuf.h30 #define JB_RP 5 macro
/external/libunwind/include/tdep-ia64/
Djmpbuf.h29 #define JB_RP 8 macro
/external/libunwind/include/tdep-hppa/
Djmpbuf.h31 #define JB_RP 20 macro
/external/libunwind/src/setjmp/
Dsetjmp.c47 wp[JB_RP] = (void *) __builtin_return_address (0);
Dsigsetjmp.c41 wp[JB_RP] = (unw_word_t) __builtin_return_address (0); in sigsetjmp()
Dlongjmp.c87 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0 in _longjmp()
Dsiglongjmp.c115 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0 in siglongjmp()