Lines Matching refs:shndx
1388 int shndx, Elf_Data *data)
1399 if (shndx == -1)
1439 map->sec_idx = shndx;
4536 int shndx)
4538 switch (obj->efile.secs[shndx].sec_type) {
4549 int shndx)
4551 return shndx == obj->efile.btf_maps_shndx;
4555 bpf_object__section_to_libbpf_map_type(const struct bpf_object *obj, int shndx)
4557 if (shndx == obj->efile.symbols_shndx)
4560 switch (obj->efile.secs[shndx].sec_type) {