Searched refs:insn_end (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/bpf/bpftool/
H A Dxlated_dumper.c381 struct bpf_insn *insn_end = buf_end; local
387 for (; cur <= insn_end; cur++) {
424 if (double_insn && cur <= insn_end - 1) {
431 if (cur != insn_end)
/linux-master/arch/sh/kernel/
H A Ddwarf.c385 * @insn_end: address of the last instruction
392 * @insn_start and ending at @insn_end. The instructions describe
397 unsigned char *insn_end,
410 while (current_insn < insn_end && frame->pc <= pc) {
396 dwarf_cfa_execute_insns(unsigned char *insn_start, unsigned char *insn_end, struct dwarf_cie *cie, struct dwarf_fde *fde, struct dwarf_frame *frame, unsigned long pc) argument
/linux-master/kernel/bpf/
H A Dcore.c219 u32 linfo_idx, insn_start, insn_end, nr_linfo, i; local
230 insn_end = insn_start + prog->len;
237 for (i = 1; i < nr_linfo && linfo[i].insn_off < insn_end; i++)

Completed in 272 milliseconds