Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.map199 btf__pointer_size;
Dbtf.h132 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.c700 size_t btf__pointer_size(const struct btf *btf) in btf__pointer_size() function