dl_open_errstr     53 src/dl_darwin.c static const char *dl_open_errstr = NULL;
dl_open_errstr     66 src/dl_darwin.c             dl_open_errstr = "The specified Mach-O file is not of a type this function can operate upon.";
dl_open_errstr     69 src/dl_darwin.c             dl_open_errstr = "The specified Mach-O file is for a different CPU architecture.";
dl_open_errstr     72 src/dl_darwin.c             dl_open_errstr = "The specified file does not appear to be a Mach-O file.";
dl_open_errstr     75 src/dl_darwin.c             dl_open_errstr = "The access permissions for the specified file do not permit the creation of the image.";
dl_open_errstr     78 src/dl_darwin.c             dl_open_errstr = "Unknown error.";
dl_open_errstr     87 src/dl_darwin.c         dl_open_errstr = "NSLinkModule failed";
dl_open_errstr     94 src/dl_darwin.c     return dl_open_errstr;