Lines Matching defs:component_idx
412 btf_decl_tag(t)->component_idx = bswap_32(btf_decl_tag(t)->component_idx);
2932 int component_idx, int kflag)
2937 if (!value || !value[0] || component_idx < -1)
2958 btf_decl_tag(t)->component_idx = component_idx;
2967 * - *component_idx* - -1 for tagging reference type, otherwise struct/union
2974 int component_idx)
2976 return btf_add_decl_tag(btf, value, ref_type_id, component_idx, 0);
2983 * - *component_idx* - -1 for tagging reference type, otherwise struct/union
2991 int component_idx)
2993 return btf_add_decl_tag(btf, value, ref_type_id, component_idx, 1);