Searched refs:var_type_id (Results 1 – 3 of 3) sorted by relevance
133 __u32 var_type_id = var->type; in codegen_datasec_def() local182 err = btf_dump__emit_type_decl(d, var_type_id, &opts); in codegen_datasec_def()
141 LIBBPF_API int btf__add_datasec_var_info(struct btf *btf, int var_type_id,
2424 int btf__add_datasec_var_info(struct btf *btf, int var_type_id, __u32 offset, __u32 byte_sz) in btf__add_datasec_var_info() argument2437 if (validate_type_id(var_type_id)) in btf__add_datasec_var_info()2449 v->type = var_type_id; in btf__add_datasec_var_info()