Home
last modified time | relevance | path

Searched refs:CURRENT_STACK_FRAME (Results 1 – 21 of 21) sorted by relevance

/sysdeps/x86/nptl/
A Dpthreaddef.h44 # define CURRENT_STACK_FRAME \ macro
47 # define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/m68k/nptl/
A Dpthreaddef.h32 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/microblaze/nptl/
A Dpthreaddef.h35 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/unix/sysv/linux/
A Dmachine-sp.h26 return (uintptr_t) CURRENT_STACK_FRAME; in __thread_stack_pointer()
/sysdeps/mips/nptl/
A Dpthreaddef.h32 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/nios2/nptl/
A Dpthreaddef.h32 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/powerpc/nptl/
A Dpthreaddef.h33 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/s390/nptl/
A Dpthreaddef.h33 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/alpha/nptl/
A Dpthreaddef.h31 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/arc/nptl/
A Dpthreaddef.h32 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/riscv/nptl/
A Dpthreaddef.h32 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/sh/nptl/
A Dpthreaddef.h34 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/aarch64/nptl/
A Dpthreaddef.h32 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/arm/nptl/
A Dpthreaddef.h41 #define CURRENT_STACK_FRAME (__builtin_frame_address (0) - 12) macro
/sysdeps/csky/nptl/
A Dpthreaddef.h32 #define CURRENT_STACK_FRAME __builtin_frame_address (0) macro
/sysdeps/sparc/sparc64/
A Dpthreaddef.h31 #define CURRENT_STACK_FRAME (stack_pointer + (2 * 128)) macro
/sysdeps/nptl/
A Djmp-unwind.c27 __pthread_cleanup_upto (env->__jmpbuf, CURRENT_STACK_FRAME); in _longjmp_unwind()
/sysdeps/sparc/sparc32/
A Dpthreaddef.h32 #define CURRENT_STACK_FRAME (stack_pointer + (2 * 64)) macro
/sysdeps/ia64/nptl/
A Dpthreaddef.h35 #define CURRENT_STACK_FRAME __stack_pointer macro
/sysdeps/hppa/nptl/
A Dpthreaddef.h35 #define CURRENT_STACK_FRAME stack_pointer macro
/sysdeps/unix/sysv/linux/ia64/
A Dunwind_longjmp.c33 __pthread_cleanup_upto (env->__jmpbuf, CURRENT_STACK_FRAME); in __libc_unwind_longjmp()

Completed in 12 milliseconds