Lines Matching refs:btf_ext
23 struct btf_ext;
36 LIBBPF_API struct btf *btf__parse(const char *path, struct btf_ext **btf_ext);
37 LIBBPF_API struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext);
66 LIBBPF_API struct btf_ext *btf_ext__new(__u8 *data, __u32 size);
67 LIBBPF_API void btf_ext__free(struct btf_ext *btf_ext);
68 LIBBPF_API const void *btf_ext__get_raw_data(const struct btf_ext *btf_ext,
72 const struct btf_ext *btf_ext,
77 const struct btf_ext *btf_ext,
80 LIBBPF_API __u32 btf_ext__func_info_rec_size(const struct btf_ext *btf_ext);
81 LIBBPF_API __u32 btf_ext__line_info_rec_size(const struct btf_ext *btf_ext);
131 LIBBPF_API int btf__dedup(struct btf *btf, struct btf_ext *btf_ext,
143 const struct btf_ext *btf_ext,