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

/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.h65 virtual void updateUsesCoalIterator(CoalIterator&, uintptr_t newAddr, ImageLoader* target, const LinkContext& context);
H A DImageLoaderMachOCompressed.h66 virtual void updateUsesCoalIterator(CoalIterator&, uintptr_t newAddr, ImageLoader* target, const LinkContext& context);
H A DImageLoaderMachO.h79 virtual void updateUsesCoalIterator(CoalIterator&, uintptr_t newAddr, ImageLoader* target, const LinkContext& context) = 0;
H A DImageLoader.h329 virtual void updateUsesCoalIterator(CoalIterator&, uintptr_t newAddr, ImageLoader* target, const LinkContext& context) = 0;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2313 mach_vm_address_t newAddr; local
2316 getAddrLenForInd(newAddr, newLen, type, vec, rangesIndex);
2317 if (addr + length != newAddr)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c7740 mDNSv6Addr newAddr; local
7747 newAddr = ParseBackToMyMacZone(zones, info);
7749 if (mDNSSameIPv6Address(newAddr, info->AutoTunnelInnerAddress))
7752 info->AutoTunnelInnerAddress = newAddr;

Completed in 230 milliseconds