Searched refs:coal1 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-coalesce/
H A Dfoo2.c27 int coal1 = 2; variable
33 baseVerifyCoal1("in foo2", &coal1);
H A Dbase.h27 extern int coal1;
H A Dfoo1.c28 int __attribute__((weak)) coal1 = 1; variable
35 baseVerifyCoal1("in foo1", &coal1);
H A Dfoo3.c26 int __attribute__((weak)) coal1 = 3; variable
32 baseVerifyCoal1("in foo3", &coal1);
H A Dmain.c35 baseVerifyCoal1("in main", &coal1);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-coalesce-inserted/
H A Dmain.c31 int __attribute__((weak)) coal1 = 3; variable
36 baseVerifyCoal1("in main", &coal1);
H A Dbase.h27 extern int coal1;
H A Dfoo1.c28 int __attribute__((weak)) coal1 = 1; variable
35 baseVerifyCoal1("in foo1", &coal1);
H A Dfoo2.c27 int __attribute__((weak)) coal1 = 2; variable
33 baseVerifyCoal1("in foo2", &coal1);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/init-order/
H A Dfoo3.c26 int __attribute__((weak)) coal1 = 3; variable
32 baseVerifyCoal1("in foo3", &coal1);

Completed in 181 milliseconds