Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1974 auto *TLSSequence = Section.getAddressWithOffset(TLSSequenceStartOffset); in processX86_64GOTTPOFFRelocation() local
1975 if (ArrayRef<uint8_t>(TLSSequence, C.ExpectedCodeSequence.size()) != in processX86_64GOTTPOFFRelocation()
1980 memcpy(TLSSequence, C.NewCodeSequence.data(), C.NewCodeSequence.size()); in processX86_64GOTTPOFFRelocation()
2210 auto *TLSSequence = Section.getAddressWithOffset(Offset - TLSSequenceOffset); in processX86_64TLSRelocation() local
2211 if (ArrayRef<uint8_t>(TLSSequence, ExpectedCodeSequence.size()) != in processX86_64TLSRelocation()
2217 memcpy(TLSSequence, NewCodeSequence.data(), NewCodeSequence.size()); in processX86_64TLSRelocation()