Home
last modified time | relevance | path

Searched refs:btf__pointer_size (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_split.c39 ASSERT_EQ(btf__pointer_size(btf2), 8, "inherit_ptr_sz"); in test_btf_split()
H A Dbtf_dedup_split.c41 ASSERT_EQ(btf__pointer_size(btf2), 8, "inherit_ptr_sz"); in test_split_simple()
H A Dbtf_dump.c72 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()
/linux/tools/lib/bpf/
H A Dlibbpf.map199 btf__pointer_size;
H A Dbtf.h154 LIBBPF_API size_t btf__pointer_size(const struct btf *btf);
H A Dbtf_dump.c170 d->ptr_sz = btf__pointer_size(btf) ? : sizeof(void *); in btf_dump__new()
H A Dbtf.c700 size_t btf__pointer_size(const struct btf *btf) in btf__pointer_size() function