Searched defs:var_type_id (Results 1 – 3 of 3) sorted by relevance
/linux/tools/bpf/bpftool/ | ||
H A D | gen.c | 175 __u32 var_type_id = var->type; in codegen_datasec_def() local |
/linux/tools/lib/bpf/ | ||
H A D | btf.c | 2894 btf__add_datasec_var_info(struct btf * btf,int var_type_id,__u32 offset,__u32 byte_sz) btf__add_datasec_var_info() argument |
/linux/kernel/bpf/ | ||
H A D | btf.c | 4820 u32 var_type_id = vsi->type, type_id, type_size = 0; btf_datasec_resolve() local |