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

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-RTLD_LOCAL-ignore/
H A Dmain.c52 void* barSym = dlsym(RTLD_DEFAULT, "bar"); local
53 if ( barSym == NULL ) {
84 barSym = dlsym(RTLD_DEFAULT, "bar");
85 if ( barSym == NULL ) {

Completed in 69 milliseconds