Home
last modified time | relevance | path

Searched refs:fake_jump (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/objtool/
Dcheck.c713 struct instruction *last_orig_insn, *last_new_insn, *insn, *fake_jump = NULL; in handle_group_alt() local
727 fake_jump = malloc(sizeof(*fake_jump)); in handle_group_alt()
728 if (!fake_jump) { in handle_group_alt()
732 memset(fake_jump, 0, sizeof(*fake_jump)); in handle_group_alt()
733 INIT_LIST_HEAD(&fake_jump->alts); in handle_group_alt()
734 clear_insn_state(&fake_jump->state); in handle_group_alt()
736 fake_jump->sec = special_alt->new_sec; in handle_group_alt()
737 fake_jump->offset = FAKE_JUMP_OFFSET; in handle_group_alt()
738 fake_jump->type = INSN_JUMP_UNCONDITIONAL; in handle_group_alt()
739 fake_jump->jump_dest = list_next_entry(last_orig_insn, list); in handle_group_alt()
[all …]