/aosp_15_r20/external/coreboot/src/cpu/x86/smm/ |
H A D | save_state.c | 10 const struct smm_save_state_ops *legacy_ops __weak = NULL; variable 11 const struct smm_save_state_ops *em64t100_ops __weak = NULL; variable 12 const struct smm_save_state_ops *em64t101_ops __weak = NULL; variable 13 const struct smm_save_state_ops *amd64_ops __weak = NULL; variable
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | linked_vars2.c | 17 int input_bss_weak __weak; variable 19 int input_data_weak __weak = 20; variable 20 const volatile int input_rodata_weak __weak = 200; variable
|
H A D | linked_vars1.c | 17 int input_bss_weak __weak; variable 19 int input_data_weak __weak = 10; variable 20 const volatile int input_rodata_weak __weak = 100; variable
|
H A D | linked_funcs1.c | 10 const volatile int my_tid __weak; variable 11 long syscall_id __weak; variable
|
H A D | linked_funcs2.c | 10 const volatile int my_tid __weak; variable 11 long syscall_id __weak; variable
|
/aosp_15_r20/external/clang/test/Lexer/ |
H A D | objc_macros.m | 5 #define __weak macro
|
/aosp_15_r20/external/bpftool/include/linux/ |
H A D | compiler.h | 44 # define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/ |
H A D | compiler.h | 46 #define __weak __attribute__((__weak__)) macro
|
/aosp_15_r20/external/libtraceevent/src/ |
H A D | parse-utils.c | 16 #define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_def.h | 128 #define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_hal_def.h | 128 #define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/libtraceevent/include/linux/ |
H A D | compiler.h | 95 # define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/libtracefs/include/ |
H A D | tracefs-local.h | 12 #define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/libtraceevent/plugins/ |
H A D | plugin_function.c | 13 #define __weak __attribute__((weak)) macro
|
H A D | plugin_kvm.c | 13 #define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/libbpf/src/ |
H A D | bpf_helpers.h | 53 #define __weak __attribute__((weak)) macro
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | bpf_helpers.h | 53 #define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/clang/test/ARCMT/ |
H A D | objcmt-ns-nonatomic-iosonly.m | 31 - (void) setWeakProp : (NSString *__weak)Val;
|
H A D | objcmt-atomic-property.m | 24 - (void) setWeakProp : (NSString *__weak)Val;
|
H A D | objcmt-property.m | 24 - (void) setWeakProp : (NSString *__weak)Val;
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/ |
H A D | usbd_def.h | 271 #define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/ |
H A D | usbd_def.h | 271 #define __weak __attribute__((weak)) macro
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/include/private/ |
H A D | trace-cmd-private.h | 20 #define __weak __attribute__((weak)) macro
|