Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
Dmodinfo.c79 static int check_module(struct dirtree *new) in check_module() function
130 dirtree_read(path, check_module); in modinfo_main()
/third_party/elfutils/libdwfl/
Dderelocate.c297 check_module (Dwfl_Module *mod) in check_module() function
380 if (unlikely (check_module (mod))) in dwfl_module_relocate_address()
407 if (check_module (mod)) in INTDEF()
DChangeLog1130 * derelocate.c (check_module): Check mod is not NULL.
3097 (check_module): New function, broken out of ...
/third_party/python/Lib/distutils/command/
Dbuild_py.py210 def check_module(self, module, module_file): member in build_py
277 if not self.check_module(module, module_file):