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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c3847 int targ_sec_idx = sh->sh_info; /* points to other section */ local
3850 targ_sec_idx >= obj->efile.sec_cnt)
3854 if (!section_have_execinstr(obj, targ_sec_idx) &&
3861 idx, name, targ_sec_idx,
3862 elf_sec_name(obj, elf_sec_by_idx(obj, targ_sec_idx)) ?: "<?>");

Completed in 160 milliseconds