Lines Matching +defs:path +defs:key
1087 static struct btf *btf_parse_elf(const char *path, struct btf *base_btf, in btf_parse_elf()
1213 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()
1218 struct btf *btf__parse_elf_split(const char *path, struct btf *base_btf) in btf__parse_elf_split()
1223 static struct btf *btf_parse_raw(const char *path, struct btf *base_btf) in btf_parse_raw()
1286 struct btf *btf__parse_raw(const char *path) in btf__parse_raw()
1291 struct btf *btf__parse_raw_split(const char *path, struct btf *base_btf) in btf__parse_raw_split()
1296 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
1313 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse()
1318 struct btf *btf__parse_split(const char *path, struct btf *base_btf) in btf__parse_split()
3375 static size_t btf_dedup_identity_hash_fn(long key, void *ctx) in btf_dedup_identity_hash_fn()
3380 static size_t btf_dedup_collision_hash_fn(long key, void *ctx) in btf_dedup_collision_hash_fn()
4955 char path[PATH_MAX + 1]; in btf__load_vmlinux_btf() local
5000 char path[80]; in btf__load_module_btf() local