Home
last modified time | relevance | path

Searched defs:__weak (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Dparse-utils.c12 #define __weak __attribute__((weak)) macro
/kernel/linux/linux-6.6/init/
H A Dversion.c49 struct uts_namespace init_uts_ns __weak; variable
50 const char linux_banner[] __weak; variable
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dlinked_vars1.c17 int input_bss_weak __weak; variable
19 int input_data_weak __weak = 10; variable
20 const volatile int input_rodata_weak __weak = 100; variable
H A Dtest_ksyms_weak.c23 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym __weak; variable
24 void bpf_testmod_test_mod_kfunc(int i) __ksym __weak; variable
34 void invalid_kfunc(void) __ksym __weak; variable
H A Dlinked_vars2.c17 int input_bss_weak __weak; variable
19 int input_data_weak __weak = 20; variable
20 const volatile int input_rodata_weak __weak = 200; variable
H A Dlinked_funcs2.c11 const volatile int my_tid __weak; variable
12 long syscall_id __weak; variable
H A Dlinked_funcs1.c11 const volatile int my_tid __weak; variable
12 long syscall_id __weak; variable
H A Dtask_kfunc_success.c20 struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym __weak; variable
22 struct task_struct *bpf_task_acquire___one(struct task_struct *task) __ksym __weak; variable
24 struct task_struct *bpf_task_acquire___two(struct task_struct *p, void *ctx) __ksym __weak; variable
26 struct task_struct *bpf_task_acquire___three(void *ctx) __ksym __weak; variable
28 void invalid_kfunc(void) __ksym __weak; variable
29 void bpf_testmod_test_mod_kfunc(int i) __ksym __weak; variable
H A Dtest_log_fixup.c64 extern int bpf_nonexistent_kfunc(void) __ksym __weak; variable
H A Dtest_ksyms_module.c22 extern void bpf_testmod_invalid_mod_kfunc(void) __ksym __weak; variable
/kernel/linux/linux-5.10/tools/objtool/
H A Dobjtool.h15 #define __weak __attribute__((weak)) macro
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Dobjtool.h15 #define __weak __attribute__((weak)) macro
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_helpers.h39 #define __weak __attribute__((weak)) macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Dcompiler.h92 # define __weak __attribute__((weak)) macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dcompiler.h102 # define __weak __attribute__((weak)) macro
/kernel/linux/linux-5.10/include/linux/
H A Dcompiler_attributes.h303 #define __weak __attribute__((__weak__)) macro
/kernel/linux/linux-6.6/include/linux/
H A Dcompiler_attributes.h391 #define __weak __attribute__((__weak__)) macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_helpers.h52 #define __weak __attribute__((weak)) macro
/kernel/linux/linux-5.10/kernel/bpf/
H A Dhelpers.c656 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
657 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
658 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
659 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
660 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
H A Dcore.c2258 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2259 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2260 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2261 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2262 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2263 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; global() variable
2264 const struct bpf_func_proto bpf_spin_lock_proto __weak; global() variable
2265 const struct bpf_func_proto bpf_spin_unlock_proto __weak; global() variable
2266 const struct bpf_func_proto bpf_jiffies64_proto __weak; global() variable
2268 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; global() variable
2269 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; global() variable
2270 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; global() variable
2271 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; global() variable
2272 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak; global() variable
2274 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; global() variable
2275 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; global() variable
2276 const struct bpf_func_proto bpf_get_current_comm_proto __weak; global() variable
2277 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak; global() variable
2278 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak; global() variable
2279 const struct bpf_func_proto bpf_get_local_storage_proto __weak; global() variable
2280 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak; global() variable
2281 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; global() variable
2282 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak; global() variable
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcompiler_types.h158 #define __weak __attribute__((weak)) macro
/kernel/linux/linux-6.6/kernel/bpf/
H A Dhelpers.c1672 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
1673 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable
1674 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
1675 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
1676 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
1677 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
1678 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
H A Dcore.c2796 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2797 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2798 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2799 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2800 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2801 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2802 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; global() variable
2803 const struct bpf_func_proto bpf_spin_lock_proto __weak; global() variable
2804 const struct bpf_func_proto bpf_spin_unlock_proto __weak; global() variable
2805 const struct bpf_func_proto bpf_jiffies64_proto __weak; global() variable
2807 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; global() variable
2808 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; global() variable
2809 const struct bpf_func_proto bpf_get_numa_node_id_proto __weak; global() variable
2810 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; global() variable
2811 const struct bpf_func_proto bpf_ktime_get_boot_ns_proto __weak; global() variable
2812 const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto __weak; global() variable
2813 const struct bpf_func_proto bpf_ktime_get_tai_ns_proto __weak; global() variable
2815 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak; global() variable
2816 const struct bpf_func_proto bpf_get_current_uid_gid_proto __weak; global() variable
2817 const struct bpf_func_proto bpf_get_current_comm_proto __weak; global() variable
2818 const struct bpf_func_proto bpf_get_current_cgroup_id_proto __weak; global() variable
2819 const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto __weak; global() variable
2820 const struct bpf_func_proto bpf_get_local_storage_proto __weak; global() variable
2821 const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto __weak; global() variable
2822 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; global() variable
2823 const struct bpf_func_proto bpf_seq_printf_btf_proto __weak; global() variable
2824 const struct bpf_func_proto bpf_set_retval_proto __weak; global() variable
2825 const struct bpf_func_proto bpf_get_retval_proto __weak; global() variable
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c7035 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
7036 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
7169 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
7170 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
7383 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
7384 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
7425 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
7426 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
7471 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
7472 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c7850 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
7851 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
7984 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
7985 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
8243 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
8244 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
8291 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
8292 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
8333 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
8334 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable
[all...]

Completed in 34 milliseconds