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

  /external/elfutils/0.153/libebl/
eblopenbackend.c 72 const char *dsoname; member in struct:__anon25024
346 char dsoname[100]; local
347 strcpy (stpcpy (stpcpy (dsoname, ORIGINDIR "libebl_"),
348 machines[cnt].dsoname),
351 void *h = dlopen (dsoname, RTLD_LAZY);
354 strcpy (stpcpy (stpcpy (dsoname, "libebl_"),
355 machines[cnt].dsoname),
357 h = dlopen (dsoname, RTLD_LAZY);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
map.c 243 const char *dsoname = "[unknown]"; local
247 dsoname = map->dso->long_name;
249 dsoname = map->dso->name;
252 return fprintf(fp, "%s", dsoname);

Completed in 116 milliseconds