Home
last modified time | relevance | path

Searched defs:btf_relocate (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/lib/bpf/
Dbtf_relocate.c38 struct btf_relocate { struct
39 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() argument
444 int btf_relocate(struct btf *btf, const struct btf *base_btf, __u32 **id_map) in btf_relocate() function
/linux-6.12.1/include/linux/
Dbtf.h595 static inline int btf_relocate(void *log, struct btf *btf, const struct btf *base_btf, in btf_relocate() function