Searched refs:AT_USRSTACKLIM (Results 1 – 6 of 6) sorted by relevance
253 #ifdef AT_USRSTACKLIM in procstat_auxv()254 case AT_USRSTACKLIM: in procstat_auxv()
89 if (_elf_aux_info(AT_USRSTACKLIM, &stacksz, sizeof(stacksz)) != 0) { in __libc_map_stacks_exec()
462 if (elf_aux_info(AT_USRSTACKLIM, lim, sizeof(*lim)) == 0) in __thr_get_main_stack_lim()
1014 #define AT_USRSTACKLIM 36 /* Grow limit of user stack */ macro
1513 AUXARGS_ENTRY(pos, AT_USRSTACKLIM, stacksz); in __elfN()
6401 AUXFMT(AT_USRSTACKLIM, "%#lx"),