Lines Matching refs:btf_ext
23 struct btf_ext;
40 LIBBPF_API struct btf *btf__parse(const char *path, struct btf_ext **btf_ext);
42 LIBBPF_API struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext);
83 LIBBPF_API struct btf_ext *btf_ext__new(__u8 *data, __u32 size);
84 LIBBPF_API void btf_ext__free(struct btf_ext *btf_ext);
85 LIBBPF_API const void *btf_ext__get_raw_data(const struct btf_ext *btf_ext,
89 const struct btf_ext *btf_ext,
94 const struct btf_ext *btf_ext,
97 LIBBPF_API __u32 btf_ext__func_info_rec_size(const struct btf_ext *btf_ext);
98 LIBBPF_API __u32 btf_ext__line_info_rec_size(const struct btf_ext *btf_ext);
149 LIBBPF_API int btf__dedup(struct btf *btf, struct btf_ext *btf_ext,
161 const struct btf_ext *btf_ext,