Home
last modified time | relevance | path

Searched refs:AT_USRSTACKLIM (Results 1 – 7 of 7) 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/libsys/
H A Dauxv.c172 case AT_USRSTACKLIM: in init_aux()
429 case AT_USRSTACKLIM: in _elf_aux_info()
/freebsd/lib/libc/gen/
H A Delf_utils.c91 if (_elf_aux_info(AT_USRSTACKLIM, &stacksz, sizeof(stacksz)) != 0) { in __libc_map_stacks_exec()
/freebsd/lib/libthr/thread/
H A Dthr_init.c467 if (elf_aux_info(AT_USRSTACKLIM, lim, sizeof(*lim)) == 0) in __thr_get_main_stack_lim()
/freebsd/sys/sys/
H A Delf_common.h1016 #define AT_USRSTACKLIM 36 /* Grow limit of user stack */ macro
/freebsd/sys/kern/
H A Dimgact_elf.c1522 AUXARGS_ENTRY(pos, AT_USRSTACKLIM, stacksz); in __elfN()
/freebsd/libexec/rtld-elf/
H A Drtld.c6585 AUXFMT(AT_USRSTACKLIM, "%#lx"),