HomeSort by: relevance | last modified time | path
    Searched defs:STACK_BIAS (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/sparc/
sol2-c1.S 32 #define STACK_BIAS 2047
39 #define STACK_BIAS 0
51 ldn [%sp + (16 * CPTRSIZE) + STACK_BIAS], %l0 ! argc
52 add %sp, (17 * CPTRSIZE) + STACK_BIAS, %l1 ! argv
linux-unwind.h 30 #undef STACK_BIAS
31 #define STACK_BIAS 2047
55 /* The frame address is %sp + STACK_BIAS in 64-bit mode. */
56 new_cfa += STACK_BIAS;
122 context->cfa -= STACK_BIAS;
127 _Unwind_GetGRPtr (context, i) - STACK_BIAS);
  /src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
sol2-c1.S 32 #define STACK_BIAS 2047
39 #define STACK_BIAS 0
51 ldn [%sp + (16 * CPTRSIZE) + STACK_BIAS], %l0 ! argc
52 add %sp, (17 * CPTRSIZE) + STACK_BIAS, %l1 ! argv
linux-unwind.h 30 #undef STACK_BIAS
31 #define STACK_BIAS 2047
55 /* The frame address is %sp + STACK_BIAS in 64-bit mode. */
56 new_cfa += STACK_BIAS;
122 context->cfa -= STACK_BIAS;
127 _Unwind_GetGRPtr (context, i) - STACK_BIAS);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stacktrace_sparc.cpp 18 #define STACK_BIAS 2047
20 #define STACK_BIAS 0
51 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS;
73 bp = (uptr)((uhwptr *)bp)[14] + STACK_BIAS;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stacktrace_sparc.cpp 18 #define STACK_BIAS 2047
20 #define STACK_BIAS 0
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS;
79 bp = (uptr)((uhwptr *)bp)[14] + STACK_BIAS;
  /src/crypto/external/apache2/openssl/dist/include/crypto/
sparc_arch.h 87 #define STACK_BIAS 2047
88 #define STACK_7thARG (STACK_BIAS + 176)
97 #define STACK_BIAS 0
  /src/crypto/external/bsd/openssl/dist/include/crypto/
sparc_arch.h 85 # define STACK_BIAS 2047
86 # define STACK_7thARG (STACK_BIAS+176)
95 # define STACK_BIAS 0
  /src/crypto/external/bsd/openssl.old/dist/crypto/
sparc_arch.h 85 # define STACK_BIAS 2047
86 # define STACK_7thARG (STACK_BIAS+176)
95 # define STACK_BIAS 0
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 87 #define STACK_BIAS 2047
95 #define STACK_BIAS 0
1323 if (bptr != NULL && extra_frame && ((char*) (*pfp) + STACK_BIAS) < (char*) bptr && ind < 2)
1329 if (bptr == NULL || ((char*) (*pfp) + STACK_BIAS) >= (char*) bptr)
1381 fp = (struct frame *) ((char *) fp + STACK_BIAS);
1389 struct frame * tfp = (struct frame*) ((char*) (fp->fr_savfp) + STACK_BIAS);
1411 if (bptr != NULL && extra_frame && ((char*) fp + STACK_BIAS) < (char*) bptr && ind < 2)
1417 if (bptr == NULL || ((char*) fp + STACK_BIAS) >= (char*) bptr)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 87 #define STACK_BIAS 2047
95 #define STACK_BIAS 0
1323 if (bptr != NULL && extra_frame && ((char*) (*pfp) + STACK_BIAS) < (char*) bptr && ind < 2)
1329 if (bptr == NULL || ((char*) (*pfp) + STACK_BIAS) >= (char*) bptr)
1381 fp = (struct frame *) ((char *) fp + STACK_BIAS);
1389 struct frame * tfp = (struct frame*) ((char*) (fp->fr_savfp) + STACK_BIAS);
1411 if (bptr != NULL && extra_frame && ((char*) fp + STACK_BIAS) < (char*) bptr && ind < 2)
1417 if (bptr == NULL || ((char*) fp + STACK_BIAS) >= (char*) bptr)

Completed in 35 milliseconds