Searched refs:NewCodeSequence (Results 1 – 1 of 1) sorted by relevance
1903 ArrayRef<uint8_t> NewCodeSequence; in processX86_64GOTTPOFFRelocation() member1926 CodeSequences[0].NewCodeSequence = ArrayRef<uint8_t>(NewCodeSequenceList); in processX86_64GOTTPOFFRelocation()1944 CodeSequences[1].NewCodeSequence = ArrayRef<uint8_t>(NewCodeSequenceList); in processX86_64GOTTPOFFRelocation()1951 assert(C.ExpectedCodeSequence.size() == C.NewCodeSequence.size() && in processX86_64GOTTPOFFRelocation()1955 (Offset - C.TLSSequenceOffset + C.NewCodeSequence.size()) > in processX86_64GOTTPOFFRelocation()1969 memcpy(TLSSequence, C.NewCodeSequence.data(), C.NewCodeSequence.size()); in processX86_64GOTTPOFFRelocation()2045 ArrayRef<uint8_t> NewCodeSequence; in processX86_64TLSRelocation() local2088 NewCodeSequence = ArrayRef<uint8_t>(SmallSequence); in processX86_64TLSRelocation()2110 NewCodeSequence = ArrayRef<uint8_t>(LargeSequence); in processX86_64TLSRelocation()2139 NewCodeSequence = ArrayRef<uint8_t>(SmallSequence); in processX86_64TLSRelocation()[all …]