Home
last modified time | relevance | path

Searched refs:dsoname (Results 1 – 1 of 1) sorted by relevance

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