Searched refs:pfoo (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-external-reloc/
H A Dfoo.c9 int* pfoo = &foo[2]; variable
H A Drealmain.c8 // pfoo is in libfoo.dylib
10 // pfoo should be rebound to point into the foo[] in main
12 extern int* pfoo;
29 if ( *pfoo != 7 )
30 FAIL("weak-external-reloc, pfoo=%d", *pfoo);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-external-reloc-flat/
H A Dmain.c8 // pfoo is in libfoo.dylib
10 // pfoo should be rebound to point into the foo[] in main
12 extern int* pfoo;
29 if ( *pfoo != 7 )
30 FAIL("weak-external-reloc-flat, pfoo=%d", *pfoo);
H A Dfoo.c10 int* pfoo = &foo[2]; variable
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlopen-executable/
H A Dmain.c47 fooproc pfoo = (fooproc)dlsym(handle, "foo"); local
48 if ( pfoo == NULL ) {
53 if ( (*pfoo)() != 10 ) {
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/re-export-symbol-dylib/
H A Dmain.c15 int (*pfoo)() = &foo; variable
32 else if ( (*pfoo)() != 1 )
33 FAIL("re-export-symbol-dylib: (*pfoo)() returned wrong value");

Completed in 223 milliseconds