Checking patch elf/dl-load.c... error: while searching for: return -1; } /* Map in the shared object file NAME. */ struct link_map_private * _dl_map_object (struct link_map_private *loader, const char *name, int type, int trace_mode, int mode, Lmid_t nsid) { int fd; const char *origname = NULL; char *realname; char *name_copy; struct link_map_private *l; struct filebuf fb; assert (nsid >= 0); assert (nsid < GL(dl_nns)); /* Look for this name among those already loaded. */ for (l = GL(dl_ns)[nsid]._ns_loaded; l; l = l_next (l)) { /* If the requested name matches the soname of a loaded object, use that object. Elide this check for names that have not error: patch failed: elf/dl-load.c:1904 error: elf/dl-load.c: patch does not apply Checking patch sysdeps/generic/ldsodefs.h... Hunk #1 succeeded at 913 (offset 5 lines). error: while searching for: int type, int trace_mode, int mode, Lmid_t nsid) attribute_hidden; /* Call _dl_map_object on the dependencies of MAP, and set up MAP->l_searchlist. PRELOADS points to a vector of NPRELOADS previously loaded objects that will be inserted into MAP->l_searchlist after MAP error: patch failed: sysdeps/generic/ldsodefs.h:916 error: sysdeps/generic/ldsodefs.h: patch does not apply