Home
last modified time | relevance | path

Searched refs:sv_stackgap (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c84 .sv_stackgap = elf64_stackgap,
119 .sv_stackgap = elf64_stackgap,
/f-stack/freebsd/sys/
H A Dsysent.h117 void (*sv_stackgap)(struct image_params *, uintptr_t *); member
/f-stack/freebsd/kern/
H A Dkern_exec.c1546 if (imgp->sysent->sv_stackgap == NULL || in exec_stackgap()
1551 imgp->sysent->sv_stackgap(imgp, dp); in exec_stackgap()