| /OK3568_Linux_fs/kernel/tools/testing/selftests/sigaltstack/ |
| H A D | sas.c | 60 err = sigaltstack(NULL, &stk); in my_usr1() 127 err = sigaltstack(NULL, &stk); in main() 144 err = sigaltstack(&stk, NULL); in main() 177 err = sigaltstack(NULL, &stk); in main()
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0005-sanitizer-Fix-asan-against-glibc-2.34-PR100114.patch | 48 // future. It is not required by man 2 sigaltstack now (they're using 56 CHECK_EQ(0, sigaltstack(&altstack, nullptr)); 65 CHECK_EQ(0, sigaltstack(&altstack, &oldstack));
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | signal.c | 135 if (sigaltstack(&stack, NULL) != 0) in set_sigstack() 366 sigaltstack(NULL, &ss); in os_is_signal_stack()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | signal.h | 90 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | signal.h | 67 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | signal.h | 83 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/arch/h8300/include/uapi/asm/ |
| H A D | signal.h | 85 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | signal.h | 108 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/ |
| H A D | signal.h | 93 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | signal.h | 85 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | elfcore.h | 47 struct sigaltstack pr_altstack; /* Alternate stack info */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | elfcore.h | 47 struct sigaltstack pr_altstack; /* Alternate stack info */
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | signal.h | 103 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | signal.h | 101 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | signal.h | 104 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/ |
| H A D | signal.h | 110 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | signal.h | 112 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | signal.h | 86 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | signal.h | 112 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | signal.h | 100 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | signal.h | 143 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-signal-context-force-tm.c | 147 if (sigaltstack(&ss, NULL)) { in tm_trap_test()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | signal.h | 171 typedef struct sigaltstack { struct
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | syscall_arg_fault.c | 110 if (sigaltstack(&stack, NULL) != 0) in main()
|
| /OK3568_Linux_fs/buildroot/package/mongodb/ |
| H A D | 0003-SERVER-59459-With-glibc-2-34-MINSIGSTKSZ-is-no-longer-a-constant.patch | 36 if (sigaltstack(&ss, nullptr)) {
|