Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/
H A Dorc_gen.c44 return alt_group->last_insn->offset + in alt_group_len()
45 alt_group->last_insn->len - in alt_group_len()
111 insn = alt_group->last_insn; in orc_create()
H A Dcheck.c1742 orig_alt_group->last_insn = last_orig_insn; in handle_group_alt()
1746 if (orig_alt_group->last_insn->offset + orig_alt_group->last_insn->len - in handle_group_alt()
1749 orig_alt_group->last_insn->offset + in handle_group_alt()
1750 orig_alt_group->last_insn->len - in handle_group_alt()
1827 insn->jump_dest = next_insn_same_sec(file, orig_alt_group->last_insn); in handle_group_alt()
1844 new_alt_group->last_insn = last_new_insn; in handle_group_alt()
3495 if (insn == alt_group->last_insn) in next_insn_to_validate()
3500 if (insn == alt_group->last_insn && alt_group->orig_group) in next_insn_to_validate()
3507 return next_insn_same_sec(file, alt_group->orig_group->last_insn); in next_insn_to_validate()
/linux-6.15/tools/objtool/include/objtool/
H A Dcheck.h30 struct instruction *first_insn, *last_insn, *nop; member