/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | linked_vars2.c | 17 int input_bss_weak __weak; variable 19 int input_data_weak __weak = 20; variable 20 const volatile int input_rodata_weak __weak = 200; variable
|
D | linked_vars1.c | 17 int input_bss_weak __weak; variable 19 int input_data_weak __weak = 10; variable 20 const volatile int input_rodata_weak __weak = 100; variable
|
D | linked_funcs2.c | 11 const volatile int my_tid __weak; variable 12 long syscall_id __weak; variable
|
D | linked_funcs1.c | 11 const volatile __u32 my_tid __weak; variable 12 long syscall_id __weak; variable
|
/linux-6.12.1/kernel/bpf/ |
D | core.c | 2863 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable 2864 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable 2865 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable 2866 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable 2867 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable 2868 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable 2869 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable 2870 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable 2871 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable 2872 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable [all …]
|
D | helpers.c | 1883 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-6.12.1/init/ |
D | version.c | 49 struct uts_namespace init_uts_ns __weak; variable
|
/linux-6.12.1/tools/objtool/include/objtool/ |
D | objtool.h | 15 #define __weak __attribute__((weak)) macro
|
/linux-6.12.1/tools/include/linux/ |
D | compiler.h | 120 # define __weak __attribute__((weak)) macro
|
/linux-6.12.1/include/linux/ |
D | compiler_attributes.h | 416 #define __weak __attribute__((__weak__)) macro
|
/linux-6.12.1/tools/perf/util/ |
D | parse-events.c | 1157 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument 1169 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument 1175 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | trace_helpers.c | 250 int env_verbosity __weak = 0; variable
|
/linux-6.12.1/tools/lib/bpf/ |
D | bpf_helpers.h | 53 #define __weak __attribute__((weak)) macro
|
/linux-6.12.1/net/core/ |
D | filter.c | 7936 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable 7937 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable 8080 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable 8081 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable 8339 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable 8340 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable 8387 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable 8388 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable 8427 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable 8428 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable
|