Home
last modified time | relevance | path

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

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