Lines Matching refs:btf
244 struct btf;
247 struct btf_type *btf_type_by_id(const struct btf *btf, __u32 type_id);
249 const struct btf_type *skip_mods_and_typedefs(const struct btf *btf, __u32 id, __u32 *res_id);
250 const struct btf_header *btf_header(const struct btf *btf);
251 void btf_set_base_btf(struct btf *btf, const struct btf *base_btf);
252 int btf_relocate(struct btf *btf, const struct btf *base_btf, __u32 **id_map);
294 int parse_btf_map_def(const char *map_name, struct btf *btf,
423 int btf_load_into_kernel(struct btf *btf,
426 struct btf *btf_load_from_kernel(__u32 id, struct btf *base_btf, int token_fd);
428 struct btf *btf_get_from_fd(int btf_fd, struct btf *base_btf);
587 __s32 btf__find_by_name_kind_own(const struct btf *btf, const char *type_name,
710 const struct btf *targ_btf,