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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c413 size_t sec_insn_off; member in struct:bpf_program
430 * sec_insn_off instruction within its ELF section in ELF file, so
432 * one needs to subtract sec_insn_off; and vice versa.
788 prog->sec_insn_off = sec_off / BPF_INSN_SZ;
3750 /* sec_insn_off can't be the same within the section */
3751 return a->sec_insn_off < b->sec_insn_off ? -1 : 1;
4587 return insn_idx >= prog->sec_insn_off &&
4588 insn_idx < prog->sec_insn_off + prog->sec_insn_cnt;
4605 (prog->sec_idx == sec_idx && prog->sec_insn_off <
[all...]

Completed in 198 milliseconds