Searched refs:find_prog_by_sec_insn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 3476 static struct bpf_program *find_prog_by_sec_insn(const struct bpf_object *obj, in find_prog_by_sec_insn() function 3559 prog = find_prog_by_sec_insn(obj, sec_idx, insn_idx); in bpf_object__collect_prog_relos() 5955 prog = find_prog_by_sec_insn(obj, sec_idx, insn_idx); in bpf_object__relocate_core() 6257 subprog = find_prog_by_sec_insn(obj, obj->efile.text_shndx, sub_insn_idx); in bpf_object__reloc_code() 8634 prog = find_prog_by_sec_insn(obj, shdr_idx, insn_idx); in bpf_object__collect_st_ops_relos()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 4207 static struct bpf_program *find_prog_by_sec_insn(const struct bpf_object *obj, in find_prog_by_sec_insn() function 4310 prog = find_prog_by_sec_insn(obj, sec_idx, insn_idx); in bpf_object__collect_prog_relos() 5832 prog = find_prog_by_sec_insn(obj, sec_idx, insn_idx); in bpf_object__relocate_core() 6307 subprog = find_prog_by_sec_insn(obj, obj->efile.text_shndx, sub_insn_idx); in bpf_object__reloc_code() 9202 prog = find_prog_by_sec_insn(obj, shdr_idx, insn_idx); in bpf_object__collect_st_ops_relos()
|
Completed in 31 milliseconds