Home
last modified time | relevance | path

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

/external/libbpf/src/
Dlibbpf.c483 int maps_shndx; member
1207 obj->efile.maps_shndx = -1; in bpf_object__new()
1933 if (obj->efile.maps_shndx < 0) in bpf_object__init_user_maps()
1944 scn = elf_sec_by_idx(obj, obj->efile.maps_shndx); in bpf_object__init_user_maps()
1963 if (sym->st_shndx != obj->efile.maps_shndx) in bpf_object__init_user_maps()
1987 if (sym->st_shndx != obj->efile.maps_shndx) in bpf_object__init_user_maps()
3323 obj->efile.maps_shndx = idx; in bpf_object__elf_collect()
3877 return shndx == obj->efile.maps_shndx || in bpf_object__shndx_is_maps()