Searched refs:ptrauth_strip (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_ptrauth.h15 inline unsigned long ptrauth_strip(void* __value, unsigned int __key) { function
34 #define ptrauth_strip(__value, __key) __value macro
39 #define STRIP_PAC_PC(pc) ((uptr)ptrauth_strip(pc, 0))
H A Dsanitizer_mac.cpp894 (uptr)ptrauth_strip( \
928 addr = (uptr)ptrauth_strip((void *)addr, 0);

Completed in 148 milliseconds