Home
last modified time | relevance | path

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

/Linux-v5.15/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.c9 const volatile int my_tid __weak; variable
10 long syscall_id __weak; variable
Dlinked_funcs1.c9 const volatile int my_tid __weak; variable
10 long syscall_id __weak; variable
/Linux-v5.15/kernel/bpf/
Dcore.c2336 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2337 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2338 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2339 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2340 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2341 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2342 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2343 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2344 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
2346 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable
[all …]
Dhelpers.c1334 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
1335 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable
1336 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
1337 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
1338 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
1339 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
1340 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
/Linux-v5.15/tools/lib/traceevent/
Dparse-utils.c12 #define __weak __attribute__((weak)) macro
/Linux-v5.15/tools/objtool/include/objtool/
Dobjtool.h15 #define __weak __attribute__((weak)) macro
/Linux-v5.15/tools/include/linux/
Dcompiler.h90 # define __weak __attribute__((weak)) macro
/Linux-v5.15/include/linux/
Dcompiler_attributes.h306 #define __weak __attribute__((__weak__)) macro
/Linux-v5.15/tools/lib/bpf/
Dbpf_helpers.h47 #define __weak __attribute__((weak)) macro
/Linux-v5.15/net/core/
Dfilter.c7129 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
7130 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
7283 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
7284 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
7497 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
7498 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
7541 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
7542 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
7589 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
7590 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable
/Linux-v5.15/tools/perf/util/
Dparse-events.c1283 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument
1295 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument
1301 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument