Home
last modified time | relevance | path

Searched refs:AT_CANARYLEN (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/sys/x86/include/
Delf.h98 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
186 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/sys/sparc64/include/
Delf.h90 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/sys/riscv/include/
Delf.h86 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/sys/powerpc/include/
Delf.h109 #define AT_CANARYLEN 15 /* Length of the canary. */ macro
/freebsd-12-stable/sys/arm/include/
Delf.h82 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/sys/arm64/include/
Delf.h89 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/sys/mips/include/
Delf.h144 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/usr.bin/procstat/
Dprocstat_auxv.c146 case AT_CANARYLEN: in procstat_auxv()
/freebsd-12-stable/lib/libc/gen/
Dauxv.c87 case AT_CANARYLEN: in init_aux()
/freebsd-12-stable/sys/kern/
Dimgact_elf.c1370 AUXARGS_ENTRY(pos, AT_CANARYLEN, imgp->canarylen); in __elfN()