Lines Matching defs:linkPos
1053 uint32_t linkPos = target->GetLinkedPos();
1054 while (linkPos != 0) {
1055 int32_t offset = GetLinkOffsetFromBranchInst(linkPos);
1056 int32_t disp = static_cast<int32_t>(pos - linkPos);
1057 SetRealOffsetToBranchInst(linkPos, disp);
1061 linkPos = linkPos + offset;
1108 void AssemblerAarch64::SetRealOffsetToBranchInst(uint32_t linkPos, int32_t disp)
1110 uint32_t branchCode = GetU32(linkPos);
1127 PutI32(linkPos, branchCode);