Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Common/
DSharedLibrary.cpp41 Dl_info dl_info; in getModuleDirectory() local
42 if(dladdr(&dummy_symbol, &dl_info) != 0) in getModuleDirectory()
44 std::string directory(dl_info.dli_fname); in getModuleDirectory()
/third_party/cef/libcef/common/
Dresource_util.cc231 Dl_info dl_info; in OverrideAssetPath() local
232 if (dladdr(reinterpret_cast<const void*>(&OverrideAssetPath), &dl_info)) { in OverrideAssetPath()
233 base::FilePath path = base::FilePath(dl_info.dli_fname).DirName(); in OverrideAssetPath()
/third_party/python/Modules/_ctypes/darwin/
Ddlfcn.h45 typedef struct dl_info { struct
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c2201 Dl_info dl_info; in _gst_debug_nameof_funcptr() local
2219 if (dladdr ((gpointer) func, &dl_info) && dl_info.dli_sname) { in _gst_debug_nameof_funcptr()
2220 const gchar *name = g_intern_string (dl_info.dli_sname); in _gst_debug_nameof_funcptr()