Searched defs:__weak (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
H A Dlinkage.h8 #define __weak __attribute__((weak)) macro
/linux-4.1.27/tools/lib/traceevent/
H A Dparse-utils.c26 #define __weak __attribute__((weak)) macro
/linux-4.1.27/tools/include/linux/
H A Dcompiler.h27 # define __weak __attribute__((weak)) macro
/linux-4.1.27/include/linux/
H A Dcompiler-gcc.h82 #define __weak __attribute__((weak)) macro
/linux-4.1.27/kernel/bpf/
H A Dcore.c660 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable in typeref:struct:bpf_map_lookup_elem_proto
661 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable in typeref:struct:bpf_map_update_elem_proto
662 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable in typeref:struct:bpf_map_delete_elem_proto
664 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable in typeref:struct:bpf_get_prandom_u32_proto
665 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable in typeref:struct:bpf_get_smp_processor_id_proto

Completed in 483 milliseconds