Searched defs:base_btf (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | btf.c | 141 struct btf *base_btf; member 429 struct btf *base_btf = btf->base_btf; in btf_type_size_unknown() local 1219 struct btf *base_btf = OPTS_GET(opts, base_btf, NULL); in btf_new_empty() local 1283 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() 1300 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf, bool is_mmap) in btf_new() 1364 struct btf *btf__new_split(const void *data, __u32 size, struct btf *base_btf) in btf__new_split() 1447 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, in btf_parse_elf() 1554 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split() 1559 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw() 1627 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split() [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()
|
| H A D | btf.h | 114 struct btf *base_btf; /* optional base BTF */ member
|
| /linux/include/linux/ |
| H A D | btf.h | 621 static inline void btf_set_base_btf(struct btf *btf, const struct btf *base_btf) in btf_set_base_btf() 625 static inline int btf_relocate(void *log, struct btf *btf, const struct btf *base_btf, in btf_relocate()
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 144 struct btf *base_btf; member 682 struct btf *base_btf = NULL, *btf = NULL; in load_btf() local 1580 struct btf *base_btf = obj->base_btf, *btf = obj->btf; in finalize_btf() local
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 276 struct btf *base_btf; member 609 const struct btf *base_btf = btf; in btf_named_start_id() local 643 const struct btf *base_btf = btf_base_btf(btf); in btf_find_by_name_kind() local 1919 void btf_set_base_btf(struct btf *btf, const struct btf *base_btf) in btf_set_base_btf() 6484 struct btf *btf = NULL, *vmlinux_btf, *base_btf = NULL; in btf_parse_module() local
|