/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A 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
|
H A 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
|
H A D | linked_funcs2.c | 11 const volatile int my_tid __weak; variable 12 long syscall_id __weak; variable
|
H A D | linked_funcs1.c | 11 const volatile int my_tid __weak; variable 12 long syscall_id __weak; variable
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 2821 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable 2822 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable 2823 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable 2824 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable 2825 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable 2826 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable 2827 const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto __weak; variable 2828 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable 2829 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable 2830 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable [all …]
|
H A D | helpers.c | 1748 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable 1749 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable 1750 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable 1751 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable 1752 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable 1753 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable 1754 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
|
/openbmc/linux/init/ |
H A D | version.c | 49 struct uts_namespace init_uts_ns __weak; variable
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | objtool.h | 15 #define __weak __attribute__((weak)) macro
|
/openbmc/linux/tools/include/linux/ |
H A D | compiler.h | 102 # define __weak __attribute__((weak)) macro
|
/openbmc/u-boot/include/linux/ |
H A D | compiler-gcc.h | 90 #define __weak __attribute__((weak)) macro
|
/openbmc/linux/include/linux/ |
H A D | compiler_attributes.h | 390 #define __weak __attribute__((__weak__)) macro
|
/openbmc/linux/tools/perf/util/ |
H A D | parse-events.c | 1085 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument 1097 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument 1103 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf_helpers.h | 52 #define __weak __attribute__((weak)) macro
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7901 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable 7902 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable 8035 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable 8036 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable 8294 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable 8295 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable 8342 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable 8343 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable 8384 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable 8385 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable
|