Searched refs:_find_module (Results 1 – 2 of 2) sorted by relevance
/external/bcc/src/cc/ |
D | bcc_syms.cc | 429 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/ |
D | EditorWindow.py | 39 def _find_module(fullname, path=None): function 669 (f, file_path, (suffix, mode, mtype)) = _find_module(name)
|