/external/iproute2/tc/ |
D | static-syms.h | 1 extern char police_action_util[] __attribute__((weak)); if (!strcmp(sym, "police_action_util")) ret… 2 extern char gact_action_util[] __attribute__((weak)); if (!strcmp(sym, "gact_action_util")) return … 3 extern char mirred_action_util[] __attribute__((weak)); if (!strcmp(sym, "mirred_action_util")) ret… 4 extern char tunnel_key_action_util[] __attribute__((weak)); if (!strcmp(sym, "tunnel_key_action_uti… 5 extern char nat_action_util[] __attribute__((weak)); if (!strcmp(sym, "nat_action_util")) return na… 6 extern char simple_action_util[] __attribute__((weak)); if (!strcmp(sym, "simple_action_util")) ret… 7 extern char ipt_action_util[] __attribute__((weak)); if (!strcmp(sym, "ipt_action_util")) return ip… 8 extern char bpf_action_util[] __attribute__((weak)); if (!strcmp(sym, "bpf_action_util")) return bp… 9 extern char connmark_action_util[] __attribute__((weak)); if (!strcmp(sym, "connmark_action_util"))… 10 extern char ife_action_util[] __attribute__((weak)); if (!strcmp(sym, "ife_action_util")) return if… [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/startup/ |
D | startup_stm32l4a6xx.s | 76 .weak Reset_Handler 264 .weak NMI_Handler 267 .weak HardFault_Handler 270 .weak MemManage_Handler 273 .weak BusFault_Handler 276 .weak UsageFault_Handler 279 .weak SVC_Handler 282 .weak DebugMon_Handler 285 .weak PendSV_Handler 288 .weak SysTick_Handler [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/startup/ |
D | startup_stm32l476xx.s | 76 .weak Reset_Handler 255 .weak NMI_Handler 258 .weak HardFault_Handler 261 .weak MemManage_Handler 264 .weak BusFault_Handler 267 .weak UsageFault_Handler 270 .weak SVC_Handler 273 .weak DebugMon_Handler 276 .weak PendSV_Handler 279 .weak SysTick_Handler [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | pragma-weak.c | 26 #pragma weak weakvar 29 #pragma weak weakdef 32 #pragma weak param // expected-warning {{weak identifier 'param' never declared}} 33 #pragma weak correct_linkage 38 #pragma weak weakvar_alias = __weakvar_alias 41 #pragma weak foo = __foo 47 #pragma weak foo2 = __foo2 53 #pragma weak unused // expected-warning {{weak identifier 'unused' never declared}} 54 #pragma weak unused_alias = __unused_alias // expected-warning {{weak identifier '__unused_alias' … 56 #pragma weak td // expected-warning {{'weak' attribute only applies to variables and functions}} [all …]
|
/external/clang/test/CodeGen/ |
D | pragma-weak.c | 26 #pragma weak weakvar 29 #pragma weak weakdef 32 #pragma weak param // expected-warning {{weak identifier 'param' never declared}} 33 #pragma weak correct_linkage 38 #pragma weak weakvar_alias = __weakvar_alias 41 #pragma weak foo = __foo 47 #pragma weak foo2 = __foo2 53 #pragma weak unused // expected-warning {{weak identifier 'unused' never declared}} 54 #pragma weak unused_alias = __unused_alias // expected-warning {{weak identifier '__unused_alias' … 56 #pragma weak td // expected-warning {{'weak' attribute only applies to variables and functions}} [all …]
|
/external/llvm-project/openmp/runtime/src/ |
D | tsan_annotations.cpp | 21 extern "C" __attribute__((weak)) void AnnotateHappensBefore(const char *f, in AnnotateHappensBefore() 23 extern "C" __attribute__((weak)) void AnnotateHappensAfter(const char *f, int l, in AnnotateHappensAfter() 25 extern "C" __attribute__((weak)) void AnnotateCondVarSignal(const char *f, in AnnotateCondVarSignal() 27 extern "C" __attribute__((weak)) void AnnotateCondVarSignalAll(const char *f, in AnnotateCondVarSignalAll() 30 extern "C" __attribute__((weak)) void AnnotateMutexIsNotPHB(const char *f, in AnnotateMutexIsNotPHB() 32 extern "C" __attribute__((weak)) void AnnotateCondVarWait(const char *f, int l, in AnnotateCondVarWait() 34 extern "C" __attribute__((weak)) void AnnotateRWLockCreate(const char *f, int l, in AnnotateRWLockCreate() 36 extern "C" __attribute__((weak)) void 38 extern "C" __attribute__((weak)) void AnnotateRWLockDestroy(const char *f, in AnnotateRWLockDestroy() 40 extern "C" __attribute__((weak)) void [all …]
|
/external/iproute2/ip/ |
D | static-syms.h | 1 extern char ipvlan_link_util[] __attribute__((weak)); if (!strcmp(sym, "ipvlan_link_util")) return … 2 extern char can_link_util[] __attribute__((weak)); if (!strcmp(sym, "can_link_util")) return can_li… 3 extern char team_link_util[] __attribute__((weak)); if (!strcmp(sym, "team_link_util")) return team… 4 extern char team_slave_link_util[] __attribute__((weak)); if (!strcmp(sym, "team_slave_link_util"))… 5 extern char macvlan_link_util[] __attribute__((weak)); if (!strcmp(sym, "macvlan_link_util")) retur… 6 extern char macvtap_link_util[] __attribute__((weak)); if (!strcmp(sym, "macvtap_link_util")) retur… 7 extern char vti_link_util[] __attribute__((weak)); if (!strcmp(sym, "vti_link_util")) return vti_li… 8 extern char vcan_link_util[] __attribute__((weak)); if (!strcmp(sym, "vcan_link_util")) return vcan… 9 extern char ifb_link_util[] __attribute__((weak)); if (!strcmp(sym, "ifb_link_util")) return ifb_li… 10 extern char ipoib_link_util[] __attribute__((weak)); if (!strcmp(sym, "ipoib_link_util")) return ip… [all …]
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 1569 …CreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) __attribute__ ((weak)); 1570 …stroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator) __attribute__ ((weak)); 1571 …stance, uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices) __attribute__ ((weak)); 1572 …oidFunction anv_GetInstanceProcAddr(VkInstance instance, const char* pName) __attribute__ ((weak)); 1573 VkResult anv_EnumerateInstanceVersion(uint32_t* pApiVersion) __attribute__ ((weak)); 1574 …ceLayerProperties(uint32_t* pPropertyCount, VkLayerProperties* pProperties) __attribute__ ((weak)); 1575 …* pLayerName, uint32_t* pPropertyCount, VkExtensionProperties* pProperties) __attribute__ ((weak)); 1576 …reateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) __attribute__ ((weak)); 1577 …ce instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator) __attribute__ ((weak)); 1579 …reateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) __attribute__ ((weak)); [all …]
|
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/ecm3531/ |
D | startup.c | 41 extern void ResetISR(void) __attribute__((weak, alias("default_ResetISR"))); 42 extern void NmiSR(void) __attribute__((weak, alias("default_NmiSR"))); 43 extern void FaultISR(void) __attribute__((weak, alias("default_FaultISR"))); 46 __attribute__((weak, alias("default_DebugMonitor_ISR"))); 47 extern void SVCall_ISR(void) __attribute__((weak, alias("default_SVCall_ISR"))); 48 extern void PENDSV_ISR(void) __attribute__((weak, alias("default_PENDSV_ISR"))); 51 __attribute__((weak, alias("default_SYSTICK_ISR"))); 53 extern void GPIO0_ISR(void) __attribute__((weak, alias("default_GPIO0_ISR"))); 54 extern void GPIO1_ISR(void) __attribute__((weak, alias("default_GPIO1_ISR"))); 55 extern void TIMER0_ISR(void) __attribute__((weak, alias("default_TIMER0_ISR"))); [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | objc-weak.m | 3 // RUN: %clang -target x86_64-apple-macosx10.7 -S -### %s -fobjc-arc -fobjc-weak 2>&1 | FileCheck %… 4 // RUN: %clang -target x86_64-apple-macosx10.7 -S -### %s -fno-objc-weak -fobjc-weak -fobjc-arc 2>… 6 // ARC-WEAK: -fobjc-weak 8 // RUN: %clang -target x86_64-apple-macos10.7 -S -### %s -fobjc-arc -fno-objc-weak 2>&1 | FileCheck… 9 // RUN: %clang -target x86_64-apple-macos10.7 -S -### %s -fobjc-weak -fno-objc-weak -fobjc-arc 2>&… 11 // ARC-NO-WEAK: -fno-objc-weak 13 // RUN: %clang -target x86_64-apple-macosx10.5 -S -### %s -fobjc-arc -fobjc-weak 2>&1 | FileCheck %… 14 // RUN: %clang -target x86_64-apple-macosx10.5 -S -### %s -fno-objc-weak -fobjc-weak -fobjc-arc 2>… 15 // ARC-WEAK-NOTSUPPORTED: error: -fobjc-weak is not supported on the current deployment target 17 // RUN: %clang -target x86_64-apple-macos10.7 -S -### %s -fobjc-weak 2>&1 | FileCheck %s --check-pr… [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | resolution.s | 326 .weak RegularWeak_with_RegularWeak 330 .weak RegularWeak_with_RegularStrong 338 .weak RegularWeak_with_UndefWeak 342 .weak RegularWeak_with_UndefStrong 354 .weak RegularWeak_with_CommonWeak 358 .weak RegularWeak_with_CommonStrong 370 .weak UndefWeak_with_RegularWeak 374 .weak UndefWeak_with_RegularStrong 384 .weak UndefWeak_with_UndefWeak 388 .weak UndefWeak_with_CommonWeak [all …]
|
/external/llvm-project/lld/test/ELF/Inputs/ |
D | resolution.s | 3 .weak RegularWeak_with_RegularWeak 11 .weak RegularStrong_with_RegularWeak 15 .weak RegularWeak_with_UndefWeak 22 .weak RegularStrong_with_UndefWeak 29 .weak RegularWeak_with_CommonWeak 34 .weak RegularStrong_with_CommonWeak 39 .weak UndefWeak_with_RegularWeak 47 .weak UndefStrong_with_RegularWeak 55 .weak UndefWeak_with_UndefWeak 59 .weak UndefWeak_with_CommonWeak [all …]
|
/external/llvm-project/clang/test/Parser/ |
D | pragma-weak.c | 7 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak 8 #pragma weak x 11 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z = = 12 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z = 13 /* expected-warning {{weak identifier 'y' never declared}} */ #pragma weak z = y 16 /* expected-warning {{extra tokens at end of '#pragma weak'}}*/ #pragma weak a b 17 /* expected-warning {{extra tokens at end of '#pragma weak'}}*/ #pragma weak a = x c 26 #pragma weak t in pragma_is_not_a_statement() 28 #pragma weak t in pragma_is_not_a_statement() 33 #pragma weak t in pragma_is_not_a_statement() [all …]
|
/external/clang/test/Parser/ |
D | pragma-weak.c | 7 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak 8 #pragma weak x 11 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z = = 12 /* expected-warning {{expected identifier in '#pragma weak'}}*/ #pragma weak z = 13 /* expected-warning {{weak identifier 'y' never declared}} */ #pragma weak z = y 16 /* expected-warning {{extra tokens at end of '#pragma weak'}}*/ #pragma weak a b 17 /* expected-warning {{extra tokens at end of '#pragma weak'}}*/ #pragma weak a = x c 26 #pragma weak t in pragma_is_not_a_statement() 28 #pragma weak t in pragma_is_not_a_statement() 33 #pragma weak t in pragma_is_not_a_statement() [all …]
|
/external/clang/test/Driver/ |
D | objc-weak.m | 3 …86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-arc -fobjc-weak 2>&1 | FileCheck %s… 4 … x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fno-objc-weak -fobjc-weak -fobjc-arc 2… 6 // ARC-WEAK: -fobjc-weak 8 …64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-arc -fno-objc-weak 2>&1 | FileCheck %s… 9 …et x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-weak -fno-objc-weak -fobjc-arc … 11 // ARC-NO-WEAK: -fno-objc-weak 13 …86_64-apple-macosx -mmacosx-version-min=10.5 -S -### %s -fobjc-arc -fobjc-weak 2>&1 | FileCheck %s… 14 … x86_64-apple-macosx -mmacosx-version-min=10.5 -S -### %s -fno-objc-weak -fobjc-weak -fobjc-arc 2… 15 // ARC-WEAK-NOTSUPPORTED: error: -fobjc-weak is not supported on the current deployment target 17 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.7 -S -### %s -fobjc-weak 2>&1 | … [all …]
|
/external/arm-trusted-firmware/plat/common/ |
D | plat_gicv3.c | 25 #pragma weak plat_ic_get_pending_interrupt_id 26 #pragma weak plat_ic_get_pending_interrupt_type 27 #pragma weak plat_ic_acknowledge_interrupt 28 #pragma weak plat_ic_get_interrupt_type 29 #pragma weak plat_ic_end_of_interrupt 30 #pragma weak plat_interrupt_type_to_line 32 #pragma weak plat_ic_get_running_priority 33 #pragma weak plat_ic_is_spi 34 #pragma weak plat_ic_is_ppi 35 #pragma weak plat_ic_is_sgi [all …]
|
D | plat_gicv2.c | 20 #pragma weak plat_ic_get_pending_interrupt_id 21 #pragma weak plat_ic_get_pending_interrupt_type 22 #pragma weak plat_ic_acknowledge_interrupt 23 #pragma weak plat_ic_get_interrupt_type 24 #pragma weak plat_ic_end_of_interrupt 25 #pragma weak plat_interrupt_type_to_line 27 #pragma weak plat_ic_get_running_priority 28 #pragma weak plat_ic_is_spi 29 #pragma weak plat_ic_is_ppi 30 #pragma weak plat_ic_is_sgi [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | coff-weak.ll | 4 ; X86: .weak _foo 5 ; X64: .weak foo 6 define weak void @foo() { 10 ; X86: .weak _bar 11 ; X64: .weak bar 16 ; X86-NOT: .weak _bar_comdat 17 ; X64-NOT: .weak bar_comdat 24 ; X86: .weak _baz 25 ; X64: .weak baz 30 ; X86-NOT: .weak _baz_comdat [all …]
|
/external/llvm-project/lld/test/MachO/ |
D | weak-definition-direct-fetch.s | 4 ## This test exercises the various possible combinations of weak and non-weak 36 # PREFER-WEAK-OBJECT: O __TEXT,weak _foo 42 ## For dylibs and object files, the non-weak symbol always wins. But the weak 45 # RUN: %lld -lSystem -o %t/weak-nonweak-dylibs -L%t -lweakfoo -lfoo %t/test.o 46 # RUN: llvm-objdump --macho --lazy-bind --syms %t/weak-nonweak-dylibs | FileCheck %s --check-prefix… 47 # RUN: %lld -lSystem -o %t/nonweak-weak-dylibs -L%t -lfoo -lweakfoo %t/test.o 48 # RUN: llvm-objdump --macho --lazy-bind --syms %t/nonweak-weak-dylibs | FileCheck %s --check-prefix… 50 # RUN: %lld -lSystem -o %t/weak-nonweak-objs -L%t %t/weakfoo.o %t/foo.o %t/test.o 51 # RUN: llvm-objdump --macho --lazy-bind --syms %t/weak-nonweak-objs | FileCheck %s --check-prefix=P… 52 # RUN: %lld -lSystem -o %t/nonweak-weak-objs -L%t %t/foo.o %t/weakfoo.o %t/test.o [all …]
|
/external/clang/test/SemaCXX/ |
D | attr-weak.cpp | 3 static int test0 __attribute__((weak)); // expected-error {{weak declaration cannot have internal l… 4 static void test1() __attribute__((weak)); // expected-error {{weak declaration cannot have interna… 6 namespace test2 __attribute__((weak)) { // expected-warning {{'weak' attribute only applies to vari… 10 …int test3 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage… 11 …void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal link… 15 static void test5() __attribute__((weak)); // no error 20 …static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have intern… 29 void test7() __attribute__((weak)) {} in test7() 30 static int var __attribute__((weak)); 38 class __attribute__((weak)) Test8 {}; // OK [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-weak.cpp | 3 static int test0 __attribute__((weak)); // expected-error {{weak declaration cannot have internal l… 4 static void test1() __attribute__((weak)); // expected-error {{weak declaration cannot have interna… 6 namespace test2 __attribute__((weak)) { // expected-warning {{'weak' attribute only applies to vari… 10 …int test3 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage… 11 …void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal link… 15 static void test5() __attribute__((weak)); // no error 20 …static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have intern… 29 void test7() __attribute__((weak)) {} in test7() 30 static int var __attribute__((weak)); 38 class __attribute__((weak)) Test8 {}; // OK [all …]
|
/external/llvm-project/llvm/test/Linker/ |
D | unnamed-addr1-a.ll | 9 define weak void @func-a() { ret void } 10 ; CHECK-DAG: define weak void @func-a() { 11 define weak void @func-b() unnamed_addr { ret void } 12 ; CHECK-DAG: define weak void @func-b() unnamed_addr { 26 @global-f = weak global i32 42 29 @alias-a = weak global i32 42 31 @alias-b = weak unnamed_addr global i32 42 40 ; CHECK-DAG: define weak void @func-c() { 41 define weak void @func-d() { ret void } 42 ; CHECK-DAG: define weak void @func-d() { [all …]
|
/external/llvm/test/Linker/ |
D | unnamed-addr1-a.ll | 9 define weak void @func-a() { ret void } 10 ; CHECK-DAG: define weak void @func-a() { 11 define weak void @func-b() unnamed_addr { ret void } 12 ; CHECK-DAG: define weak void @func-b() unnamed_addr { 26 @global-f = weak global i32 42 29 @alias-a = weak global i32 42 31 @alias-b = weak unnamed_addr global i32 42 40 ; CHECK-DAG: define weak void @func-c() { 41 define weak void @func-d() { ret void } 42 ; CHECK-DAG: define weak void @func-d() { [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | gnu-weak.test | 1 RUN: lld-link -lldmingw %S/Inputs/gnu-weak.o %S/Inputs/gnu-weak2.o -out:%t.exe 3 GNU ld can handle several definitions of the same weak symbol, and 5 weak definition encountered. 7 For each of the weak definitions, GNU tools produce a regular symbol 8 named .weak.<weaksymbol>.<othersymbol>, where the other symbol name is 12 produces similar regular symbols named .weak.<weaksymbol>.default. 17 $ cat gnu-weak.c 18 void weakfunc(void) __attribute__((weak)); 21 __attribute__((weak)) void weakfunc() { 36 void weakfunc(void) __attribute__((weak)); [all …]
|
/external/llvm/test/CodeGen/XCore/ |
D | linkage.ll | 3 ; CHECK: .weak fd 4 define weak void @fd() { 23 ; CHECK: .weak array.globound 25 ; CHECK: .weak array 26 @array = weak global [2 x i32] zeroinitializer 30 ; CHECK: .weak ac.globound 32 ; CHECK: .weak ac 36 ; CHECK: .weak gd 37 @gd = weak global i32 0 40 ; CHECK: .weak gc [all …]
|