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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c411 size_t sec_insn_off; member in struct:bpf_program
428 * sec_insn_off instruction within its ELF section in ELF file, so
430 * one needs to subtract sec_insn_off; and vice versa.
786 prog->sec_insn_off = sec_off / BPF_INSN_SZ;
3703 /* sec_insn_off can't be the same within the section */
3704 return a->sec_insn_off < b->sec_insn_off ? -1 : 1;
4540 return insn_idx >= prog->sec_insn_off &&
4541 insn_idx < prog->sec_insn_off + prog->sec_insn_cnt;
4558 (prog->sec_idx == sec_idx && prog->sec_insn_off <
[all...]

Completed in 428 milliseconds