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

/freebsd-10.2-release/sys/sparc64/include/
H A Delf.h94 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-10.2-release/sys/arm/include/
H A Delf.h89 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-10.2-release/sys/x86/include/
H A Delf.h102 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
187 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-10.2-release/usr.bin/procstat/
H A Dprocstat_auxv.c141 case AT_STACKPROT:
143 PRINT(AT_STACKPROT, %s, "NONEXECUTABLE");
145 PRINT(AT_STACKPROT, %s, "EXECUTABLE");
/freebsd-10.2-release/sys/ia64/include/
H A Delf.h99 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-10.2-release/sys/powerpc/include/
H A Delf.h108 #define AT_STACKPROT 21 /* Initial stack protection. */ macro
/freebsd-10.2-release/sys/mips/include/
H A Delf.h146 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
/freebsd-10.2-release/libexec/rtld-elf/
H A Drtld.c517 if (aux_info[AT_STACKPROT] != NULL &&
518 aux_info[AT_STACKPROT]->a_un.a_val != 0)
519 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val;
/freebsd-10.2-release/sys/kern/
H A Dimgact_elf.c1016 AUXARGS_ENTRY(pos, AT_STACKPROT, imgp->sysent->sv_shared_page_obj

Completed in 168 milliseconds