Searched refs:__ksym (Results 1 – 5 of 5) sorted by relevance
13 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;
8 extern const struct rq runqueues __ksym; /* struct type global var. */9 extern const int bpf_prog_active __ksym; /* int type global var. */
19 extern const struct rq runqueues __ksym; /* struct type global var. */20 extern const int bpf_prog_active __ksym; /* int type global var. */
18 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;
129 #define __ksym __attribute__((section(".ksyms"))) macro