Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1969 auto *TLSSequence = Section.getAddressWithOffset(TLSSequenceStartOffset); in processX86_64GOTTPOFFRelocation() local
1970 if (ArrayRef<uint8_t>(TLSSequence, C.ExpectedCodeSequence.size()) != in processX86_64GOTTPOFFRelocation()
1975 memcpy(TLSSequence, C.NewCodeSequence.data(), C.NewCodeSequence.size()); in processX86_64GOTTPOFFRelocation()
2205 auto *TLSSequence = Section.getAddressWithOffset(Offset - TLSSequenceOffset); in processX86_64TLSRelocation() local
2206 if (ArrayRef<uint8_t>(TLSSequence, ExpectedCodeSequence.size()) != in processX86_64TLSRelocation()
2212 memcpy(TLSSequence, NewCodeSequence.data(), NewCodeSequence.size()); in processX86_64TLSRelocation()