Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dimgact.h80 int canarylen; member
/freebsd/sys/powerpc/powerpc/
H A Delf_common.c78 AUXARGS_ENTRY(pos, AT_OLD_CANARYLEN, imgp->canarylen); in __elfN()
/freebsd/sys/compat/linux/
H A Dlinux_elf.c365 imgp->canarylen = sizeof(canary); in __linuxN()
/freebsd/sys/kern/
H A Dkern_exec.c1715 imgp->canarylen = sizeof(canary); in exec_copyout_strings()
H A Dimgact_elf.c1472 AUXARGS_ENTRY(pos, AT_CANARYLEN, imgp->canarylen); in __elfN()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3649 imgp->canarylen = sizeof(canary); in freebsd32_copyout_strings()