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

/freebsd-12-stable/sys/sparc64/include/
H A Delf.h96 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h104 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
192 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-12-stable/sys/powerpc/include/
H A Delf.h114 #define AT_STACKPROT 21 /* Initial stack protection. */ macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h92 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h150 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h88 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h95 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_auxv.c167 case AT_STACKPROT:
170 "{:AT_STACKPROT/%s}\n", prefix,
171 "AT_STACKPROT", "EXECUTABLE");
174 "{:AT_STACKPROT/%s}\n", prefix,
175 "AT_STACKPROT", "NONEXECUTABLE");
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c641 if (aux_info[AT_STACKPROT] != NULL &&
642 aux_info[AT_STACKPROT]->a_un.a_val != 0)
643 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val;
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c1374 AUXARGS_ENTRY(pos, AT_STACKPROT, imgp->sysent->sv_shared_page_obj

Completed in 177 milliseconds