Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Dorc_gen.c45 alt_group->first_insn->offset; in alt_group_len()
H A Dcheck.c165 insn_jump_table(alt_group->orig_group->first_insn); in is_jump_table_jump()
1750 orig_alt_group->first_insn = orig_insn; in handle_group_alt()
1757 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt()
1761 orig_alt_group->first_insn->offset, in handle_group_alt()
1854 new_alt_group->first_insn = *new_insn; in handle_group_alt()
3268 group_off = insn->offset - insn->alt_group->first_insn->offset; in propagate_alt_cfi()
3275 struct instruction *orig = orig_group->first_insn; in propagate_alt_cfi()
/linux/net/core/
H A Dfilter.c590 struct bpf_insn *new_insn, *first_insn = NULL; in bpf_convert_filter() local
602 first_insn = new_prog->insnsi; in bpf_convert_filter()
610 new_insn = first_insn; in bpf_convert_filter()
650 addrs[i] = new_insn - first_insn; in bpf_convert_filter()
908 *new_len = new_insn - first_insn; in bpf_convert_filter()
915 if (new_flen != new_insn - first_insn) { in bpf_convert_filter()
916 new_flen = new_insn - first_insn; in bpf_convert_filter()