Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/include/objtool/
H A Dcheck.h30 struct instruction *first_insn, *last_insn, *nop; member
/linux-6.15/tools/objtool/
H A Dorc_gen.c46 alt_group->first_insn->offset; in alt_group_len()
H A Dcheck.c170 insn_jump_table(alt_group->orig_group->first_insn); in is_jump_table_jump()
1741 orig_alt_group->first_insn = orig_insn; in handle_group_alt()
1747 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt()
1751 orig_alt_group->first_insn->offset, in handle_group_alt()
1843 new_alt_group->first_insn = *new_insn; in handle_group_alt()
3206 group_off = insn->offset - insn->alt_group->first_insn->offset; in propagate_alt_cfi()
3213 struct instruction *orig = orig_group->first_insn; in propagate_alt_cfi()
/linux-6.15/net/core/
H A Dfilter.c581 struct bpf_insn *new_insn, *first_insn = NULL; in bpf_convert_filter() local
593 first_insn = new_prog->insnsi; in bpf_convert_filter()
601 new_insn = first_insn; in bpf_convert_filter()
641 addrs[i] = new_insn - first_insn; in bpf_convert_filter()
899 *new_len = new_insn - first_insn; in bpf_convert_filter()
906 if (new_flen != new_insn - first_insn) { in bpf_convert_filter()
907 new_flen = new_insn - first_insn; in bpf_convert_filter()