Searched refs:first_insn (Results 1 – 4 of 4) sorted by relevance
30 struct instruction *first_insn, *last_insn, *nop; member
141 alt_group->first_insn->offset; in alt_group_len()
161 insn_jump_table(alt_group->orig_group->first_insn); in is_jump_table_jump()1804 orig_alt_group->first_insn = orig_insn; in handle_group_alt()1809 orig_alt_group->first_insn->offset != special_alt->orig_len) { in handle_group_alt()1814 orig_alt_group->first_insn->offset, in handle_group_alt()1910 new_alt_group->first_insn = *new_insn; in handle_group_alt()3265 group_off = insn->offset - insn->alt_group->first_insn->offset; in propagate_alt_cfi()3272 struct instruction *orig = orig_group->first_insn; in propagate_alt_cfi()
564 struct bpf_insn *new_insn, *first_insn = NULL; in bpf_convert_filter() local576 first_insn = new_prog->insnsi; in bpf_convert_filter()584 new_insn = first_insn; in bpf_convert_filter()624 addrs[i] = new_insn - first_insn; in bpf_convert_filter()882 *new_len = new_insn - first_insn; in bpf_convert_filter()889 if (new_flen != new_insn - first_insn) { in bpf_convert_filter()890 new_flen = new_insn - first_insn; in bpf_convert_filter()
Completed in 27 milliseconds