Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_common.cpp487 auto *cb = +[](void *dtls_begin, void *dtls_end, uptr /*dso_idd*/, in ProcessThreads()
490 reinterpret_cast<uptr>(dtls_end), in ProcessThreads()
503 uptr dtls_end = dtls_beg + dtv.size; in ProcessThreads() local
504 if (dtls_beg < dtls_end) { in ProcessThreads()
506 (void *)dtls_end); in ProcessThreads()
507 ScanRangeForPointers(dtls_beg, dtls_end, frontier, "DTLS", in ProcessThreads()