Home
last modified time | relevance | path

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

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