Searched defs:base_btf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | btf.c | 97 struct btf *base_btf; member 816 static struct btf *btf_new_empty(struct btf *base_btf) in btf_new_empty() 862 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() 867 static struct btf *btf_new(const void *data, __u32 size, struct btf *base_btf) in btf_new() 922 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, in btf_parse_elf() 1053 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split() 1058 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw() 1126 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split() 1131 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse() 1153 struct btf *btf__parse_split(const char *path, struct btf *base_btf) in btf__parse_split() [all …]
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | main.c | 34 struct btf *base_btf; variable
|
/openbmc/linux/tools/bpf/resolve_btfids/ |
H A D | main.c | 529 struct btf *base_btf = NULL; in symbols_resolve() local
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 263 struct btf *base_btf; member 5793 struct btf *btf = NULL, *base_btf; in btf_parse_module() local
|