Lines Matching refs:btf_ext
24 struct btf_ext;
110 LIBBPF_API struct btf *btf__parse(const char *path, struct btf_ext **btf_ext);
112 LIBBPF_API struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext);
160 LIBBPF_API struct btf_ext *btf_ext__new(__u8 *data, __u32 size);
161 LIBBPF_API void btf_ext__free(struct btf_ext *btf_ext);
162 LIBBPF_API const void *btf_ext__get_raw_data(const struct btf_ext *btf_ext,
166 const struct btf_ext *btf_ext,
171 const struct btf_ext *btf_ext,
174 LIBBPF_API __u32 btf_ext__func_info_rec_size(const struct btf_ext *btf_ext);
175 LIBBPF_API __u32 btf_ext__line_info_rec_size(const struct btf_ext *btf_ext);
252 LIBBPF_API int btf__dedup(struct btf *btf, struct btf_ext *btf_ext,
264 const struct btf_ext *btf_ext,