Home
last modified time | relevance | path

Searched refs:AT_USRSTACKLIM (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/procstat/
H A Dprocstat_auxv.c253 #ifdef AT_USRSTACKLIM in procstat_auxv()
254 case AT_USRSTACKLIM: in procstat_auxv()
/freebsd/lib/libc/gen/
H A Delf_utils.c89 if (_elf_aux_info(AT_USRSTACKLIM, &stacksz, sizeof(stacksz)) != 0) { in __libc_map_stacks_exec()
/freebsd/lib/libthr/thread/
H A Dthr_init.c462 if (elf_aux_info(AT_USRSTACKLIM, lim, sizeof(*lim)) == 0) in __thr_get_main_stack_lim()
/freebsd/sys/sys/
H A Delf_common.h1014 #define AT_USRSTACKLIM 36 /* Grow limit of user stack */ macro
/freebsd/sys/kern/
H A Dimgact_elf.c1513 AUXARGS_ENTRY(pos, AT_USRSTACKLIM, stacksz); in __elfN()
/freebsd/libexec/rtld-elf/
H A Drtld.c6401 AUXFMT(AT_USRSTACKLIM, "%#lx"),