Home
last modified time | relevance | path

Searched defs:CURRENT_STACK_FRAME (Results 1 – 18 of 18) 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/sparc/sparc64/
A Dpthreaddef.h31 #define CURRENT_STACK_FRAME (stack_pointer + (2 * 128)) 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/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/sparc/sparc32/
A Dpthreaddef.h32 #define CURRENT_STACK_FRAME (stack_pointer + (2 * 64)) 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/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

Completed in 9 milliseconds