Searched refs:_find_module (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/cc/ |
D | bcc_syms.cc | 430 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/ |
D | modulefinder.py | 53 def _find_module(name, path=None): function 508 return _find_module(name, path)
|
/external/python/cpython2/Lib/idlelib/ |
D | EditorWindow.py | 39 def _find_module(fullname, path=None): function 669 (f, file_path, (suffix, mode, mtype)) = _find_module(name)
|