Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_tls_get_addr.h44 DTV dtvs[(4096UL - sizeof(next)) / sizeof(DTLS::DTV)]; member
62 for (auto &d : block->dtvs) fn(d, id++); in ForEachDVT()
Dsanitizer_tls_get_addr.cpp75 static constexpr uptr kPerBlock = ARRAY_SIZE(DTLS::DTVBlock::dtvs); in DTLS_Find()
80 return cur->dtvs + id; in DTLS_Find()