Lines Matching refs:btfgen_info
1659 struct btfgen_info {
1674 static void btfgen_free_info(struct btfgen_info *info)
1685 static struct btfgen_info *
1688 struct btfgen_info *info;
1719 static void btfgen_mark_member(struct btfgen_info *info, int type_id, int idx)
1728 btfgen_mark_type(struct btfgen_info *info, unsigned int type_id, bool follow_pointers)
1802 static int btfgen_record_field_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
1864 static int btfgen_mark_type_match(struct btfgen_info *info, __u32 type_id, bool behind_ptr)
1957 static int btfgen_record_type_match_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
1962 static int btfgen_record_type_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
1967 static int btfgen_record_enumval_relo(struct btfgen_info *info, struct bpf_core_spec *targ_spec)
1972 static int btfgen_record_reloc(struct btfgen_info *info, struct bpf_core_spec *res)
2041 static int btfgen_record_obj(struct btfgen_info *info, const char *obj_path)
2137 static struct btf *btfgen_get_btf(struct btfgen_info *info)
2256 struct btfgen_info *info;