Searched defs:btf_relocate (Results 1 – 2 of 2) sorted by relevance
38 struct btf_relocate { struct39 struct btf *btf;40 const struct btf *base_btf;41 const struct btf *dist_base_btf;42 unsigned int nr_base_types;66 static int btf_relocate_rewrite_type_id(struct btf_relocate *r, __u32 i) in btf_relocate_rewrite_type_id() argument444 int btf_relocate(struct btf *btf, const struct btf *base_btf, __u32 **id_map) in btf_relocate() function
595 static inline int btf_relocate(void *log, struct btf *btf, const struct btf *base_btf, in btf_relocate() function