Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Dcheck.c645 struct instruction *last_orig_insn, *last_new_insn, *insn, *fake_jump = NULL; in handle_group_alt() local
662 fake_jump = malloc(sizeof(*fake_jump)); in handle_group_alt()
663 if (!fake_jump) { in handle_group_alt()
667 memset(fake_jump, 0, sizeof(*fake_jump)); in handle_group_alt()
668 INIT_LIST_HEAD(&fake_jump->alts); in handle_group_alt()
669 clear_insn_state(&fake_jump->state); in handle_group_alt()
671 fake_jump->sec = special_alt->new_sec; in handle_group_alt()
672 fake_jump->offset = -1; in handle_group_alt()
673 fake_jump->type = INSN_JUMP_UNCONDITIONAL; in handle_group_alt()
674 fake_jump->jump_dest = list_next_entry(last_orig_insn, list); in handle_group_alt()
[all …]