Home
last modified time | relevance | path

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

/Linux-v6.6/tools/objtool/
Dorc_gen.c155 return alt_group->last_insn->offset + in alt_group_len()
156 alt_group->last_insn->len - in alt_group_len()
222 insn = alt_group->last_insn; in orc_create()
Dcheck.c1761 orig_alt_group->last_insn = last_orig_insn; in handle_group_alt()
1764 if (orig_alt_group->last_insn->offset + orig_alt_group->last_insn->len - in handle_group_alt()
1767 orig_alt_group->last_insn->offset + in handle_group_alt()
1768 orig_alt_group->last_insn->len - in handle_group_alt()
1847 insn->jump_dest = next_insn_same_sec(file, orig_alt_group->last_insn); in handle_group_alt()
1864 new_alt_group->last_insn = last_new_insn; in handle_group_alt()
3522 if (insn == alt_group->last_insn) in next_insn_to_validate()
3527 if (insn == alt_group->last_insn && alt_group->orig_group) in next_insn_to_validate()
3534 return next_insn_same_sec(file, alt_group->orig_group->last_insn); in next_insn_to_validate()
/Linux-v6.6/tools/objtool/include/objtool/
Dcheck.h30 struct instruction *first_insn, *last_insn, *nop; member