Lines Matching defs:shndx
1187 int shndx, Elf_Data *data, __u32 map_flags)
1198 if (shndx == -1)
1238 map->sec_idx = shndx;
4396 int shndx)
4398 switch (obj->efile.secs[shndx].sec_type) {
4409 int shndx)
4411 return shndx == obj->efile.btf_maps_shndx;
4415 bpf_object__section_to_libbpf_map_type(const struct bpf_object *obj, int shndx)
4417 if (shndx == obj->efile.symbols_shndx)
4420 switch (obj->efile.secs[shndx].sec_type) {