Home
last modified time | relevance | path

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

/external/linux-kselftest/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()
/external/libbpf/src/
Dlibbpf.map299 btf__pointer_size;
Dbtf.h141 LIBBPF_API size_t btf__pointer_size(const struct btf *btf);
Dbtf_dump.c166 d->ptr_sz = btf__pointer_size(btf) ? : sizeof(void *); in btf_dump__new_v0_6_0()
Dbtf.c518 size_t btf__pointer_size(const struct btf *btf) in btf__pointer_size() function