/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/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/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 | 431 …CreateInfo, const VkAllocationCallbacks* pAllocator, VkInstance* pInstance) __attribute__ ((weak)); 432 …stroyInstance(VkInstance instance, const VkAllocationCallbacks* pAllocator) __attribute__ ((weak)); 433 …stance, uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices) __attribute__ ((weak)); 434 …FN_vkVoidFunction anv_GetDeviceProcAddr(VkDevice device, const char* pName) __attribute__ ((weak)); 435 …oidFunction anv_GetInstanceProcAddr(VkInstance instance, const char* pName) __attribute__ ((weak)); 436 …s(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties* pProperties) __attribute__ ((weak)); 437 …pQueueFamilyPropertyCount, VkQueueFamilyProperties* pQueueFamilyProperties) __attribute__ ((weak)); 438 …Device physicalDevice, VkPhysicalDeviceMemoryProperties* pMemoryProperties) __attribute__ ((weak)); 439 …tures(VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures* pFeatures) __attribute__ ((weak)); 440 …ice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties) __attribute__ ((weak)); [all …]
|
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/targets/ecm3531/ |
D | startup.c | 40 extern void ResetISR(void) __attribute__((weak, alias("default_ResetISR"))); 41 extern void NmiSR(void) __attribute__((weak, alias("default_NmiSR"))); 42 extern void FaultISR(void) __attribute__((weak, alias("default_FaultISR"))); 45 __attribute__((weak, alias("default_DebugMonitor_ISR"))); 46 extern void SVCall_ISR(void) __attribute__((weak, alias("default_SVCall_ISR"))); 47 extern void PENDSV_ISR(void) __attribute__((weak, alias("default_PENDSV_ISR"))); 50 __attribute__((weak, alias("default_SYSTICK_ISR"))); 52 extern void GPIO0_ISR(void) __attribute__((weak, alias("default_GPIO0_ISR"))); 53 extern void GPIO1_ISR(void) __attribute__((weak, alias("default_GPIO1_ISR"))); 54 extern void TIMER0_ISR(void) __attribute__((weak, alias("default_TIMER0_ISR"))); [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/swiftshader/third_party/LLVM/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 10 @_ZL20__gthrw_pthread_oncePiPFvvE = alias weak i32 (i32*, void ()*)* @pthread_once 11 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific 12 @_ZL27__gthrw_pthread_setspecificjPKv = alias weak i32 (i32, i8*)* @pthread_setspecific 13 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %union.pthread_… 14 @_ZL20__gthrw_pthread_joinmPPv = alias weak i32 (i64, i8**)* @pthread_join 15 @_ZL21__gthrw_pthread_equalmm = alias weak i32 (i64, i64)* @pthread_equal 16 @_ZL20__gthrw_pthread_selfv = alias weak i64 ()* @pthread_self 17 @_ZL22__gthrw_pthread_detachm = alias weak i32 (i64)* @pthread_detach 18 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel 19 @_ZL19__gthrw_sched_yieldv = alias weak i32 ()* @sched_yield [all …]
|
D | 2011-08-22-ResolveAlias2.ll | 13 @_ZL20__gthrw_pthread_oncePiPFvvE = alias weak i32 (i32*, void ()*)* @pthread_once 14 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific 15 @_ZL27__gthrw_pthread_setspecificjPKv = alias weak i32 (i32, i8*)* @pthread_setspecific 16 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %union.pthread_… 17 @_ZL20__gthrw_pthread_joinmPPv = alias weak i32 (i64, i8**)* @pthread_join 18 @_ZL21__gthrw_pthread_equalmm = alias weak i32 (i64, i64)* @pthread_equal 19 @_ZL20__gthrw_pthread_selfv = alias weak i64 ()* @pthread_self 20 @_ZL22__gthrw_pthread_detachm = alias weak i32 (i64)* @pthread_detach 21 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel 22 @_ZL19__gthrw_sched_yieldv = alias weak i32 ()* @sched_yield [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/boringssl/src/third_party/wycheproof_testvectors/ |
D | rsa_pss_2048_sha1_mgf1_20_test.txt | 21 # The key for this test vector uses a weak hash function. 27 # The key for this test vector uses a weak hash function. 33 # The key for this test vector uses a weak hash function. 39 # The key for this test vector uses a weak hash function. 45 # The key for this test vector uses a weak hash function. 51 # The key for this test vector uses a weak hash function. 57 # The key for this test vector uses a weak hash function. 64 # The key for this test vector uses a weak hash function. 71 # The key for this test vector uses a weak hash function. 78 # The key for this test vector uses a weak hash function. [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/swiftshader/third_party/llvm-7.0/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/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/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 …]
|
/external/swiftshader/third_party/llvm-7.0/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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | PR3488.ll | 4 module asm "\09.weak\09__crc_numa_node\09" 8 module asm "\09.weak\09__crc__numa_mem_\09" 12 module asm "\09.weak\09__crc_node_states\09" 16 module asm "\09.weak\09__crc_totalram_pages\09" 20 module asm "\09.weak\09__crc_movable_zone\09" 24 module asm "\09.weak\09__crc_nr_node_ids\09" 28 module asm "\09.weak\09__crc_nr_online_nodes\09" 32 module asm "\09.weak\09__crc_split_page\09" 36 module asm "\09.weak\09__crc___alloc_pages_nodemask\09" 40 module asm "\09.weak\09__crc___get_free_pages\09" [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/Inputs/ |
D | visibility.ll | 4 @v1 = weak hidden global i32 0 5 @v2 = weak protected global i32 0 6 @v3 = weak hidden global i32 0 10 @a1 = weak hidden alias i32, i32* @v1 11 @a2 = weak protected alias i32, i32* @v2 12 @a3 = weak hidden alias i32, i32* @v3 15 define weak hidden void @f1() { 19 define weak protected void @f2() { 23 define weak hidden void @f3() {
|
/external/llvm/test/Linker/Inputs/ |
D | visibility.ll | 4 @v1 = weak hidden global i32 0 5 @v2 = weak protected global i32 0 6 @v3 = weak hidden global i32 0 10 @a1 = weak hidden alias i32, i32* @v1 11 @a2 = weak protected alias i32, i32* @v2 12 @a3 = weak hidden alias i32, i32* @v3 15 define weak hidden void @f1() { 19 define weak protected void @f2() { 23 define weak hidden void @f3() {
|
/external/clang/test/SemaObjC/ |
D | weak-property.m | 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-runtime-has-weak -fobjc-arc -verify -Wno-objc-root-class %s 9 @property (weak) id value1; 13 @property (weak, assign) id v1; // expected-error {{property attributes 'assign' and 'weak' are mu… 14 @property (weak, copy) id v2; // expected-error {{property attributes 'copy' and 'weak' are mutuall… 15 @property (weak, retain) id v3; // expected-error {{property attributes 'retain' and 'weak' are mut… 16 @property (weak, assign) id v4; // expected-error {{property attributes 'assign' and 'weak' are mu…
|
D | arc-repeated-weak.mm | 1 …1 -fsyntax-only -fobjc-runtime-has-weak -fobjc-arc -fblocks -Wno-objc-root-class -std=c++11 -Warc-… 8 @property(weak) Test *weakProp; 22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this … 57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 66 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple… 71 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple… 76 …use(a.implicitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multip… 81 …use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed multiple ti… 92 …use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple time… 98 use(a); // expected-warning{{weak variable 'a' is accessed multiple times}} [all …]
|
D | arc-unavailable-for-weakref.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -fobjc-runtime-has-weak -fsyntax-only -fobjc-arc -… 17 …ns1 = (__weak sub *)obj; // expected-error {{assignment of a weak-unavailable object to a __weak o… 31 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 33 …__weak id weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak… 34 …return (__weak id)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK *' … 44 weak1 = strong1; // expected-error {{assignment of a weak-unavailable object to a __weak object}} 46 …__weak id<P> weak2 = strong1; // expected-error {{assignment of a weak-unavailable object to a __w… 47 …return (__weak id<P>)strong1; // expected-error {{cast of weak-unavailable object of type 'NOWEAK<… 59 @property (weak) NSFont *font; // expected-error {{synthesizing __weak instance variable of type 'N… 68 @property (weak) NSFont *font; // expected-error {{synthesizing __weak instance variable of type 'N… [all …]
|
/external/u-boot/common/ |
D | kgdb_stubs.c | 15 __attribute__((weak)) 21 __attribute__((weak)) 27 __attribute__((weak)) 35 __attribute__((weak)) 41 __attribute__((weak)) 47 __attribute__((weak)) 53 __attribute__((weak))
|
/external/u-boot/arch/arm/cpu/armv7/ |
D | psci.S | 42 .weak psci_fiq_enter 47 .weak default_psci_vector 87 .weak psci_version 88 .weak psci_cpu_suspend 89 .weak psci_cpu_off 90 .weak psci_cpu_on 91 .weak psci_affinity_info 92 .weak psci_migrate 93 .weak psci_migrate_info_type 94 .weak psci_migrate_info_up_cpu [all …]
|
/external/clang/test/CodeGenCXX/ |
D | pragma-weak.cpp | 3 #pragma weak zex 10 #pragma weak foo 15 #pragma weak zed 19 #pragma weak bah 23 #pragma weak baz 27 #pragma weak _Z3baxv
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2010-09-16-asmcrash.ll | 4 module asm ".weak sem_close" 6 module asm ".weak sem_destroy" 8 module asm ".weak sem_getvalue" 10 module asm ".weak sem_init" 12 module asm ".weak sem_open" 14 module asm ".weak sem_post" 16 module asm ".weak sem_timedwait" 18 module asm ".weak sem_trywait" 20 module asm ".weak sem_unlink" 22 module asm ".weak sem_wait"
|