Searched refs:fake_jump (Results 1 – 1 of 1) sorted by relevance
988 struct instruction *last_orig_insn, *last_new_insn, *insn, *fake_jump = NULL; in handle_group_alt() local1003 fake_jump = malloc(sizeof(*fake_jump)); in handle_group_alt()1004 if (!fake_jump) { in handle_group_alt()1008 memset(fake_jump, 0, sizeof(*fake_jump)); in handle_group_alt()1009 INIT_LIST_HEAD(&fake_jump->alts); in handle_group_alt()1010 INIT_LIST_HEAD(&fake_jump->stack_ops); in handle_group_alt()1011 init_cfi_state(&fake_jump->cfi); in handle_group_alt()1013 fake_jump->sec = special_alt->new_sec; in handle_group_alt()1014 fake_jump->offset = FAKE_JUMP_OFFSET; in handle_group_alt()1015 fake_jump->type = INSN_JUMP_UNCONDITIONAL; in handle_group_alt()[all …]