Searched defs:__weak (Results 1 – 13 of 13) sorted by relevance
17 int input_bss_weak __weak; variable19 int input_data_weak __weak = 10; variable20 const volatile int input_rodata_weak __weak = 100; variable
17 int input_bss_weak __weak; variable19 int input_data_weak __weak = 20; variable20 const volatile int input_rodata_weak __weak = 200; variable
9 const volatile int my_tid __weak; variable10 long syscall_id __weak; variable
2347 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable2348 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable2350 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable2351 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable2352 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable2353 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable2354 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable2355 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable2360 const struct bpf_func_proto bpf_ktime_get_ns_proto __weak; variable2371 const struct bpf_func_proto bpf_snprintf_btf_proto __weak; variable[all …]
1331 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable1332 const struct bpf_func_proto bpf_get_current_task_btf_proto __weak; variable1333 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable1334 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable1335 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable1336 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable1337 const struct bpf_func_proto bpf_task_pt_regs_proto __weak; variable
12 #define __weak __attribute__((weak)) macro
15 #define __weak __attribute__((weak)) macro
315 #define __weak __attribute__((__weak__)) macro
90 # define __weak __attribute__((weak)) macro
39 #define __weak __attribute__((weak)) macro
7129 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable7130 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable7285 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable7286 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable7499 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable7500 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable7543 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable7544 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable7591 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable7592 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable
1274 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument1286 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument1292 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
Completed in 48 milliseconds