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

/external/mesa3d/src/mesa/main/
H A Ddlopen.h47 _mesa_dlopen(const char *libname, int flags) argument
53 return dlopen(libname, flags);
55 return LoadLibraryA(libname);
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc105 static bool IsDynamicRTName(const char *libname) { argument
106 return internal_strstr(libname, "libclang_rt.asan") ||
107 internal_strstr(libname, "libasan.so");
/external/libxml2/os400/dlfcn/
H A Ddlfcn.c879 const char * libname, const char * pathname)
885 strcpy(qsysinfo->Lib_Name, libname);
878 dl_lib_object(Qp0l_QSYS_Info_t * qsysinfo, const char * libname, const char * pathname) argument
/external/ltrace/
H A Doptions.c264 char *libname = *libnamep; local
271 if (libname != libend && libname[0] == '/')
272 ++libname;
277 *libnamep = libname;
293 char *libname; local
298 libname = "*";
304 libname = "*";
312 libname = "*";
316 libname
[all...]
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1495 const char *libname = "libglapi.so"; local
1497 const char *libname = "libglapi.so.0"; local
1504 const char *libname = NULL; local
1509 handle = dlopen(libname, RTLD_LAZY | RTLD_GLOBAL);
1513 if (!dri2_drv->get_proc_address || !libname) {
/external/elfutils/src/src/
H A Delflint.c2930 const char *libname = elf_strptr (ebl->elf, shdr->sh_link, local
2932 if (libname == NULL)
2941 if (unknown_dependency_p (ebl->elf, libname))
2973 int res = add_version (libname, verstr, aux->vna_other,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 382 milliseconds