Searched defs:btf (Results 1 – 6 of 6) sorted by relevance
/kernel/bpf/ |
D | btf.c | 201 struct btf { struct 203 struct btf_type **types; argument 208 struct btf_header hdr; argument 223 const struct btf_type *t; argument 250 struct btf *btf; member 523 static bool btf_name_offset_valid(const struct btf *btf, u32 offset) in btf_name_offset_valid() 540 static bool __btf_name_valid(const struct btf *btf, u32 offset, bool dot_ok) in __btf_name_valid() 564 static bool btf_name_valid_identifier(const struct btf *btf, u32 offset) in btf_name_valid_identifier() 569 static bool btf_name_valid_section(const struct btf *btf, u32 offset) in btf_name_valid_section() 574 static const char *__btf_name_by_offset(const struct btf *btf, u32 offset) in __btf_name_by_offset() [all …]
|
D | syscall.c | 494 const struct btf *btf, in map_check_no_btf() 501 static int map_check_btf(struct bpf_map *map, const struct btf *btf, in map_check_btf() 584 struct btf *btf; in map_create() local 2639 static int bpf_btf_get_info_by_fd(struct btf *btf, in bpf_btf_get_info_by_fd()
|
D | lpm_trie.c | 729 const struct btf *btf, in trie_check_btf()
|
D | local_storage.c | 334 const struct btf *btf, in cgroup_storage_check_btf()
|
D | arraymap.c | 416 const struct btf *btf, in array_map_check_btf()
|
D | verifier.c | 6443 const struct btf *btf; in check_btf_func() local 6562 const struct btf *btf; in check_btf_line() local 6680 struct btf *btf; in check_btf_info() local
|