Searched refs:AT_SECURE (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dauxvec.h27 #define AT_SECURE 23 /* secure mode boolean */ macro
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h69 AT_SECURE = 23, ///< Boolean, was exec setuid-like? enumerator in enum:AuxVector::EntryType
H A DAuxVector.cpp162 case ENTRY_NAME(AT_SECURE); break;
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c282 #ifndef AT_SECURE
283 #define AT_SECURE 23 /* secure mode boolean */ macro
284 #endif /* AT_SECURE */
727 case AT_SECURE:
733 client, we set AT_SECURE to 0. */
/external/iputils/
H A Dping_common.c203 if (getauxval(AT_SECURE) != 0) {
/external/qemu/include/
H A Delf.h254 #define AT_SECURE 23 /* boolean, was exec suid-like? */ macro
/external/elfutils/0.153/libelf/
H A Delf.h987 #define AT_SECURE 23 /* Boolean, was exec setuid-like? */ macro

Completed in 302 milliseconds