Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp15 static const int kMaxCallerPcs = 20; variable
16 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];
55 if (sz > kMaxCallerPcs) in SANITIZER_INTERFACE_WEAK_DEF()
59 if (sz > 0 && sz < kMaxCallerPcs) { in SANITIZER_INTERFACE_WEAK_DEF()
76 if (sz == kMaxCallerPcs) { in SANITIZER_INTERFACE_WEAK_DEF()