HomeSort by relevance Sort by last modified time
    Searched refs:JB_RP (Results 1 - 17 of 17) sorted by null

  /external/libunwind/include/tdep-aarch64/
jmpbuf.h 31 #define JB_RP 14
  /external/libunwind/include/tdep-arm/
jmpbuf.h 30 #define JB_RP 5
  /external/libunwind/include/tdep-hppa/
jmpbuf.h 31 #define JB_RP 20
  /external/libunwind/include/tdep-ia64/
jmpbuf.h 29 #define JB_RP 8
  /external/libunwind/include/tdep-mips/
jmpbuf.h 30 #define JB_RP 5
  /external/libunwind/include/tdep-ppc32/
jmpbuf.h 35 #define JB_RP 7
  /external/libunwind/include/tdep-ppc64/
jmpbuf.h 35 #define JB_RP 7
  /external/libunwind/include/tdep-sh/
jmpbuf.h 46 #define JB_RP 8
  /external/libunwind/include/x86/
jmpbuf.h 29 #define JB_RP 5
  /external/libunwind/include/tdep-x86/
jmpbuf.h 31 #define JB_RP 5
38 #define JB_RP 0
  /external/libunwind/include/tdep-x86_64/
jmpbuf.h 31 #define JB_RP 7
38 #define JB_RP 0
  /external/libunwind/src/setjmp/
setjmp.c 47 wp[JB_RP] = (void *) __builtin_return_address (0);
sigsetjmp.c 41 wp[JB_RP] = (unw_word_t) __builtin_return_address (0);
longjmp.c 87 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0
siglongjmp.c 115 if (unw_set_reg (&c, UNW_REG_EH + 0, wp[JB_RP]) < 0
  /external/libunwind/src/ia64/
setjmp.S 39 adds r16 = JB_RP*8, r32
43 st8 [r16] = r3 // jmp_buf[JB_RP] = rp
sigsetjmp.S 54 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 223 milliseconds