Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_syms.cc430 static int _find_module(const char *modname, uint64_t start, uint64_t end, in _find_module() function
444 if (bcc_procutils_each_module(pid, _find_module, &mod) < 0 || in bcc_resolve_global_addr()
/external/python/cpython3/Lib/
Dmodulefinder.py53 def _find_module(name, path=None): function
508 return _find_module(name, path)
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py39 def _find_module(fullname, path=None): function
669 (f, file_path, (suffix, mode, mtype)) = _find_module(name)