Lines Matching defs:shndx
1355 int shndx, Elf_Data *data)
1366 if (shndx == -1)
1406 map->sec_idx = shndx;
4449 int shndx)
4451 switch (obj->efile.secs[shndx].sec_type) {
4462 int shndx)
4464 return shndx == obj->efile.btf_maps_shndx;
4468 bpf_object__section_to_libbpf_map_type(const struct bpf_object *obj, int shndx)
4470 if (shndx == obj->efile.symbols_shndx)
4473 switch (obj->efile.secs[shndx].sec_type) {