HomeSort by relevance Sort by last modified time
    Searched refs:dsoname (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libebl/
eblopenbackend.c 72 const char *dsoname; member in struct:__anon19926
344 char dsoname[100]; local
345 strcpy (stpcpy (stpcpy (dsoname, ORIGINDIR "libebl_"),
346 machines[cnt].dsoname),
349 void *h = dlopen (dsoname, RTLD_LAZY);
352 strcpy (stpcpy (stpcpy (dsoname, "libebl_"),
353 machines[cnt].dsoname),
355 h = dlopen (dsoname, RTLD_LAZY);
  /external/linux-tools-perf/util/
session.c 1222 const char *symname, *dsoname; local
    [all...]

Completed in 399 milliseconds