OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrauth_strip
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_ptrauth.h
15
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))
sanitizer_mac.cpp
908
(uptr)
ptrauth_strip
( \
938
addr = (uptr)
ptrauth_strip
((void *)addr, 0);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_ptrauth.h
15
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))
sanitizer_mac.cpp
894
(uptr)
ptrauth_strip
( \
928
addr = (uptr)
ptrauth_strip
((void *)addr, 0);
Completed in 33 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026