Home
last modified time | relevance | path

Searched refs:maps_shndx (Results 1 – 1 of 1) sorted by relevance

/tools/lib/bpf/
Dlibbpf.c272 int maps_shndx; member
523 obj->efile.maps_shndx = -1; in bpf_object__new()
899 if (obj->efile.maps_shndx < 0) in bpf_object__init_user_maps()
905 scn = elf_getscn(obj->efile.elf, obj->efile.maps_shndx); in bpf_object__init_user_maps()
910 obj->efile.maps_shndx); in bpf_object__init_user_maps()
927 if (sym.st_shndx != obj->efile.maps_shndx) in bpf_object__init_user_maps()
952 if (sym.st_shndx != obj->efile.maps_shndx) in bpf_object__init_user_maps()
1287 obj->efile.maps_shndx, MAPS_ELF_SEC); in bpf_object__init_user_btf_maps()
1577 obj->efile.maps_shndx = idx; in bpf_object__elf_collect()
1700 return shndx == obj->efile.maps_shndx || in bpf_object__shndx_is_maps()