Lines Matching defs:dst_t
1929 struct btf_type *dst_t = btf_type_by_id(dst_btf, dst_id);
1938 if (btf_is_var(dst_t)) {
1939 btf_var(dst_t)->linkage = BTF_VAR_GLOBAL_ALLOCATED;
1943 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0);
1947 dst_t = btf_type_by_id(dst_btf, dst_t->type);
1961 dst_p = btf_params(dst_t);
1962 for (i = 0, n = btf_vlen(dst_t); i < n; i++, src_p++, dst_p++) {
2482 struct btf_type *dst_t = btf_type_by_id(linker->btf, i);
2486 err = btf_field_iter_init(&it, dst_t, BTF_FIELD_ITER_IDS);