HomeSort by relevance Sort by last modified time
    Searched refs:weak (Results 26 - 50 of 371) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
linkage.h 25 #define __weak __attribute__((weak))
  /external/valgrind/unittest/
test_utils.cc 30 const char *ThreadSanitizerQuery(const char *query) __attribute__((weak));
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCViewController.h 33 @property (weak, nonatomic) IBOutlet UITextField *textField;
34 @property (weak, nonatomic) IBOutlet UITextView *textInstructions;
35 @property (weak, nonatomic) IBOutlet UITextView *textOutput;
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
ppapi_srpc_main.c 24 * The weak reference to the function __nacl_register_thread_creator
27 * so if this code is compiled and linked with irt=1, the weak symbol
33 * so the __nacl_register_thread_creator weak symbol will have the
40 * testing the irt bit, avoiding the weak attribute magic.
46 __attribute__((weak));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftypesize.asm 0 weak weaksym
5 weak weaksym2 label
1 weak weaksym label
  /external/clang/test/CodeGen/
PR2743-reference-missing-static.c 15 void e2() __attribute__((weak));
extern-weak.c 8 void foo() __attribute__((weak));
global-init.c 10 // This should get normal weak linkage.
11 int c __attribute__((weak))= 0;
12 // CHECK: @c = weak global i32 0
18 const int d __attribute__((weak))= 0;
attributes.c 4 // CHECK: @t5 = weak global i32 2
5 int t5 __attribute__((weak)) = 2;
29 // CHECK: @t9 = alias weak bitcast (void ()* @__t8 to void (...)*)
31 void t9() __attribute__((weak, alias("__t8")));
47 // CHECK: define weak void @t3() [[NUW]] {
48 void t3() __attribute__((weak));
  /external/kernel-headers/original/asm-generic/
sections.h 11 extern char _sextratext[] __attribute__((weak));
12 extern char _eextratext[] __attribute__((weak));
  /external/llvm/test/MC/ELF/
alias-reloc.s 14 .weak foo2
16 .weak bar2
51 // CHECK-NEXT: Binding: Weak
  /external/chromium_org/native_client_sdk/src/libraries/gtest/
nacl_gtest_dummy_sys.cc 15 char* getcwd(char* buf, size_t size) __attribute__ ((weak));
16 int unlink(const char* pathname) __attribute__ ((weak));
17 int mkdir(const char* pathname, mode_t mode) __attribute__ ((weak));
  /external/clang/test/Sema/
attr-decl-after-definition.c 13 int bar __attribute__((weak));
15 extern int bar __attribute__((weak));
17 int bar __attribute__((weak)); // no warning as it matches the existing
  /external/eigen/blas/
xerbla.cpp 5 #define EIGEN_WEAK_LINKING __attribute__ ((weak))
  /external/llvm/test/MC/COFF/
alias.s 13 .weak weak_aliased_to_external
weak.s 1 // This tests that default-null weak symbols (a GNU extension) are created
2 // properly via the .weak directive.
30 .weak _test_weak
32 .weak _test_weak_alias
46 // CHECK-NEXT: Linked: .weak._test_weak.default
53 // CHECK: Name: .weak._test_weak.default
  /external/compiler-rt/lib/
int_util.c 14 /* NOTE: The definitions in this file are declared weak because we clients to be
16 * we did not declare these weak, some link situations might end up seeing
19 * We can't use this solution for kernel use (which may not support weak), but
41 __attribute__((weak))
55 __attribute__((weak))
  /external/valgrind/main/drd/tests/
unified_annotations.h 30 void __attribute__((weak,noinline))
36 void __attribute__((weak,noinline))
  /external/clang/test/CodeGenCXX/
weak-extern-typeinfo.cpp 4 #define WEAK __attribute__ ((weak))
6 class WEAK A {
  /external/bison/lib/glthread/
lock.h 107 /* Use weak references to the POSIX threads library. */
109 /* Weak references avoid dragging in external libraries if the other parts
124 # pragma weak pthread_mutex_init
125 # pragma weak pthread_mutex_lock
126 # pragma weak pthread_mutex_unlock
127 # pragma weak pthread_mutex_destroy
128 # pragma weak pthread_rwlock_init
129 # pragma weak pthread_rwlock_rdlock
130 # pragma weak pthread_rwlock_wrlock
131 # pragma weak pthread_rwlock_unloc
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 525 /* Make the pthread functions weak so that we can elide them from
559 # pragma weak __pthread_mutex_init
560 # pragma weak __pthread_mutex_destroy
561 # pragma weak __pthread_mutex_lock
562 # pragma weak __pthread_mutex_trylock
563 # pragma weak __pthread_mutex_unlock
564 # pragma weak __pthread_mutexattr_init
565 # pragma weak __pthread_mutexattr_destroy
566 # pragma weak __pthread_mutexattr_settype
567 # pragma weak __pthread_rwlock_destro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 525 /* Make the pthread functions weak so that we can elide them from
559 # pragma weak __pthread_mutex_init
560 # pragma weak __pthread_mutex_destroy
561 # pragma weak __pthread_mutex_lock
562 # pragma weak __pthread_mutex_trylock
563 # pragma weak __pthread_mutex_unlock
564 # pragma weak __pthread_mutexattr_init
565 # pragma weak __pthread_mutexattr_destroy
566 # pragma weak __pthread_mutexattr_settype
567 # pragma weak __pthread_rwlock_destro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 525 /* Make the pthread functions weak so that we can elide them from
559 # pragma weak __pthread_mutex_init
560 # pragma weak __pthread_mutex_destroy
561 # pragma weak __pthread_mutex_lock
562 # pragma weak __pthread_mutex_trylock
563 # pragma weak __pthread_mutex_unlock
564 # pragma weak __pthread_mutexattr_init
565 # pragma weak __pthread_mutexattr_destroy
566 # pragma weak __pthread_mutexattr_settype
567 # pragma weak __pthread_rwlock_destro
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 13 class Weak(object):
17 weak = Weak()
18 local.weak = weak
19 weaklist.append(weakref.ref(weak))
41 deadlist = [weak for weak in weaklist if weak() is None]
47 deadlist = [weak for weak in weaklist if weak() is None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading_local.py 13 class Weak(object):
17 weak = Weak()
18 local.weak = weak
19 weaklist.append(weakref.ref(weak))
41 deadlist = [weak for weak in weaklist if weak() is None]
47 deadlist = [weak for weak in weaklist if weak() is None
    [all...]

Completed in 346 milliseconds

12 3 4 5 6 7 8 91011>>