Searched refs:coal2 (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-coalesce/
H A Dfoo2.c28 int __attribute__((weak)) coal2 = 2; variable
34 baseVerifyCoal2("in foo2", &coal2);
H A Dbase.h28 extern int coal2;
H A Dfoo1.c29 int __attribute__((weak)) coal2 = 1; variable
36 baseVerifyCoal2("in foo1", &coal2);
H A Dfoo3.c27 int __attribute__((weak)) coal2 = 2; variable
33 baseVerifyCoal2("in foo3", &coal2);
H A Dmain.c36 baseVerifyCoal2("in main", &coal2);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/init-order/
H A Dfoo3.c27 int __attribute__((weak)) coal2 = 2; variable
33 baseVerifyCoal2("in foo3", &coal2);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-coalesce-inserted/
H A Dbase.h28 extern int coal2;
H A Dfoo1.c29 int __attribute__((weak)) coal2 = 1; variable
36 baseVerifyCoal2("in foo1", &coal2);
H A Dfoo2.c28 int __attribute__((weak)) coal2 = 2; variable
34 baseVerifyCoal2("in foo2", &coal2);

Completed in 139 milliseconds