Lines Matching refs:btf
3826 info->btf = ptr_to_u64(user_btf); in test_big_btf_info()
3894 info[i].btf = ptr_to_u64(user_btf[i]); in test_btf_id()
4047 info.btf = ptr_to_u64(user_btf); in do_test_get_info()
4125 struct btf *btf = NULL; in do_test_file() local
4133 btf = btf__parse_elf(test->file, &btf_ext); in do_test_file()
4134 if (IS_ERR(btf)) { in do_test_file()
4135 if (PTR_ERR(btf) == -ENOENT) { in do_test_file()
4140 return PTR_ERR(btf); in do_test_file()
4142 btf__free(btf); in do_test_file()
4237 err = btf__get_from_id(info.btf_id, &btf); in do_test_file()
4247 t = btf__type_by_id(btf, finfo->type_id); in do_test_file()
4254 fname = btf__name_by_offset(btf, t->name_off); in do_test_file()
6724 struct btf *test_btf = NULL, *expect_btf = NULL; in do_test_dedup()