Searched refs:AT_STACKPROT (Results 1 – 2 of 2) sorted by relevance
112 #define AT_STACKPROT 23 /* Initial stack protection. */ macro
534 if (aux_info[AT_STACKPROT] != NULL && in _rtld()535 aux_info[AT_STACKPROT]->a_un.a_val != 0) in _rtld()536 stack_prot = aux_info[AT_STACKPROT]->a_un.a_val; in _rtld()