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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c638 int btf_maps_shndx; member in struct:elf_state
1436 obj->efile.btf_maps_shndx = -1;
2894 if (obj->efile.btf_maps_shndx < 0)
2897 scn = elf_sec_by_idx(obj, obj->efile.btf_maps_shndx);
2926 obj->efile.btf_maps_shndx,
3123 return obj->efile.btf_maps_shndx >= 0 ||
3803 obj->efile.btf_maps_shndx = idx;
4355 return shndx == obj->efile.btf_maps_shndx;
4683 if (map->sec_idx == obj->efile.btf_maps_shndx || bpf_map__is_struct_ops(map))
7074 if (map->sec_idx != obj->efile.btf_maps_shndx)
[all...]

Completed in 387 milliseconds