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

/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldAPIs.cpp1378 const char* str = dyld::mkstringf("dlopen_preflight(%s): %s", path, msg);
1525 const char* str = dyld::mkstringf("dlopen(%s, %d): %s", path, mode, msg);
1675 const char* str = dyld::mkstringf("dlsym(RTLD_DEFAULT, %s): symbol not found", symbolName);
1690 const char* str = dyld::mkstringf("dlsym(RTLD_MAIN_ONLY, %s): symbol not found", symbolName);
1706 const char* str = dyld::mkstringf("dlsym(RTLD_NEXT, %s): symbol not found", symbolName);
1721 const char* str = dyld::mkstringf("dlsym(RTLD_SELF, %s): symbol not found", symbolName);
1745 const char* str = dyld::mkstringf("dlsym(%p, %s): symbol not found", handle, symbolName);
H A DImageLoaderMachOCompressed.cpp507 const char* newMsg = dyld::mkstringf("%s in %s", msg, this->getPath());
765 const char* msg = dyld::mkstringf(" (which was built for Mac OS X %d.%d)", imageMinOS >> 16, (imageMinOS >> 8) & 0xFF);
767 const char* msg = dyld::mkstringf(" (which was built for iOS %d.%d)", imageMinOS >> 16, (imageMinOS >> 8) & 0xFF);
1018 const char* newMsg = dyld::mkstringf("%s in %s", msg, this->getPath());
1102 const char* newMsg = dyld::mkstringf("%s in %s", msg, this->getPath());
H A Ddyld.cpp350 const char* mkstringf(const char* format, ...) function in namespace:dyld
363 return "mkstringf, out of memory error";
2494 const char* newMsg = dyld::mkstringf("%s: open() failed with errno=%d", path, err);
2504 const char* newMsg = dyld::mkstringf("%s: %s", path, msg);
2523 exceptions->push_back(dyld::mkstringf("%s: stat() failed with errno=%d", path, err));
2634 exceptions->push_back(dyld::mkstringf("%s: stat() failed with errno=%d", path, statErrNo));
4344 halt(dyld::mkstringf("could not load inserted library '%s' because %s\n", path, msg));
4348 halt(dyld::mkstringf("could not load inserted library '%s'\n", path));
H A DImageLoader.h150 extern const char* mkstringf(const char* format, ...) __attribute__((format(printf, 1, 2)));
H A DImageLoader.cpp666 const char* newMsg = dyld::mkstringf("Library not loaded: %s\n Referenced from: %s\n Reason: %s", requiredLibInfo.name, this->getRealPath(), msg);

Completed in 177 milliseconds