Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dlinked_vars1.c17 int input_bss_weak __weak; variable
19 int input_data_weak __weak = 10; variable
20 const volatile int input_rodata_weak __weak = 100; variable
Dlinked_vars2.c17 int input_bss_weak __weak; variable
19 int input_data_weak __weak = 20; variable
20 const volatile int input_rodata_weak __weak = 200; variable
Dlinked_funcs2.c11 const volatile int my_tid __weak; variable
12 long syscall_id __weak; variable
Dlinked_funcs1.c11 const volatile int my_tid __weak; variable
12 long syscall_id __weak; variable
/tools/objtool/include/objtool/
Dobjtool.h15 #define __weak __attribute__((weak)) macro
/tools/include/linux/
Dcompiler.h102 # define __weak __attribute__((weak)) macro
/tools/perf/util/
Dparse-events.c1085 #define ADD_CONFIG_TERM(__type, __weak) \ in get_config_terms() argument
1097 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \ in get_config_terms() argument
1103 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \ in get_config_terms() argument
/tools/lib/bpf/
Dbpf_helpers.h52 #define __weak __attribute__((weak)) macro