Searched defs:base_btf (Results 1 – 5 of 5) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | btf.c | 99 struct btf *base_btf; member 996 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty() 1043 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() 1048 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf, bool is_mmap) in btf_new() 1110 struct btf *btf__new_split(const void *data, __u32 size, struct btf *base_btf) in btf__new_split() 1193 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, in btf_parse_elf() 1300 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split() 1305 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw() 1373 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split() 1378 static struct btf *btf_parse_raw_mmap(const char *path, struct btf *base_btf) in btf_parse_raw_mmap() [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/tools/bpf/resolve_btfids/ |
H A D | main.c | 538 struct btf *base_btf = NULL; in symbols_resolve() local
|
/linux/kernel/bpf/ |
H A D | btf.c | 272 struct btf *base_btf; global() member 1775 btf_set_base_btf(struct btf * btf,const struct btf * base_btf) btf_set_base_btf() argument 6284 struct btf *btf = NULL, *vmlinux_btf, *base_btf = NULL; btf_parse_module() local [all...] |