Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1963 auto *TLSSequence = Section.getAddressWithOffset(TLSSequenceStartOffset); in processX86_64GOTTPOFFRelocation() local
1964 if (ArrayRef<uint8_t>(TLSSequence, C.ExpectedCodeSequence.size()) != in processX86_64GOTTPOFFRelocation()
1969 memcpy(TLSSequence, C.NewCodeSequence.data(), C.NewCodeSequence.size()); in processX86_64GOTTPOFFRelocation()
2199 auto *TLSSequence = Section.getAddressWithOffset(Offset - TLSSequenceOffset); in processX86_64TLSRelocation() local
2200 if (ArrayRef<uint8_t>(TLSSequence, ExpectedCodeSequence.size()) != in processX86_64TLSRelocation()
2206 memcpy(TLSSequence, NewCodeSequence.data(), NewCodeSequence.size()); in processX86_64TLSRelocation()