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

/freebsd-10-stable/sys/arm/include/
H A Delf.h82 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-10-stable/sys/sparc64/include/
H A Delf.h87 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-10-stable/sys/x86/include/
H A Delf.h95 #define AT_CANARY 16 /* Canary for SSP. */ macro
180 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-10-stable/lib/libc/gen/
H A Dauxv.c78 case AT_CANARY:
124 case AT_CANARY:
/freebsd-10-stable/sys/ia64/include/
H A Delf.h92 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-10-stable/sys/powerpc/include/
H A Delf.h102 #define AT_CANARY 14 /* Canary for SSP */ macro
/freebsd-10-stable/lib/libc/sys/
H A Dstack_protector.c63 error = _elf_aux_info(AT_CANARY, __stack_chk_guard,
/freebsd-10-stable/usr.bin/procstat/
H A Dprocstat_auxv.c123 case AT_CANARY:
124 PRINT(AT_CANARY, %p, auxv[i].a_un.a_ptr);
/freebsd-10-stable/sys/mips/include/
H A Delf.h139 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c388 if (aux_info[AT_CANARY] != NULL &&
389 aux_info[AT_CANARY]->a_un.a_ptr != NULL) {
393 memcpy(__stack_chk_guard, aux_info[AT_CANARY]->a_un.a_ptr, i);
/freebsd-10-stable/sys/kern/
H A Dimgact_elf.c1084 AUXARGS_ENTRY(pos, AT_CANARY, imgp->canary);

Completed in 260 milliseconds