Searched refs:btf_maps_shndx (Results 1 – 1 of 1) sorted by relevance
663 int btf_maps_shndx; member1516 obj->efile.btf_maps_shndx = -1; in bpf_object__new()3003 if (obj->efile.btf_maps_shndx < 0) in bpf_object__init_user_btf_maps()3006 scn = elf_sec_by_idx(obj, obj->efile.btf_maps_shndx); in bpf_object__init_user_btf_maps()3035 obj->efile.btf_maps_shndx, in bpf_object__init_user_btf_maps()3232 return obj->efile.btf_maps_shndx >= 0 || in libbpf_needs_btf()3915 obj->efile.btf_maps_shndx = idx; in bpf_object__elf_collect()4471 return shndx == obj->efile.btf_maps_shndx; in bpf_object__shndx_is_maps()7222 if (map->sec_idx != obj->efile.btf_maps_shndx) in bpf_object__collect_map_relos()7240 if (sym->st_shndx != obj->efile.btf_maps_shndx) { in bpf_object__collect_map_relos()[all …]