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

/freebsd-11-stable/sys/riscv/include/
H A Delf.h86 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h88 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h86 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h96 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
184 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Delf.h103 #define AT_CANARYLEN 15 /* Length of the canary. */ macro
/freebsd-11-stable/sys/arm/include/
H A Delf.h80 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-11-stable/sys/mips/include/
H A Delf.h140 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_auxv.c145 case AT_CANARYLEN:
146 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_CANARYLEN/%ld}\n",
147 prefix, "AT_CANARYLEN", (long)auxv[i].a_un.a_val);
/freebsd-11-stable/lib/libc/gen/
H A Dauxv.c85 case AT_CANARYLEN:
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c1137 AUXARGS_ENTRY(pos, AT_CANARYLEN, imgp->canarylen);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c410 i = aux_info[AT_CANARYLEN]->a_un.a_val;

Completed in 103 milliseconds