| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | core.c | 2251 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 D | helpers.c | 662 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 D | objtool.h | 15 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | compiler.h | 38 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | compiler.h | 38 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | parse-utils.c | 12 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 39 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | compiler.h | 92 # define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler-gcc.h | 88 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler_attributes.h | 303 #define __weak __attribute__((__weak__)) macro
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | sha256.c | 22 #define __weak macro
|
| H A D | sha1.c | 33 #define __weak macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | compiler.h | 22 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | compiler.h | 22 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | compiler.h | 22 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | compiler.h | 22 #define __weak __attribute__((weak)) macro
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 6920 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 D | parse-events.c | 1240 #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
|