Home
last modified time | relevance | path

Searched refs:_get_ssp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dcetintrin.h68 static __inline__ unsigned long long __DEFAULT_FN_ATTRS _get_ssp(void) { in _get_ssp() function
72 static __inline__ unsigned int __DEFAULT_FN_ATTRS _get_ssp(void) { in _get_ssp() function
/freebsd/contrib/llvm-project/libunwind/src/
H A Dcet_unwind.h26 unsigned long ssp = _get_ssp(); \
H A DUnwindLevel1.c201 unsigned long shadowStackTop = _get_ssp(); in unwind_phase2()