Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp526 auto *cb = +[](void *dtls_begin, void *dtls_end, uptr /*dso_idd*/, in ProcessThread()
530 reinterpret_cast<uptr>(dtls_end)}); in ProcessThread()
541 uptr dtls_end = dtls_beg + dtv.size; in ProcessThread() local
542 if (dtls_beg < dtls_end) { in ProcessThread()
544 (void *)dtls_end); in ProcessThread()
545 ScanForPointers(dtls_beg, dtls_end, frontier, "DTLS", kReachable, in ProcessThread()