Lines Matching refs:refCon
699 static OSStatus LookupSymbol(CFMLateImportLookupProc lookup, void *refCon, in LookupSymbol() argument
754 err = lookup(symbolString, symbolClass, (void **) symbolValue, refCon); in LookupSymbol()
876 … CFMLateImportLookupProc lookup, void *refCon) in RunRelocationEngine() argument
1019 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, state.importIndex, &symbolValue); in RunRelocationEngine()
1038 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, index, &symbolValue); in RunRelocationEngine()
1118 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, index, &symbolValue); in RunRelocationEngine()
1167 void *refCon) in CFMLateImportCore() argument
1231 err = RunRelocationEngine(&fragToFix, importLibrary, lookup, refCon); in CFMLateImportCore()
1254 … void **symAddr, void *refCon) in FragmentLookup() argument
1264 MoreAssertQ(refCon != nil); in FragmentLookup()
1266 connIDToImport = (CFragConnectionID) refCon; in FragmentLookup()
1297 … void **symAddr, void *refCon) in BundleLookup() argument
1307 MoreAssertQ(refCon != nil); in BundleLookup()
1311 bundleToImport = (CFBundleRef) refCon; in BundleLookup()