Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dmodule.c303 struct module* module_is_already_loaded(const struct process* pcs, const WCHAR* name) in module_is_already_loaded() function
841 module = module_is_already_loaded(pcs, wImageName); in SymLoadModuleExW()
H A Ddbghelp_private.h670 module_is_already_loaded(const struct process* pcs,
H A Delf_module.c1420 if ((module = module_is_already_loaded(pcs, filename))) in elf_search_and_load_file()
1622 if ((module = module_is_already_loaded(el->pcs, name))) in elf_load_cb()
H A Dmacho_module.c1562 if ((module = module_is_already_loaded(pcs, filename))) in macho_search_and_load_file()