Searched defs:component_idx (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/ | ||
| H A D | test_btf.h | 75 #define BTF_DECL_ATTR_ENC(value, type, component_idx) \ argument |
| /linux/include/uapi/linux/ | ||
| H A D | btf.h | 187 __s32 component_idx; global() member |
| /linux/tools/include/uapi/linux/ | ||
| H A D | btf.h | 187 __s32 component_idx; global() member |
| /linux/tools/lib/bpf/ | ||
| H A D | btf.c | 2933 btf_add_decl_tag(struct btf * btf,const char * value,int ref_type_id,int component_idx,int kflag) btf_add_decl_tag() argument |
| /linux/kernel/bpf/ | ||
| H A D | btf.c | 4971 s32 component_idx; btf_decl_tag_check_meta() local |