Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
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()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.map298 btf__pointer_size;
Dbtf.h48 LIBBPF_API size_t btf__pointer_size(const struct btf *btf);
Dbtf_dump.c137 d->ptr_sz = btf__pointer_size(btf) ? : sizeof(void *); in btf_dump__new()
Dbtf.c469 size_t btf__pointer_size(const struct btf *btf) in btf__pointer_size() function