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

/freebsd-10.2-release/sys/sparc64/include/
H A Delf.h88 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-10.2-release/sys/arm/include/
H A Delf.h83 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-10.2-release/sys/x86/include/
H A Delf.h96 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
181 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-10.2-release/sys/ia64/include/
H A Delf.h93 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-10.2-release/sys/powerpc/include/
H A Delf.h103 #define AT_CANARYLEN 15 /* Length of the canary. */ macro
/freebsd-10.2-release/usr.bin/procstat/
H A Dprocstat_auxv.c126 case AT_CANARYLEN:
127 PRINT(AT_CANARYLEN, %ld, (long)auxv[i].a_un.a_val);
/freebsd-10.2-release/lib/libc/gen/
H A Dauxv.c82 case AT_CANARYLEN:
/freebsd-10.2-release/sys/mips/include/
H A Delf.h140 #define AT_CANARYLEN 17 /* Length of the canary. */ macro
/freebsd-10.2-release/sys/kern/
H A Dimgact_elf.c1005 AUXARGS_ENTRY(pos, AT_CANARYLEN, imgp->canarylen);
/freebsd-10.2-release/libexec/rtld-elf/
H A Drtld.c394 i = aux_info[AT_CANARYLEN]->a_un.a_val;

Completed in 83 milliseconds