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

/freebsd-12-stable/sys/sparc64/include/
H A Delf.h90 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/sys/x86/include/
H A 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/powerpc/include/
H A Delf.h109 #define AT_CANARYLEN 15 /* Length of the canary. */ macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h86 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h144 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h82 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h89 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-12-stable/lib/libc/gen/
H A Dauxv.c87 case AT_CANARYLEN:
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_auxv.c146 case AT_CANARYLEN:
147 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_CANARYLEN/%ld}\n",
148 prefix, "AT_CANARYLEN", (long)auxv[i].a_un.a_val);
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c1363 AUXARGS_ENTRY(pos, AT_CANARYLEN, imgp->canarylen);

Completed in 180 milliseconds