Searched refs:NewCodeSequence (Results 1 – 1 of 1) sorted by relevance
1914 ArrayRef<uint8_t> NewCodeSequence; in processX86_64GOTTPOFFRelocation() member1937 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() local2099 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()[all …]