Lines Matching refs:maps_shndx
212 int maps_shndx; member
425 obj->efile.maps_shndx = -1; in bpf_object__new()
584 if (obj->efile.maps_shndx < 0) in bpf_object__init_maps()
589 scn = elf_getscn(obj->efile.elf, obj->efile.maps_shndx); in bpf_object__init_maps()
594 obj->efile.maps_shndx); in bpf_object__init_maps()
610 if (sym.st_shndx != obj->efile.maps_shndx) in bpf_object__init_maps()
656 if (sym.st_shndx != obj->efile.maps_shndx) in bpf_object__init_maps()
787 obj->efile.maps_shndx = idx; in bpf_object__elf_collect()
856 if (obj->efile.maps_shndx >= 0) { in bpf_object__elf_collect()
898 int maps_shndx = obj->efile.maps_shndx; in bpf_program__collect_reloc() local
937 if (sym.st_shndx != maps_shndx && sym.st_shndx != text_shndx) { in bpf_program__collect_reloc()