Searched refs:errstring_copy (Results 1 – 1 of 1) sorted by relevance
89 char *errstring_copy = malloc (len_objname + len_errstring); in _dl_exception_create() local90 if (errstring_copy != NULL) in _dl_exception_create()93 exception->objname = memcpy (__mempcpy (errstring_copy, in _dl_exception_create()96 exception->errstring = errstring_copy; in _dl_exception_create()