Searched refs:TARGET_MINSIGSTKSZ (Results 1 – 13 of 13) sorted by relevance
32 #define TARGET_MINSIGSTKSZ (1024 * 4) macro33 #define TARGET_SIGSTKSZ (TARGET_MINSIGSTKSZ + 32768)
55 #define TARGET_MINSIGSTKSZ (1024 * 4) /* min sig stack size */ macro56 #define TARGET_SIGSTKSZ (TARGET_MINSIGSTKSZ + 32768) /* recommended size */
37 #define TARGET_MINSIGSTKSZ (1024 * 4) /* min sig stack size */ macro38 #define TARGET_SIGSTKSZ (TARGET_MINSIGSTKSZ + 32768) /* recommended size */
66 #define TARGET_MINSIGSTKSZ 2048 macro
71 #define TARGET_MINSIGSTKSZ 2048 macro
67 #define TARGET_MINSIGSTKSZ 4096 macro
67 #define TARGET_MINSIGSTKSZ 2048 macro
69 #define TARGET_MINSIGSTKSZ 2048 macro
64 #define TARGET_MINSIGSTKSZ 4096 macro
27 #define TARGET_MINSIGSTKSZ (512 * 4) /* min sig stack size */ macro
28 #define TARGET_MINSIGSTKSZ (512 * 4) /* min sig stack size */ macro
606 size_t minstacksize = TARGET_MINSIGSTKSZ; in do_sigaltstack()
293 size_t minstacksize = TARGET_MINSIGSTKSZ; in target_restore_altstack()