Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c649 int btf_maps_shndx; member
1328 obj->efile.btf_maps_shndx = -1; in bpf_object__new()
2724 if (obj->efile.btf_maps_shndx < 0)
2727 scn = elf_sec_by_idx(obj, obj->efile.btf_maps_shndx);
2732 data = elf_sec_data_by_idx(obj, obj->efile.btf_maps_shndx, &realdata);
2761 obj->efile.btf_maps_shndx,
2920 return obj->efile.btf_maps_shndx >= 0 ||
3826 obj->efile.btf_maps_shndx = idx;
4411 return shndx == obj->efile.btf_maps_shndx;
4751 if (map->sec_idx == obj->efile.btf_maps_shndx || bpf_map__is_struct_op
[all...]

Completed in 11 milliseconds