Searched refs:NewCodeSequence (Results 1 – 1 of 1) sorted by relevance
2310 ArrayRef<uint8_t> NewCodeSequence; in processX86_64GOTTPOFFRelocation() member2333 CodeSequences[0].NewCodeSequence = ArrayRef<uint8_t>(NewCodeSequenceList); in processX86_64GOTTPOFFRelocation()2351 CodeSequences[1].NewCodeSequence = ArrayRef<uint8_t>(NewCodeSequenceList); in processX86_64GOTTPOFFRelocation()2358 assert(C.ExpectedCodeSequence.size() == C.NewCodeSequence.size() && in processX86_64GOTTPOFFRelocation()2362 (Offset - C.TLSSequenceOffset + C.NewCodeSequence.size()) > in processX86_64GOTTPOFFRelocation()2376 memcpy(TLSSequence, C.NewCodeSequence.data(), C.NewCodeSequence.size()); in processX86_64GOTTPOFFRelocation()2452 ArrayRef<uint8_t> NewCodeSequence; in processX86_64TLSRelocation() local2495 NewCodeSequence = ArrayRef<uint8_t>(SmallSequence); in processX86_64TLSRelocation()2517 NewCodeSequence = ArrayRef<uint8_t>(LargeSequence); in processX86_64TLSRelocation()2546 NewCodeSequence = ArrayRef<uint8_t>(SmallSequence); in processX86_64TLSRelocation()[all …]