Searched refs:getFilePath (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp398 fprintf(stderr, "unoptimized stub in %s at 0x%08X\n", fLayout.getFilePath(), logicalAddress);
480 throwf("%s in %s", msg, fLayout.getFilePath());
534 // kind, address, codeToDataDelta, codeToImportDelta, fLayout.getFilePath());
740 throwf("only one rw segment named '__DATA' can be used in dylibs placed in the dyld shared cache (%s)", fLayout.getFilePath());
H A DMachOLayout.hpp125 virtual const char* getFilePath() const = 0;
173 virtual const char* getFilePath() const { return fPath; } function in class:MachOLayout
466 // segCmd->segname(), size, segCmd->vmsize(), getFilePath());
503 // segCmd->segname(), size, segCmd->filesize(), getFilePath());
H A DMachOBinder.hpp205 throwf("dyld shared cache does not support LC_RPATH found in %s", layout.getFilePath());
218 // fprintf(stderr, "exports for %s\n", layout.getFilePath());
254 throwf("non-regular symbol binding not supported for %s in %s", it->name, layout.getFilePath());
487 //fprintf(stderr, "%s exports %lu symbols from trie of size %u \n", this->fLayout.getFilePath(), exports.size(), fDyldInfo->export_size());
497 //fprintf(stderr, "%s re-exports %lu symbols from %s\n", this->fLayout.getFilePath(), aDylibsExports.size(), binder->getDylibID());
510 //fprintf(stderr, "%s now exports %lu symbols from trie of size %lu\n", this->fLayout.getFilePath(), exports.size(), newExportTrieBytes.size());
925 //fprintf(stderr, "doBindIndirectSymbols() %s\n", this->fLayout.getFilePath());
H A Dupdate_dyld_shared_cache.cpp414 const char* executablePath = mainExecutableLayout->getFilePath();
1712 //fprintf(stderr, "%u locals starting at %u for %s\n", fLocalSymbolsCountInNewLinkEdit, fLocalSymbolsStartIndexInNewLinkEdit, fLayout.getFilePath());
1735 //fprintf(stderr, "%u exports starting at %u for %s\n", fExportedSymbolsCountInNewLinkEdit, fExportedSymbolsStartIndexInNewLinkEdit, fLayout.getFilePath());
1763 //fprintf(stderr, "%u imports starting at %u for %s\n", fImportedSymbolsCountInNewLinkEdit, fImportSymbolsStartIndexInNewLinkEdit, fLayout.getFilePath());
1782 // &fStrings[fSymbolTable[reloc->r_symbolnum()].n_strx()], fLayout.getFilePath());
1821 // &fStrings[fSymbolTable[oldSymbolIndex].n_strx()], fLayout.getFilePath());
1857 // seg->filesize(), layoutSeg->fileSize(), seg->segname(), fLayout.getFilePath());
1861 // seg->vmsize(), layoutSeg->size(), seg->segname(), fLayout.getFilePath());
1891 // fprintf(stderr, "dylib %s\n", fLayout.getFilePath());
2201 if ( strstr(it->layout->getFilePath(), "libobj
[all...]

Completed in 126 milliseconds