Lines Matching refs:NewCodeSequence
1914 ArrayRef<uint8_t> NewCodeSequence; in processX86_64GOTTPOFFRelocation() member
1937 CodeSequences[0].NewCodeSequence = ArrayRef<uint8_t>(NewCodeSequenceList); in processX86_64GOTTPOFFRelocation()
1955 CodeSequences[1].NewCodeSequence = ArrayRef<uint8_t>(NewCodeSequenceList); in processX86_64GOTTPOFFRelocation()
1962 assert(C.ExpectedCodeSequence.size() == C.NewCodeSequence.size() && in processX86_64GOTTPOFFRelocation()
1966 (Offset - C.TLSSequenceOffset + C.NewCodeSequence.size()) > in processX86_64GOTTPOFFRelocation()
1980 memcpy(TLSSequence, C.NewCodeSequence.data(), C.NewCodeSequence.size()); in processX86_64GOTTPOFFRelocation()
2056 ArrayRef<uint8_t> NewCodeSequence; in processX86_64TLSRelocation() local
2099 NewCodeSequence = ArrayRef<uint8_t>(SmallSequence); in processX86_64TLSRelocation()
2121 NewCodeSequence = ArrayRef<uint8_t>(LargeSequence); in processX86_64TLSRelocation()
2150 NewCodeSequence = ArrayRef<uint8_t>(SmallSequence); in processX86_64TLSRelocation()
2171 NewCodeSequence = ArrayRef<uint8_t>(SmallSequence); in processX86_64TLSRelocation()
2194 NewCodeSequence = ArrayRef<uint8_t>(LargeSequence); in processX86_64TLSRelocation()
2200 assert(ExpectedCodeSequence.size() == NewCodeSequence.size() && in processX86_64TLSRelocation()
2205 (Offset - TLSSequenceOffset + NewCodeSequence.size()) > in processX86_64TLSRelocation()
2217 memcpy(TLSSequence, NewCodeSequence.data(), NewCodeSequence.size()); in processX86_64TLSRelocation()