Searched refs:weak (Results 1 - 25 of 151) sorted by relevance

1234567

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/non-lazy-weak/
H A Dbar.c3 __attribute__((weak)) int bar = 10;
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-external-reloc/
H A Dbaz.c6 int __attribute__((weak)) bar[] = { 30, 31, 32, 33 };
H A Dfoo.c6 int __attribute__((weak)) foo[] = { 1, 2, 3, 4 };
7 int __attribute__((weak)) bar[] = { 10, 11, 12, 13 };
H A Dbar.c5 // needs something weak to join coalescing
6 int __attribute__((weak)) junk = 5;
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-external-reloc-flat/
H A Dbaz.c6 int __attribute__((weak)) bar[] = { 30, 31, 32, 33 };
H A Dfoo.c6 int __attribute__((weak)) foo[] = { 1, 2, 3, 4 };
7 int __attribute__((weak)) bar[] = { 10, 11, 12, 13 };
8 int __attribute__((weak)) frob[] = { 20, 21, 22, 23 };
H A Dbar.c6 int __attribute__((weak)) frob[] = { 30, 31, 32, 33 };
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-in-dylib/
H A Dfoo.c6 int __attribute__((weak)) foo[] = { 1, 2, 3, 4 };
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-non-lazy/
H A Dbaz.c6 int __attribute__((weak)) bar[] = { 30, 31, 32, 33 };
H A Dfoo.c6 int __attribute__((weak)) foo[] = { 1, 2, 3, 4 };
7 int __attribute__((weak)) bar[] = { 10, 11, 12, 13 };
H A Dbar.c5 // needs something weak to join coalescing fun
6 int __attribute__((weak)) junk = 5;
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlclose-dylib-dynamic-ref/
H A Dbar.c1 __attribute__((weak))
H A Dbaz.c1 __attribute__((weak))
H A Dfoo.c1 __attribute__((weak))
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-RTLD_LOCAL-weak/
H A Dbar.c1 int __attribute__((weak)) A[] = { 1, 2, 3, 4 };
H A Dfoo.c3 int __attribute__((weak)) A[] = { 5, 6, 7, 8 };
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-coalesce-stubs/
H A Dbar.c3 void foo() __attribute__((weak));
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-lazy-slidable/
H A Dbar3.c5 __attribute__((weak)) bool bar1()
H A Dfoo.c8 __attribute__((weak)) bool bar1()
13 __attribute__((weak)) bool bar2()
H A Dbar.c10 __attribute__((weak)) void junk()
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-override/
H A Dfoo.c27 int __attribute__((weak)) myfunc()
32 int __attribute__((weak)) foo()
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-reload/
H A Dbundle.cxx30 int __attribute__((weak)) blah = 10;
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlclose-unload-c++/
H A Dbar.c29 extern void* common() __attribute__((weak));
H A Dfoo.c29 extern void* common() __attribute__((weak));
/macosx-10.10.1/Heimdal-398.1.2/tests/GSSTestApp/GSSTestAppIOS/
H A DManualTests.h13 @property (weak) IBOutlet UITextField *username;
14 @property (weak) IBOutlet UISwitch *doPassword;
15 @property (weak) IBOutlet UITextField *password;
16 @property (weak) IBOutlet UISwitch *doCertificate;
17 @property (weak) IBOutlet UILabel *certificateLabel;
18 @property (weak) IBOutlet UILabel *statusLabel;
19 @property (weak) IBOutlet UITextField *kdchostname;

Completed in 145 milliseconds

1234567