/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | makecontext.c | 29 #define STACK_ALIGN 64 macro 53 + FRAME_SIZE_BYTES + ARGS(argc) + STACK_ALIGN) in __makecontext() 54 & ~(STACK_ALIGN - 1)); in __makecontext()
|
/glibc-2.36/sysdeps/hppa/nptl/ |
D | pthreaddef.h | 25 #define STACK_ALIGN 64 macro 31 #define TCB_ALIGNMENT STACK_ALIGN
|
/glibc-2.36/nptl/ |
D | allocatestack.c | 38 #ifndef STACK_ALIGN 39 # define STACK_ALIGN __alignof__ (long double) macro 224 assert (TCB_ALIGNMENT >= STACK_ALIGN); in allocate_stack()
|
/glibc-2.36/sysdeps/sh/nptl/ |
D | pthreaddef.h | 27 #define STACK_ALIGN 8 macro
|
/glibc-2.36/sysdeps/nios2/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 4 macro
|
/glibc-2.36/sysdeps/s390/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 16 macro
|
D | tls.h | 58 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/riscv/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/mips/nptl/ |
D | pthreaddef.h | 25 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/powerpc/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/csky/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 8 macro
|
/glibc-2.36/sysdeps/arm/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/m68k/nptl/ |
D | pthreaddef.h | 25 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/loongarch/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/microblaze/nptl/ |
D | pthreaddef.h | 29 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/alpha/nptl/ |
D | pthreaddef.h | 25 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/arc/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 4 macro
|
/glibc-2.36/sysdeps/aarch64/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/or1k/nptl/ |
D | pthreaddef.h | 27 #define STACK_ALIGN 4 macro
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | pthreaddef.h | 25 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | pthreaddef.h | 25 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/ia64/nptl/ |
D | pthreaddef.h | 28 #define STACK_ALIGN 16 macro
|
D | tls.h | 47 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/x86/nptl/ |
D | pthreaddef.h | 26 #define STACK_ALIGN 16 macro
|
/glibc-2.36/sysdeps/x86_64/nptl/ |
D | tls.h | 95 #define STACK_ALIGN 16 macro
|