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

/freebsd-11-stable/sys/riscv/include/
H A Delf.h85 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h87 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h85 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h95 #define AT_CANARY 16 /* Canary for SSP. */ macro
183 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Delf.h102 #define AT_CANARY 14 /* Canary for SSP */ macro
/freebsd-11-stable/lib/libc/gen/
H A Dauxv.c81 case AT_CANARY:
139 case AT_CANARY:
/freebsd-11-stable/sys/arm/include/
H A Delf.h79 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-11-stable/lib/libc/secure/
H A Dstack_protector.c88 error = _elf_aux_info(AT_CANARY,
/freebsd-11-stable/sys/mips/include/
H A Delf.h139 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_auxv.c141 case AT_CANARY:
142 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_CANARY/%p}\n",
143 prefix, "AT_CANARY", auxv[i].a_un.a_ptr);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c408 if (aux_info[AT_CANARY] != NULL &&
409 aux_info[AT_CANARY]->a_un.a_ptr != NULL) {
413 memcpy(__stack_chk_guard, aux_info[AT_CANARY]->a_un.a_ptr, i);
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c1136 AUXARGS_ENTRY(pos, AT_CANARY, imgp->canary);

Completed in 148 milliseconds