Searched defs:dsoname (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/libebl/
H A Deblopenbackend.c51 const char *dsoname; member in struct:__anon6100
323 char dsoname[100]; local
324 strcpy (stpcpy (stpcpy (dsoname, ORIGINDIR "libebl_"),
325 machines[cnt].dsoname),
328 void *h = dlopen (dsoname, RTLD_LAZY);
331 strcpy (stpcpy (stpcpy (dsoname, "libebl_"),
332 machines[cnt].dsoname),
334 h = dlopen (dsoname, RTLD_LAZY);

Completed in 78 milliseconds