Lines Matching refs:btf_ext
25 struct btf_ext;
132 LIBBPF_API struct btf *btf__parse(const char *path, struct btf_ext **btf_ext);
134 LIBBPF_API struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext);
167 LIBBPF_API struct btf_ext *btf_ext__new(const __u8 *data, __u32 size);
168 LIBBPF_API void btf_ext__free(struct btf_ext *btf_ext);
169 LIBBPF_API const void *btf_ext__raw_data(const struct btf_ext *btf_ext, __u32 *size);
170 LIBBPF_API enum btf_endianness btf_ext__endianness(const struct btf_ext *btf_ext);
171 LIBBPF_API int btf_ext__set_endianness(struct btf_ext *btf_ext,
253 struct btf_ext *btf_ext;