Searched refs:TLSSequence (Results 1 – 1 of 1) sorted by relevance
1963 auto *TLSSequence = Section.getAddressWithOffset(TLSSequenceStartOffset); in processX86_64GOTTPOFFRelocation() local1964 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() local2200 if (ArrayRef<uint8_t>(TLSSequence, ExpectedCodeSequence.size()) != in processX86_64TLSRelocation()2206 memcpy(TLSSequence, NewCodeSequence.data(), NewCodeSequence.size()); in processX86_64TLSRelocation()