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

/macosx-10.9.5/dyld-239.4/src/
H A DdyldAPIs.cpp1388 const char* str = dyld::mkstringf("dlopen_preflight(%s): %s", path, msg);
1535 const char* str = dyld::mkstringf("dlopen(%s, %d): %s", path, mode, msg);
1685 const char* str = dyld::mkstringf("dlsym(RTLD_DEFAULT, %s): symbol not found", symbolName);
1700 const char* str = dyld::mkstringf("dlsym(RTLD_MAIN_ONLY, %s): symbol not found", symbolName);
1716 const char* str = dyld::mkstringf("dlsym(RTLD_NEXT, %s): symbol not found", symbolName);
1731 const char* str = dyld::mkstringf("dlsym(RTLD_SELF, %s): symbol not found", symbolName);
1749 const char* str = dyld::mkstringf("dlsym(%p, %s): symbol not found", handle, symbolName);
H A Ddyld.cpp337 const char* mkstringf(const char* format, ...) function in namespace:dyld
350 return "mkstringf, out of memory error";
2376 const char* newMsg = dyld::mkstringf("%s: open() failed with errno=%d", path, err);
2386 const char* newMsg = dyld::mkstringf("%s: %s", path, msg);
2405 exceptions->push_back(dyld::mkstringf("%s: stat() failed with errno=%d", path, err));
2516 exceptions->push_back(dyld::mkstringf("%s: stat() failed with errno=%d", path, statErrNo));
4084 halt(dyld::mkstringf("could not load inserted library '%s' because %s\n", path, msg));
4087 halt(dyld::mkstringf("could not load inserted library '%s'\n", path));
H A DImageLoaderMachOCompressed.cpp507 const char* newMsg = dyld::mkstringf("%s in %s", msg, this->getPath());
1008 const char* newMsg = dyld::mkstringf("%s in %s", msg, this->getPath());
1092 const char* newMsg = dyld::mkstringf("%s in %s", msg, this->getPath());
H A DImageLoader.h134 extern const char* mkstringf(const char* format, ...) __attribute__((format(printf, 1, 2)));

Completed in 134 milliseconds