Searched refs:shdr_idx (Results 1 – 1 of 1) sorted by relevance
1748 unsigned int shdr_idx; in bpf_program__collect_reloc() local1772 shdr_idx = sym.st_shndx; in bpf_program__collect_reloc()1775 insn_idx, shdr_idx); in bpf_program__collect_reloc()1777 if (shdr_idx >= SHN_LORESERVE) { in bpf_program__collect_reloc()1779 name, shdr_idx, insn_idx, in bpf_program__collect_reloc()1783 if (!bpf_object__relo_in_known_section(obj, shdr_idx)) { in bpf_program__collect_reloc()1785 prog->section_name, shdr_idx); in bpf_program__collect_reloc()1807 if (bpf_object__shndx_is_maps(obj, shdr_idx) || in bpf_program__collect_reloc()1808 bpf_object__shndx_is_data(obj, shdr_idx)) { in bpf_program__collect_reloc()1809 type = bpf_object__section_to_libbpf_map_type(obj, shdr_idx); in bpf_program__collect_reloc()