Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map243 btf__base_btf;
H A Dbtf.h129 LIBBPF_API const struct btf *btf__base_btf(const struct btf *btf);
H A Dbtf.c456 const struct btf *btf__base_btf(const struct btf *btf) in btf__base_btf() function
/openbmc/linux/tools/bpf/bpftool/
H A Dbtf.c440 base = btf__base_btf(btf); in dump_btf_raw()