Home
last modified time | relevance | path

Searched defs:__weak (Results 1 – 14 of 14) sorted by relevance

/linux/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 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 __u32 my_tid __weak; variable
12 long syscall_id __weak; variable
/linux/kernel/bpf/
H A Dcore.c2868 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2869 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2870 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2871 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2872 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2873 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2874 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable
2875 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2876 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2877 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
[all …]
H A Dhelpers.c1883 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
1884 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable
1885 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
1886 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
1887 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
1888 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
1889 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
/linux/init/
H A Dversion.c49 struct uts_namespace init_uts_ns __weak; variable
/linux/tools/objtool/include/objtool/
H A Dobjtool.h15 #define __weak __attribute__((weak)) macro
/linux/tools/include/linux/
H A Dcompiler.h120 # define __weak __attribute__((weak)) macro
/linux/include/linux/
H A Dcompiler_attributes.h403 #define __weak __attribute__((__weak__)) macro
/linux/tools/perf/util/
H A Dparse-events.c1157 ADD_CONFIG_TERM(__type,__weak) get_config_terms() argument
1169 ADD_CONFIG_TERM_VAL(__type,__name,__val,__weak) get_config_terms() argument
1175 ADD_CONFIG_TERM_STR(__type,__val,__weak) get_config_terms() argument
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c250 int env_verbosity __weak = 0; variable
/linux/tools/lib/bpf/
H A Dbpf_helpers.h53 #define __weak __attribute__((weak)) macro
/linux/net/core/
H A Dfilter.c7944 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
7945 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
8088 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
8089 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
8349 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
8350 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
8397 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
8398 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
8437 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
8438 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable