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

/macosx-10.9.5/dyld-239.4/src/
H A DImageLoader.cpp193 const char* ImageLoader::getShortName() const function in class:ImageLoader
574 this->getShortName(), requiredLibInfo.info.minVersion >> 16, (requiredLibInfo.info.minVersion >> 8) & 0xff, requiredLibInfo.info.minVersion & 0xff,
575 dependentLib->getShortName(), actualInfo.minVersion >> 16, (actualInfo.minVersion >> 8) & 0xff, actualInfo.minVersion & 0xff);
822 dyld::log("dyld: weak binding all uses of %s to copy from %s\n", nameToCoalesce, targetImage->getShortName());
829 dyld::log("dyld: weak bind, setting all uses of %s in %s to 0x%lX from %s\n", nameToCoalesce, iterators[i].image->getShortName(), targetAddr, targetImage->getShortName());
1057 dyld::log("%21s ", timingInfo.images[i].image->getShortName());
H A DImageLoaderMachO.cpp459 this->getShortName(),
464 dyld::throwf("cannot load '%s' (load command 0x%08X is unknown)", this->getShortName(), firstUnknownCmd->cmd);
1433 msg, this->getShortName(), (uintptr_t)location,
1434 ((targetImage != NULL) ? targetImage->getShortName() : "<weak_import-missing>"),
1438 msg, this->getShortName(), (uintptr_t)location,
1439 ((targetImage != NULL) ? targetImage->getShortName() : "<weak>import-missing>"),
1443 // dyld::logBindings("%s: %s\n", targetImage->getShortName(), symbolName);
1716 info.imageShortName = this->getShortName();
H A DImageLoaderMachOClassic.cpp787 dyld::log("dyld: rebase: %s:*0x%08lX += 0x%08lX\n", this->getShortName(), rebaseAddr, slide);
801 dyld::log("dyld: rebase: %s:*0x%08lX += 0x%08lX\n", this->getShortName(), rebaseAddr, slide);
821 dyld::log("dyld: rebase: %s:*0x%08lX += 0x%08lX\n", this->getShortName(), (uintptr_t)locationToFix, slide);
868 //dyld::log("dyld: binarySearchWithToc for %s in %s\n", key, this->getShortName());
901 // key, this->getShortName(), stringPool, symbols, symbolCount);
1272 path = image->getShortName();
1279 this->getShortName(), (uintptr_t)location,
1284 this->getShortName(), (uintptr_t)location,
1331 path = targetImage->getShortName();
1333 this->getShortName(), symbolNam
[all...]
H A DImageLoaderMachOCompressed.cpp399 dyld::log("dyld: rebase: %s:*0x%08lX += 0x%08lX\n", this->getShortName(), (uintptr_t)addr, slide);
583 //dyld::log("Compressed::findExportedSymbol(%s) in %s\n", symbol, this->getShortName());
587 dyld::logBindings("%s: %s\n", this->getShortName(), symbol);
605 //dyld::log("Compressed::findExportedSymbol(), %s -> %s/%s\n", symbol, reexportedFrom->getShortName(), importedName);
614 //dyld::log("findExportedSymbol(%s) in %s found match, returning %p\n", symbol, this->getShortName(), p);
640 //dyld::log("exportedSymbolAddress(): node=%p, nodeOffset=0x%04X in %s\n", symbol, (int)((uint8_t*)symbol - exportTrieStart), this->getShortName());
1591 this->getShortName(), (long)lazyPointerAddr, (long)*originalLazyPointerAddr);
H A DImageLoader.h325 const char* getShortName() const;
H A Ddyld.cpp281 //dyld::log("addMappedRange(0x%lX->0x%lX) for %s\n", start, end, image->getShortName());
858 dyld::log("%03d %s\n", (*it)->getDepth(), (*it)->getShortName());
903 //dyld::log("addDynamicReference(%s, %s\n", from->getShortName(), to->getShortName());
3909 imageState, image->dlopenCount(), image->neverUnload(), image->isMarkedInUse(), image->getShortName());
3974 //dyld::log("gc: neverUnload=%d name=%s\n", image->neverUnload(), image->getShortName());
3994 if (gLogAPIs) dyld::log("dlclose(), found unused image %p %s\n", image, image->getShortName());
4004 if (gLogAPIs) dyld::log("dlclose(), running terminators for %p %s\n", image, image->getShortName());
4020 if (gLogAPIs) dyld::log("dlclose(), deleting %p %s\n", image, image->getShortName());

Completed in 211 milliseconds