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

/freebsd-12-stable/sys/sparc64/include/
H A Delf.h89 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h97 #define AT_CANARY 16 /* Canary for SSP. */ macro
185 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-12-stable/sys/powerpc/include/
H A Delf.h108 #define AT_CANARY 14 /* Canary for SSP */ macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h85 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-12-stable/lib/libc/gen/
H A Dauxv.c83 case AT_CANARY:
145 case AT_CANARY:
/freebsd-12-stable/lib/libc/secure/
H A Dstack_protector.c88 error = _elf_aux_info(AT_CANARY,
/freebsd-12-stable/sys/mips/include/
H A Delf.h143 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h81 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h88 #define AT_CANARY 16 /* Canary for SSP */ macro
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_auxv.c142 case AT_CANARY:
143 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_CANARY/%p}\n",
144 prefix, "AT_CANARY", auxv[i].a_un.a_ptr);
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c1362 AUXARGS_ENTRY(pos, AT_CANARY, imgp->canary);

Completed in 116 milliseconds