Searched refs:btf_relocate (Results 1 – 2 of 2) sorted by relevance
38 struct btf_relocate { struct66 static int btf_relocate_rewrite_type_id(struct btf_relocate *r, __u32 i) in btf_relocate_rewrite_type_id() argument132 static int btf_mark_embedded_composite_type_ids(struct btf_relocate *r, __u32 i) in btf_mark_embedded_composite_type_ids()184 static int btf_relocate_map_distilled_base(struct btf_relocate *r) in btf_relocate_map_distilled_base()383 static int btf_relocate_validate_distilled_base(struct btf_relocate *r) in btf_relocate_validate_distilled_base()412 static int btf_relocate_rewrite_strs(struct btf_relocate *r, __u32 i) in btf_relocate_rewrite_strs()444 int btf_relocate(struct btf *btf, const struct btf *base_btf, __u32 **id_map) in btf_relocate() function449 struct btf_relocate r = {}; in btf_relocate()
54 obj-$(CONFIG_BPF_SYSCALL) += btf_relocate.o