Home
last modified time | relevance | path

Searched refs:targ_sec_idx (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c3918 int targ_sec_idx = sh->sh_info; /* points to other section */ in bpf_object__elf_collect() local
3921 targ_sec_idx >= obj->efile.sec_cnt) in bpf_object__elf_collect()
3925 if (!section_have_execinstr(obj, targ_sec_idx) && in bpf_object__elf_collect()
3932 idx, name, targ_sec_idx, in bpf_object__elf_collect()
3933 elf_sec_name(obj, elf_sec_by_idx(obj, targ_sec_idx)) ?: "<?>"); in bpf_object__elf_collect()