Lines Matching defs:btf
534 static inline const struct bpf_struct_ops_desc *bpf_struct_ops_find(struct btf *btf, u32 type_id) in bpf_struct_ops_find()
594 static inline bool btf_type_is_struct_ptr(struct btf *btf, const struct btf_type *t) in btf_type_is_struct_ptr()
604 static inline const struct btf_type *btf_type_by_id(const struct btf *btf, in btf_type_by_id()
610 static inline void btf_set_base_btf(struct btf *btf, const struct btf *base_btf) in btf_set_base_btf()
614 static inline int btf_relocate(void *log, struct btf *btf, const struct btf *base_btf, in btf_relocate()
631 static inline const char *btf_name_by_offset(const struct btf *btf, in btf_name_by_offset()
636 static inline u32 *btf_kfunc_id_set_contains(const struct btf *btf, in btf_kfunc_id_set_contains()
648 static inline s32 btf_find_dtor_kfunc(struct btf *btf, u32 btf_id) in btf_find_dtor_kfunc()
657 static inline struct btf_struct_meta *btf_find_struct_meta(const struct btf *btf, u32 btf_id) in btf_find_struct_meta()
662 btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, in btf_is_prog_ctx_type()
677 static inline int btf_check_iter_arg(struct btf *btf, const struct btf_type *func, int arg_idx) in btf_check_iter_arg()