Searched refs:symbolAddr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.cpp1200 uintptr_t symbolAddr = 0; local
1256 // if undefinedSymbol is same as last time, then symbolAddr and image will resolve to the same too
1265 symbolAddr = this->resolveUndefined(context, undefinedSymbol, twoLevel, dontCoalesce, &image);
1280 path, &fStrings[undefinedSymbol->n_un.n_strx], (uintptr_t)location, symbolAddr, cachedString);
1285 path, &fStrings[undefinedSymbol->n_un.n_strx], (uintptr_t)location, symbolAddr, cachedString, value);
1288 value += symbolAddr;
1431 uintptr_t symbolAddr = this->resolveUndefined(context, &fSymbolTable[symbolIndex], twoLevel, false, &image); local
1432 symbolAddr = this->bindIndirectSymbol(lazyPointer, sect, symbolName, symbolAddr, image, context);
1434 return symbolAddr;
1794 uintptr_t symbolAddr = resolveUndefined(context, sym, twoLevel, dontCoalesce, &image); local
1849 uintptr_t symbolAddr = this->resolveUndefined(context, &fSymbolTable[symbolIndex], this->usesTwoLevelNameSpace(), false, &image); local
[all...]
H A DImageLoaderMachOCompressed.cpp1158 uintptr_t symbolAddr = bindAt(context, ptrToBind, BIND_TYPE_POINTER, symbolName, 0, 0, libraryOrdinal, "lazy ", NULL); local
1160 return symbolAddr;
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOBinder.hpp886 pint_t symbolAddr = this->resolveUndefined(undefinedSymbol); local
888 // reloc->r_address(), &fStrings[undefinedSymbol->n_strx()], (uint64_t)symbolAddr, (uint64_t)addend, this->getDylibID());
889 P::setP(*location, symbolAddr + addend);
957 pint_t symbolAddr = this->resolveUndefined(undefinedSymbol); local
961 P::setP(*((pint_t*)location), symbolAddr);
964 this->bindStub(elementSize, location, vmlocation, symbolAddr);

Completed in 129 milliseconds