Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp871 ThreadLocalDataSym tlds(sym.kind()); in CreateGlobalVariable() local
873 SymbolDeserializer::deserializeAs<ThreadLocalDataSym>(sym, tlds)); in CreateGlobalVariable()
874 ti = tlds.Type; in CreateGlobalVariable()
875 name = tlds.Name; in CreateGlobalVariable()
876 section = tlds.Segment; in CreateGlobalVariable()
877 offset = tlds.DataOffset; in CreateGlobalVariable()
878 addr = m_index->MakeVirtualAddress(tlds.Segment, tlds.DataOffset); in CreateGlobalVariable()
/freebsd/contrib/unbound/contrib/
H A DREADME52 this will drop DNSKEY and DS lookups for tlds and hence break DNSSEC
/freebsd/contrib/unbound/doc/
H A DChangelog3930 will drop DNSKEY and DS lookups for tlds and hence break DNSSEC