Home
last modified time | relevance | path

Searched refs:__ksym (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_ksyms.c13 extern const void bpf_link_fops __ksym;
14 extern const void __start_BTF __ksym;
15 extern const void __stop_BTF __ksym;
16 extern const void __per_cpu_start __ksym;
18 extern const void bpf_link_fops1 __ksym __weak;
H A Dtest_ksyms_btf_null_check.c8 extern const struct rq runqueues __ksym; /* struct type global var. */
9 extern const int bpf_prog_active __ksym; /* int type global var. */
H A Dtest_ksyms_btf.c19 extern const struct rq runqueues __ksym; /* struct type global var. */
20 extern const int bpf_prog_active __ksym; /* int type global var. */
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c18 extern const void bpf_link_fops __ksym;
19 extern const void bpf_map_fops __ksym;
20 extern const void bpf_prog_fops __ksym;
21 extern const void btf_fops __ksym;
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_helpers.h129 #define __ksym __attribute__((section(".ksyms"))) macro