Lines Matching defs:shndx
3306 int shndx)
3308 return shndx == obj->efile.data_shndx ||
3309 shndx == obj->efile.bss_shndx ||
3310 shndx == obj->efile.rodata_shndx;
3314 int shndx)
3316 return shndx == obj->efile.maps_shndx ||
3317 shndx == obj->efile.btf_maps_shndx;
3321 bpf_object__section_to_libbpf_map_type(const struct bpf_object *obj, int shndx)
3323 if (shndx == obj->efile.data_shndx)
3325 else if (shndx == obj->efile.bss_shndx)
3327 else if (shndx == obj->efile.rodata_shndx)
3329 else if (shndx == obj->efile.symbols_shndx)