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

/external/libunwind/include/tdep-aarch64/
H A Djmpbuf.h31 #define JB_RP 14 macro
/external/libunwind/include/tdep-arm/
H A Djmpbuf.h30 #define JB_RP 5 macro
/external/libunwind/include/tdep-hppa/
H A Djmpbuf.h31 #define JB_RP 20 macro
/external/libunwind/include/tdep-ia64/
H A Djmpbuf.h29 #define JB_RP 8 macro
/external/libunwind/include/tdep-mips/
H A Djmpbuf.h30 #define JB_RP 5 macro
/external/libunwind/include/tdep-ppc32/
H A Djmpbuf.h35 #define JB_RP 7 macro
/external/libunwind/include/tdep-ppc64/
H A Djmpbuf.h35 #define JB_RP 7 macro
/external/libunwind/include/tdep-sh/
H A Djmpbuf.h46 #define JB_RP 8 macro
/external/libunwind/include/x86/
H A Djmpbuf.h29 #define JB_RP 5 macro
/external/libunwind/include/tdep-x86/
H A Djmpbuf.h31 #define JB_RP 5 macro
38 #define JB_RP 0 macro
/external/libunwind/include/tdep-x86_64/
H A Djmpbuf.h31 #define JB_RP 7 macro
38 #define JB_RP 0 macro
/external/libunwind/src/setjmp/
H A Dsetjmp.c47 wp[JB_RP] = (void *) __builtin_return_address (0);
H A Dsigsetjmp.c41 wp[JB_RP] = (unw_word_t) __builtin_return_address (0);
H A Dlongjmp.c87 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0
H A Dsiglongjmp.c115 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0
/external/libunwind/src/ia64/
H A Dsetjmp.S39 adds r16 = JB_RP*8, r32
43 st8 [r16] = r3 // jmp_buf[JB_RP] = rp
H A 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

Completed in 5248 milliseconds