Home | History | Annotate | Download | only in ppc

Lines Matching refs:fixup_pos

563     int fixup_pos = L->pos();
564 int32_t offset = pos - fixup_pos;
565 int maxReach = max_reach_from(fixup_pos);
566 next(L); // call next before overwriting link with target at fixup_pos
573 target_at_put(fixup_pos, trampoline_pos);
575 target_at_put(fixup_pos, pos, &is_branch);