Lines Matching defs:btfgen_info
2022 struct btfgen_info {
2037 static void btfgen_free_info(struct btfgen_info *info)
2048 static struct btfgen_info *
2051 struct btfgen_info *info;
2082 static void btfgen_mark_member(struct btfgen_info *info, int type_id, int idx)
2091 btfgen_mark_type(struct btfgen_info *info, unsigned int type_id, bool follow_pointers)
2165 static int btfgen_record_field_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
2227 static int btfgen_mark_type_match(struct btfgen_info *info, __u32 type_id, bool behind_ptr)
2320 static int btfgen_record_type_match_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
2325 static int btfgen_record_type_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
2330 static int btfgen_record_enumval_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
2335 static int btfgen_record_reloc(struct btfgen_info *info, struct bpf_core_spec *res)
2404 static int btfgen_record_obj(struct btfgen_info *info, const char *obj_path)
2491 static struct btf *btfgen_get_btf(struct btfgen_info *info)
2615 struct btfgen_info *info;