Searched refs:TLSSequence (Results 1 – 1 of 1) sorted by relevance
2370 auto *TLSSequence = Section.getAddressWithOffset(TLSSequenceStartOffset); in processX86_64GOTTPOFFRelocation() local2371 if (ArrayRef<uint8_t>(TLSSequence, C.ExpectedCodeSequence.size()) != in processX86_64GOTTPOFFRelocation()2376 memcpy(TLSSequence, C.NewCodeSequence.data(), C.NewCodeSequence.size()); in processX86_64GOTTPOFFRelocation()2606 auto *TLSSequence = Section.getAddressWithOffset(Offset - TLSSequenceOffset); in processX86_64TLSRelocation() local2607 if (ArrayRef<uint8_t>(TLSSequence, ExpectedCodeSequence.size()) != in processX86_64TLSRelocation()2613 memcpy(TLSSequence, NewCodeSequence.data(), NewCodeSequence.size()); in processX86_64TLSRelocation()