Searched refs:SIGSTKSZ (Results 1 – 18 of 18) sorted by relevance
55 #if !defined MINSIGSTKSZ || !defined SIGSTKSZ57 #define SIGSTKSZ 8192 macro
67 #define SIGSTKSZ 32768 macro70 #define SIGSTKSZ 8192 macro
109 ss.ss_sp = malloc(SIGSTKSZ); in init_signal_handler()114 ss.ss_size = SIGSTKSZ; in init_signal_handler()
33 ss.ss_size = getauxval(AT_MINSIGSTKSZ) + SIGSTKSZ;53 SIGSTKSZ to AT_MINSIGSTKSZ.)
239 ss.ss_sp = get_uf_mem(SIGSTKSZ, NULL); in tm_signal_pagefault()240 ss.ss_size = SIGSTKSZ; in tm_signal_pagefault()
9 #define SIGSTKSZ 16384 macro
24 #define SIGSTKSZ 16384 macro
61 #define SIGSTKSZ 8192 macro
56 #define SIGSTKSZ 8192 macro
71 #define SIGSTKSZ 8192 macro
78 #define SIGSTKSZ 8192 macro
83 #define SIGSTKSZ 8192 macro
75 #define SIGSTKSZ 16384 macro
197 const size_t len = SIGSTKSZ; in main()
113 stack_size = getauxval(AT_MINSIGSTKSZ) + SIGSTKSZ; in main()
559 current->sas_ss_sp = (unsigned long)ss_sp - SIGSTKSZ; in do_sys_sigstack()560 current->sas_ss_size = SIGSTKSZ; in do_sys_sigstack()
741 current->sas_ss_sp = (unsigned long)ss_sp - SIGSTKSZ; in do_sys32_sigstack()742 current->sas_ss_size = SIGSTKSZ; in do_sys32_sigstack()