| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ | 
| D | linked_vars1.c | 17 int input_bss_weak __weak;  variable19 int input_data_weak __weak = 10;  variable
 20 const volatile int input_rodata_weak __weak = 100;  variable
 
 | 
| D | linked_vars2.c | 17 int input_bss_weak __weak;  variable19 int input_data_weak __weak = 20;  variable
 20 const volatile int input_rodata_weak __weak = 200;  variable
 
 | 
| D | linked_funcs1.c | 9 const volatile int my_tid __weak;  variable10 long syscall_id __weak;  variable
 
 | 
| D | linked_funcs2.c | 9 const volatile int my_tid __weak;  variable10 long syscall_id __weak;  variable
 
 | 
| /external/clang/test/Lexer/ | 
| D | objc_macros.m | 5 #define __weak  macro
 | 
| /external/bpftool/include/linux/ | 
| D | compiler.h | 44 # define __weak			__attribute__((weak))  macro
 | 
| /external/libtraceevent/src/ | 
| D | parse-utils.c | 16 #define __weak __attribute__((weak))  macro
 | 
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_hal_def.h | 128     #define __weak   __attribute__((weak))  macro
 | 
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_hal_def.h | 128     #define __weak   __attribute__((weak))  macro
 | 
| /external/libtraceevent/include/linux/ | 
| D | compiler.h | 95 # define __weak			__attribute__((weak))  macro
 | 
| /external/libtracefs/include/ | 
| D | tracefs-local.h | 12 #define __weak __attribute__((weak))  macro
 | 
| /external/libtraceevent/plugins/ | 
| D | plugin_function.c | 13 #define __weak __attribute__((weak))  macro
 | 
| D | plugin_kvm.c | 13 #define __weak __attribute__((weak))  macro
 | 
| /external/libbpf/src/ | 
| D | bpf_helpers.h | 39 #define __weak __attribute__((weak))  macro
 | 
| /external/clang/test/ARCMT/ | 
| D | objcmt-ns-nonatomic-iosonly.m | 31 - (void) setWeakProp : (NSString *__weak)Val;
 | 
| D | objcmt-atomic-property.m | 24 - (void) setWeakProp : (NSString *__weak)Val;
 | 
| D | objcmt-property.m | 24 - (void) setWeakProp : (NSString *__weak)Val;
 | 
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/ | 
| D | usbd_def.h | 271     #define __weak   __attribute__((weak))  macro
 | 
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/ | 
| D | usbd_def.h | 271     #define __weak   __attribute__((weak))  macro
 | 
| /external/trace-cmd/lib/trace-cmd/include/private/ | 
| D | trace-cmd-private.h | 20 #define __weak __attribute__((weak))  macro
 |