Home | History | Annotate | Download | only in x64

Lines Matching refs:fixup_pos

380     int fixup_pos = L->near_link_pos();
382 static_cast<int>(*reinterpret_cast<int8_t*>(addr_at(fixup_pos)));
384 int disp = pos - (fixup_pos + sizeof(int8_t));
386 set_byte_at(fixup_pos, disp);
388 L->link_to(fixup_pos + offset_to_next, Label::kNear);