Lines Matching refs:DL_OPEN_ERR
1143 …DL_OPEN_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset); in load_library()
1147 DL_OPEN_ERR("file offset for the library \"%s\" is negative: %" PRId64, name, file_offset); in load_library()
1153 DL_OPEN_ERR("unable to stat file for the library \"%s\": %s", name, strerror(errno)); in load_library()
1157 DL_OPEN_ERR("file offset for the library \"%s\" >= file size: %" PRId64 " >= %" PRId64, in load_library()
1177 DL_OPEN_ERR("library \"%s\" wasn't loaded and RTLD_NOLOAD prevented it", name); in load_library()
1183 DL_OPEN_ERR("unable to fstatfs file for the library \"%s\": %s", name, strerror(errno)); in load_library()
1214 …DL_OPEN_ERR("library \"%s\" needed or dlopened by \"%s\" is not accessible for the namespace \"%s\… in load_library()
1321 DL_OPEN_ERR("library \"%s\" not found: needed by main executable", name); in load_library()
1323 DL_OPEN_ERR("library \"%s\" not found: needed by %s in namespace %s", name, in load_library()
1327 DL_OPEN_ERR("library \"%s\" not found", name); in load_library()
2090 DL_OPEN_ERR("invalid flags to dlopen: %x", flags); in do_dlopen()
2096 DL_OPEN_ERR("invalid extended flags to android_dlopen_ext: 0x%" PRIx64, extinfo->flags); in do_dlopen()
2102 DL_OPEN_ERR("invalid extended flag combination (ANDROID_DLEXT_USE_LIBRARY_FD_OFFSET without " in do_dlopen()
2109 DL_OPEN_ERR("ANDROID_DLEXT_USE_NAMESPACE is set but extinfo->library_namespace is null"); in do_dlopen()
2316 DL_OPEN_ERR("invalid handle: %p", handle); in do_dlclose()