Searched defs:base_btf (Results 1 – 5 of 5) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | btf.c | 98 struct btf *base_btf; member 981 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty() 1028 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() 1033 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf) in btf_new() 1089 struct btf *btf__new_split(const void *data, __u32 size, struct btf *base_btf) in btf__new_split() 1166 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, in btf_parse_elf() 1272 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split() 1277 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw() 1345 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split() 1350 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse() [all …]
|
H A D | btf_relocate.c | 40 const struct btf *base_btf; member 444 int btf_relocate(struct btf *btf, const struct btf *base_btf, __u32 **id_map) in btf_relocate()
|
/linux/tools/bpf/bpftool/ |
H A D | main.c | 34 struct btf *base_btf; variable
|
/linux/include/linux/ |
H A D | btf.h | 602 static inline void btf_set_base_btf(struct btf *btf, const struct btf *base_btf) in btf_set_base_btf() 606 static inline int btf_relocate(void *log, struct btf *btf, const struct btf *base_btf, in btf_relocate()
|
/linux/kernel/bpf/ |
H A D | btf.c | 272 struct btf *base_btf; member 1779 void btf_set_base_btf(struct btf *btf, const struct btf *base_btf) in btf_set_base_btf() 6268 struct btf *btf = NULL, *vmlinux_btf, *base_btf = NULL; in btf_parse_module() local
|