Searched refs:targ_sec_idx (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ |
H A D | libbpf.c | 3883 int targ_sec_idx = sh->sh_info; /* points to other section */ local 3886 targ_sec_idx >= obj->efile.sec_cnt) 3890 if (!section_have_execinstr(obj, targ_sec_idx) && 3895 idx, name, targ_sec_idx, 3896 elf_sec_name(obj, elf_sec_by_idx(obj, targ_sec_idx)) ?: "<?>"); 3899 idx, name, targ_sec_idx, 3900 elf_sec_name_by_idx(obj, targ_sec_idx) ?: "<?>");
|
Completed in 16 milliseconds