uasm_move_labels
void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
uasm_move_labels(labels, f, f + 1, -1);
UASM_EXPORT_SYMBOL(uasm_move_labels);
uasm_move_labels(lab, first, end, off);