Home
last modified time | relevance | path

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

/linux-6.8/kernel/bpf/
Dcore.c2819 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2820 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2821 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2822 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2823 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2824 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2825 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable
2826 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2827 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2828 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
[all …]
Dhelpers.c1676 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
1677 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable
1678 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
1679 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
1680 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
1681 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
1682 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
/linux-6.8/tools/testing/selftests/bpf/progs/
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
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
Dlinked_funcs2.c11 const volatile int my_tid __weak; variable
12 long syscall_id __weak; variable
Dlinked_funcs1.c11 const volatile __u32 my_tid __weak; variable
12 long syscall_id __weak; variable
/linux-6.8/init/
Dversion.c49 struct uts_namespace init_uts_ns __weak; variable
/linux-6.8/tools/objtool/include/objtool/
Dobjtool.h15 #define __weak __attribute__((weak)) macro
/linux-6.8/tools/include/linux/
Dcompiler.h110 # define __weak __attribute__((weak)) macro
/linux-6.8/include/linux/
Dcompiler_attributes.h391 #define __weak __attribute__((__weak__)) macro
/linux-6.8/tools/perf/util/
Dparse-events.c1103 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument
1115 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument
1121 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
/linux-6.8/tools/lib/bpf/
Dbpf_helpers.h52 #define __weak __attribute__((weak)) macro
/linux-6.8/net/core/
Dfilter.c7869 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
7870 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
8013 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
8014 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
8272 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
8273 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
8320 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
8321 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
8362 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
8363 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable