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/
A Dbtf_split.c40 ASSERT_EQ(btf__pointer_size(btf2), 8, "inherit_ptr_sz"); in test_btf_split()
A Dbtf_dedup_split.c41 ASSERT_EQ(btf__pointer_size(btf2), 8, "inherit_ptr_sz"); in test_split_simple()
A Dbtf_dump.c74 CHECK(btf__pointer_size(btf) != 8, "ptr_sz", "exp %d, got %zu\n", in test_btf_dump_case()
75 8, btf__pointer_size(btf)); in test_btf_dump_case()
/linux/tools/lib/bpf/
A Dlibbpf.map298 btf__pointer_size;
A Dbtf.h141 LIBBPF_API size_t btf__pointer_size(const struct btf *btf);
A Dbtf_dump.c164 d->ptr_sz = btf__pointer_size(btf) ? : sizeof(void *); in btf_dump__new()
A Dbtf.c516 size_t btf__pointer_size(const struct btf *btf) in btf__pointer_size() function

Completed in 27 milliseconds