Lines Matching defs:btf
531 static inline const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id) in bpf_struct_ops_find()
591 static inline bool btf_type_is_struct_ptr(struct btf *btf, const struct btf_type *t) in btf_type_is_struct_ptr()
601 static inline const struct btf_type *btf_type_by_id(const struct btf *btf, in btf_type_by_id()
607 static inline void btf_set_base_btf(struct btf *btf, const struct btf *base_btf) in btf_set_base_btf()
611 static inline int btf_relocate(void *log, struct btf *btf, const struct btf *base_btf, in btf_relocate()
628 static inline const char *btf_name_by_offset(const struct btf *btf, in btf_name_by_offset()
633 static inline u32 *btf_kfunc_id_set_contains(const struct btf *btf, in btf_kfunc_id_set_contains()
645 static inline s32 btf_find_dtor_kfunc(struct btf *btf, u32 btf_id) in btf_find_dtor_kfunc()
654 static inline struct btf_struct_meta *btf_find_struct_meta(const struct btf *btf, u32 btf_id) in btf_find_struct_meta()
659 btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, in btf_is_prog_ctx_type()
674 static inline int btf_check_iter_arg(struct btf *btf, const struct btf_type *func, int arg_idx) in btf_check_iter_arg()