Searched refs:btf__pointer_size (Results 1 – 7 of 7) sorted by relevance
39 ASSERT_EQ(btf__pointer_size(btf2), 8, "inherit_ptr_sz"); in test_btf_split()
41 ASSERT_EQ(btf__pointer_size(btf2), 8, "inherit_ptr_sz"); in test_split_simple()
72 CHECK(btf__pointer_size(btf) != 8, "ptr_sz", "exp %d, got %zu\n", in test_btf_dump_case()73 8, btf__pointer_size(btf)); in test_btf_dump_case()
299 btf__pointer_size;
141 LIBBPF_API size_t btf__pointer_size(const struct btf *btf);
166 d->ptr_sz = btf__pointer_size(btf) ? : sizeof(void *); in btf_dump__new_v0_6_0()
518 size_t btf__pointer_size(const struct btf *btf) in btf__pointer_size() function