Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlibbpf.c479 int maps_shndx; member
1135 obj->efile.maps_shndx = -1; in bpf_object__new()
1818 if (obj->efile.maps_shndx < 0) in bpf_object__init_user_maps()
1824 scn = elf_sec_by_idx(obj, obj->efile.maps_shndx); in bpf_object__init_user_maps()
1845 if (sym.st_shndx != obj->efile.maps_shndx) in bpf_object__init_user_maps()
1869 if (sym.st_shndx != obj->efile.maps_shndx) in bpf_object__init_user_maps()
3028 obj->efile.maps_shndx = idx; in bpf_object__elf_collect()
3576 return shndx == obj->efile.maps_shndx || in bpf_object__shndx_is_maps()