Home
last modified time | relevance | path

Searched refs:symAddr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c1254 … void **symAddr, void *refCon) in FragmentLookup() argument
1263 MoreAssertQ(symAddr != nil); in FragmentLookup()
1270 err = FindSymbol(connIDToImport, symName, (Ptr *) symAddr, &foundSymClass); in FragmentLookup()
1277 *symAddr = nil; in FragmentLookup()
1297 … void **symAddr, void *refCon) in BundleLookup() argument
1306 MoreAssertQ(symAddr != nil); in BundleLookup()
1339 *symAddr = CFBundleGetFunctionPointerForName(bundleToImport, symNameStr); in BundleLookup()
1340 if (*symAddr == nil) { in BundleLookup()
DCFMLateImport.h121 … void **symAddr, void *refCon);