Lines Matching defs:base_btf
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()
1273 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split()
1278 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw()
1346 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split()
1351 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
1373 struct btf *btf__parse_split(const char *path, struct btf *base_btf) in btf__parse_split()
1568 struct btf *btf_get_from_fd(int btf_fd, struct btf *base_btf) in btf_get_from_fd()
1622 struct btf *btf__load_from_kernel_by_id_split(__u32 id, struct btf *base_btf) in btf__load_from_kernel_by_id_split()
5651 void btf_set_base_btf(struct btf *btf, const struct btf *base_btf) in btf_set_base_btf()
5658 int btf__relocate(struct btf *btf, const struct btf *base_btf) in btf__relocate()