Searched refs:NSAddressOfSymbol (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/NSAddressOfSymbol-NULL/
H A Dmain.c36 // NSAddressOfSymbol is only available on Mac OS X - not iPhone OS
38 NSAddressOfSymbol(NULL);
41 PASS("NSAddressOfSymbol-NULL");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-multi-link/
H A Dmain.c61 setter func = NSAddressOfSymbol(sym);
83 getter func2getter = NSAddressOfSymbol(sym2getter);
94 setter func2 = NSAddressOfSymbol(sym2);
99 FAIL("2nd NSAddressOfSymbol return same function address as 1st");
123 setter func3 = NSAddressOfSymbol(sym3);
127 FAIL("3rd NSAddressOfSymbol return same function address as 1st");
131 FAIL("3rd NSAddressOfSymbol return same function address as 2nd");
163 getter func4getter = NSAddressOfSymbol(sym4getter);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-multi-load/
H A Dmain.c56 void* func = NSAddressOfSymbol(sym);
82 void* func2 = NSAddressOfSymbol(sym2);
85 FAIL("2nd NSAddressOfSymbol return same function address as 1st\n");
114 void* func3 = NSAddressOfSymbol(sym3);
117 FAIL("3rd NSAddressOfSymbol return same function address as 1st\n");
121 FAIL("3rd NSAddressOfSymbol return same function address as 2nd\n");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-basic/
H A Dmain.c54 CheckFunc func = NSAddressOfSymbol(sym);
56 FAIL("NSAddressOfSymbol failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-unload-keep-mapped/
H A Dmain.c54 CheckFunc func = NSAddressOfSymbol(sym);
56 FAIL("NSAddressOfSymbol failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/partial-library-load/
H A Dmain.c63 int (*fooPtr)() = NSAddressOfSymbol(sym);
/macosx-10.10/keymgr-28/testcases/3074709/
H A Dmain.cc33 do_call_thrower = (call_thrower) NSAddressOfSymbol (sym);
50 func = (call_call_thrower) NSAddressOfSymbol (sym);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-dont-gc/
H A Dmain.c58 void* fooAddr = NSAddressOfSymbol(sym);
60 FAIL("bundle-dont-gc: NSAddressOfSymbol failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-name-ownership/
H A Dmain.c56 CheckFunc func = NSAddressOfSymbol(sym);
58 FAIL("NSAddressOfSymbol failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-reload/
H A Dmain.c60 fooProc func = (fooProc)NSAddressOfSymbol(sym);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load/
H A Dmain.c79 CheckFunc func = NSAddressOfSymbol(sym);
81 FAIL("NSAddressOfSymbol failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load-fat/
H A Dmain.c79 CheckFunc func = NSAddressOfSymbol(sym);
81 FAIL("NSAddressOfSymbol failed");
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load-malloc/
H A Dmain.c88 CheckFunc func = NSAddressOfSymbol(sym);
90 FAIL("NSAddressOfSymbol failed");
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/dlcompat-20010505/
H A Ddlopen.c375 init = NSAddressOfSymbol(NSSymbol);
405 address = NSAddressOfSymbol(NSSymbol);
425 address = NSAddressOfSymbol(NSSymbol);
487 fini = NSAddressOfSymbol(NSSymbol);
/macosx-10.10/tcl-105/tcl84/tcl/macosx/
H A DtclMacOSXBundle.c207 openresourcemap = NSAddressOfSymbol(nsSymbol);
/macosx-10.10/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXBundle.c234 openresourcemap = NSAddressOfSymbol(nsSymbol);
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.c984 return NSAddressOfSymbol (symbol);
991 return NSAddressOfSymbol (symbol);
1234 init = NSAddressOfSymbol (NSSymbol);
1266 address = NSAddressOfSymbol (NSSymbol);
1288 address = NSAddressOfSymbol (NSSymbol);
1347 fini = NSAddressOfSymbol (NSSymbol);
/macosx-10.10/apr-32/apr/apr/dso/unix/
H A Ddso.c209 retval = NSAddressOfSymbol(symbol);
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXInit.c570 return NSAddressOfSymbol(nsSymbol);
/macosx-10.10/dyld-353.2.1/include/mach-o/
H A Ddyld.h181 extern void * NSAddressOfSymbol(NSSymbol symbol) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_1,__MAC_10_5,__IPHONE_NA,__IPHONE_NA);
/macosx-10.10/ksh-23/ksh/src/lib/libdll/
H A Ddlfcn.c461 address = NSAddressOfSymbol(address);
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclLoadDyld.c431 proc = NSAddressOfSymbol(nsSymbol);
433 TclLoadDbgMsg("NSAddressOfSymbol() successful");
435 TclLoadDbgMsg("NSAddressOfSymbol() failed");
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclLoadDyld.c433 proc = NSAddressOfSymbol(nsSymbol);
435 TclLoadDbgMsg("NSAddressOfSymbol() successful");
437 TclLoadDbgMsg("NSAddressOfSymbol() failed");
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DosxMacTcl.c72 if(nsSymbol) cfstringnormalize = NSAddressOfSymbol(nsSymbol);
/macosx-10.10/tcl-105/tcl_ext/tclapplescript/tclapplescript/
H A DosxMacTcl.c73 if(nsSymbol) cfstringnormalize = NSAddressOfSymbol(nsSymbol);

Completed in 133 milliseconds

12