Home
last modified time | relevance | path

Searched defs:ksym (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtrace_helpers.h7 struct ksym { struct
13 struct ksym *ksym_search(long key); argument
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtrampoline.c46 void bpf_image_ksym_add(void *data, struct bpf_ksym *ksym) in bpf_image_ksym_add()
55 void bpf_image_ksym_del(struct bpf_ksym *ksym) in bpf_image_ksym_del()
267 struct bpf_ksym *ksym; in bpf_tramp_image_alloc() local
H A Dcore.c600 const struct bpf_ksym *ksym; in bpf_tree_comp() local
621 void bpf_ksym_add(struct bpf_ksym *ksym) in bpf_ksym_add()
630 static void __bpf_ksym_del(struct bpf_ksym *ksym) in __bpf_ksym_del()
639 void bpf_ksym_del(struct bpf_ksym *ksym) in bpf_ksym_del()
689 struct bpf_ksym *ksym; in __bpf_address_lookup() local
724 struct bpf_ksym *ksym = bpf_ksym_find(addr); in bpf_prog_ksym_find() local
752 struct bpf_ksym *ksym; in bpf_get_kallsym() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h609 struct bpf_ksym ksym; member
667 struct bpf_ksym ksym; member
827 struct bpf_ksym ksym; member
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c1525 const struct kernel_symbol *ksym; in resolve_symbol_wait() local
2371 const struct kernel_symbol *ksym; in simplify_symbols() local
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c399 } ksym; member