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.cpp490 auto *cb = +[](void *dtls_begin, void *dtls_end, uptr /*dso_idd*/, in ProcessThreads()
493 reinterpret_cast<uptr>(dtls_end), in ProcessThreads()
506 uptr dtls_end = dtls_beg + dtv.size; in ProcessThreads() local
507 if (dtls_beg < dtls_end) { in ProcessThreads()
509 (void *)dtls_end); in ProcessThreads()
510 ScanRangeForPointers(dtls_beg, dtls_end, frontier, "DTLS", in ProcessThreads()