Searched refs:rel_offset (Results 1 – 1 of 1) sorted by relevance
589 dex::u4 rel_offset = label_offset - fixup.offset; in FixupLabels() local590 SLICER_CHECK(rel_offset != 0); in FixupLabels()595 instr[1] = Pack_16(rel_offset); in FixupLabels()599 instr[1] = Pack_16(rel_offset & 0xffff); in FixupLabels()600 instr[2] = Pack_16(rel_offset >> 16); in FixupLabels()