• Home
  • Raw
  • Download

Lines Matching refs:DL_OPEN_ERR

1155DL_OPEN_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset);  in load_library()
1159 DL_OPEN_ERR("file offset for the library \"%s\" is negative: %" PRId64, name, file_offset); in load_library()
1165 DL_OPEN_ERR("unable to stat file for the library \"%s\": %s", name, strerror(errno)); in load_library()
1169 DL_OPEN_ERR("file offset for the library \"%s\" >= file size: %" PRId64 " >= %" PRId64, in load_library()
1189 DL_OPEN_ERR("library \"%s\" wasn't loaded and RTLD_NOLOAD prevented it", name); in load_library()
1195 DL_OPEN_ERR("unable to fstatfs file for the library \"%s\": %s", name, strerror(errno)); in load_library()
1226DL_OPEN_ERR("library \"%s\" needed or dlopened by \"%s\" is not accessible for the namespace \"%s\… in load_library()
1334 DL_OPEN_ERR("library \"%s\" not found: needed by main executable", name); in load_library()
1336 DL_OPEN_ERR("library \"%s\" not found: needed by %s in namespace %s", name, in load_library()
1340 DL_OPEN_ERR("library \"%s\" not found", name); in load_library()
2111 DL_OPEN_ERR("invalid flags to dlopen: %x", flags); in do_dlopen()
2117 DL_OPEN_ERR("invalid extended flags to android_dlopen_ext: 0x%" PRIx64, extinfo->flags); in do_dlopen()
2123 DL_OPEN_ERR("invalid extended flag combination (ANDROID_DLEXT_USE_LIBRARY_FD_OFFSET without " in do_dlopen()
2130 DL_OPEN_ERR("ANDROID_DLEXT_USE_NAMESPACE is set but extinfo->library_namespace is null"); in do_dlopen()
2337 DL_OPEN_ERR("invalid handle: %p", handle); in do_dlclose()