Searched refs:alt_foo (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/interpose-dynamic-dlsym/
H A Dfoo.c11 int alt_foo() { return 10; } function
16 static const struct dyld_interpose_tuple sTable[] = { {&alt_foo, &foo} };
22 // switch main executable to use alt_foo() when it calls foo()
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/interpose-dynamic-lazy/
H A Dfoo.c12 int alt_foo() { return 10; } function
17 static const struct dyld_interpose_tuple sTable[] = { {&alt_foo, &foo} };

Completed in 192 milliseconds