Lines Matching defs:shndx
1142 int shndx, Elf_Data *data, __u32 map_flags)
1153 if (shndx == -1)
1193 map->sec_idx = shndx;
4012 int shndx)
4014 switch (obj->efile.secs[shndx].sec_type) {
4025 int shndx)
4027 return shndx == obj->efile.btf_maps_shndx;
4031 bpf_object__section_to_libbpf_map_type(const struct bpf_object *obj, int shndx)
4033 if (shndx == obj->efile.symbols_shndx)
4036 switch (obj->efile.secs[shndx].sec_type) {