Home
last modified time | relevance | path

Searched refs:NewCodeSequence (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp2310 ArrayRef<uint8_t> NewCodeSequence; in processX86_64GOTTPOFFRelocation() member
2333 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() local
2495 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 …]