Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c3521 int targ_sec_idx = sh->sh_info; /* points to other section */ in bpf_object__elf_collect() local
3524 targ_sec_idx >= obj->efile.sec_cnt) in bpf_object__elf_collect()
3528 if (!section_have_execinstr(obj, targ_sec_idx) && in bpf_object__elf_collect()
3533 idx, name, targ_sec_idx, in bpf_object__elf_collect()
3534 elf_sec_name(obj, elf_sec_by_idx(obj, targ_sec_idx)) ?: "<?>"); in bpf_object__elf_collect()