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

/macosx-10.9.5/dyld-239.4/src/
H A DImageLoader.cpp798 uintptr_t targetAddr = 0; local
805 if ( targetAddr == 0 ) {
806 targetAddr = iterators[i].image->getAddressCoalIterator(iterators[i], context);
807 if ( targetAddr != 0 )
812 targetAddr = iterators[i].image->getAddressCoalIterator(iterators[i], context);
813 if ( targetAddr != 0 ) {
825 if ( targetAddr != 0 ) {
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());
831 iterators[i].image->updateUsesCoalIterator(iterators[i], targetAddr, targetImage, context);
H A DImageLoaderMachOClassic.h109 const char* symbolName, uintptr_t targetAddr,
H A DImageLoaderMachOClassic.cpp1326 uintptr_t ImageLoaderMachOClassic::bindIndirectSymbol(uintptr_t* ptrToBind, const struct macho_section* sect, const char* symbolName, uintptr_t targetAddr, const ImageLoader* targetImage, const LinkContext& context) argument
1334 ((path != NULL) ? path : "<weak_import-not-found>"), symbolName, (uintptr_t)ptrToBind, targetAddr);
1340 targetAddr = (uintptr_t)context.bindingHandler(path, symbolName, (void *)targetAddr);
1345 uint32_t rel32 = targetAddr - (((uint32_t)ptrToBind)+5);
1377 *ptrToBind = targetAddr;
1378 return targetAddr;
/macosx-10.9.5/tcl-102/tcl/tcl/library/http/
H A Dhttp.tcl547 set targetAddr [list $phost $pport]
549 set targetAddr [list $host $port]
576 if {[catch {eval $defcmd $sockopts $targetAddr} sock]} {
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/http2.6/
H A Dhttp.tcl559 set targetAddr [list $phost $pport]
561 set targetAddr [list $host $port]
588 if {[catch {eval $defcmd $sockopts $targetAddr} sock]} {

Completed in 147 milliseconds