Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c2251 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable
2252 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable
2253 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable
2254 const struct bpf_func_proto bpf_map_push_elem_proto __weak; variable
2255 const struct bpf_func_proto bpf_map_pop_elem_proto __weak; variable
2256 const struct bpf_func_proto bpf_map_peek_elem_proto __weak; variable
2257 const struct bpf_func_proto bpf_spin_lock_proto __weak; variable
2258 const struct bpf_func_proto bpf_spin_unlock_proto __weak; variable
2259 const struct bpf_func_proto bpf_jiffies64_proto __weak; variable
2261 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable
[all …]
H A Dhelpers.c662 const struct bpf_func_proto bpf_get_current_task_proto __weak; variable
663 const struct bpf_func_proto bpf_probe_read_user_proto __weak; variable
664 const struct bpf_func_proto bpf_probe_read_user_str_proto __weak; variable
665 const struct bpf_func_proto bpf_probe_read_kernel_proto __weak; variable
666 const struct bpf_func_proto bpf_probe_read_kernel_str_proto __weak; variable
/OK3568_Linux_fs/kernel/tools/objtool/
H A Dobjtool.h15 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dcompiler.h38 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dcompiler.h38 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Dparse-utils.c12 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_helpers.h39 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dcompiler.h92 # define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h88 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_attributes.h303 #define __weak __attribute__((__weak__)) macro
/OK3568_Linux_fs/u-boot/lib/
H A Dsha256.c22 #define __weak macro
H A Dsha1.c33 #define __weak macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dcompiler.h22 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dcompiler.h22 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dcompiler.h22 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dcompiler.h22 #define __weak __attribute__((weak)) macro
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6920 const struct bpf_func_proto bpf_event_output_data_proto __weak; variable
6921 const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto __weak; variable
7054 const struct bpf_func_proto bpf_sk_storage_get_proto __weak; variable
7055 const struct bpf_func_proto bpf_sk_storage_delete_proto __weak; variable
7264 const struct bpf_func_proto bpf_sock_map_update_proto __weak; variable
7265 const struct bpf_func_proto bpf_sock_hash_update_proto __weak; variable
7306 const struct bpf_func_proto bpf_msg_redirect_map_proto __weak; variable
7307 const struct bpf_func_proto bpf_msg_redirect_hash_proto __weak; variable
7352 const struct bpf_func_proto bpf_sk_redirect_map_proto __weak; variable
7353 const struct bpf_func_proto bpf_sk_redirect_hash_proto __weak; variable
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.c1240 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument
1252 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument
1258 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument