Lines Matching refs:DL_OPEN_ERR
1178 …DL_OPEN_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset); in load_library()
1182 DL_OPEN_ERR("file offset for the library \"%s\" is negative: %" PRId64, name, file_offset); in load_library()
1188 DL_OPEN_ERR("unable to stat file for the library \"%s\": %s", name, strerror(errno)); in load_library()
1192 DL_OPEN_ERR("file offset for the library \"%s\" >= file size: %" PRId64 " >= %" PRId64, in load_library()
1212 DL_OPEN_ERR("library \"%s\" wasn't loaded and RTLD_NOLOAD prevented it", name); in load_library()
1218 DL_OPEN_ERR("unable to fstatfs file for the library \"%s\": %s", name, strerror(errno)); in load_library()
1247 …DL_OPEN_ERR("library \"%s\" needed or dlopened by \"%s\" is not accessible for the namespace \"%s\… in load_library()
1358 DL_OPEN_ERR("library \"%s\" not found: needed by main executable", name); in load_library()
1360 DL_OPEN_ERR("library \"%s\" not found: needed by %s in namespace %s", name, in load_library()
1364 DL_OPEN_ERR("library \"%s\" not found", name); in load_library()
2137 DL_OPEN_ERR("invalid flags to dlopen: %x", flags); in do_dlopen()
2143 DL_OPEN_ERR("invalid extended flags to android_dlopen_ext: 0x%" PRIx64, extinfo->flags); in do_dlopen()
2149 DL_OPEN_ERR("invalid extended flag combination (ANDROID_DLEXT_USE_LIBRARY_FD_OFFSET without " in do_dlopen()
2156 DL_OPEN_ERR("ANDROID_DLEXT_USE_NAMESPACE is set but extinfo->library_namespace is null"); in do_dlopen()
2383 DL_OPEN_ERR("invalid handle: %p", handle); in do_dlclose()