Searched defs:__weak (Results 1 – 5 of 5) sorted by relevance
660 const struct bpf_func_proto bpf_map_lookup_elem_proto __weak; variable661 const struct bpf_func_proto bpf_map_update_elem_proto __weak; variable662 const struct bpf_func_proto bpf_map_delete_elem_proto __weak; variable664 const struct bpf_func_proto bpf_get_prandom_u32_proto __weak; variable665 const struct bpf_func_proto bpf_get_smp_processor_id_proto __weak; variable
8 #define __weak __attribute__((weak)) macro
27 # define __weak __attribute__((weak)) macro
26 #define __weak __attribute__((weak)) macro
82 #define __weak __attribute__((weak)) macro