Home
last modified time | relevance | path

Searched refs:is_virtual (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/dbghelp/
H A Dmodule.c248 module->is_virtual = virtual; in module_new()
387 if (pair->effective->is_virtual) ret = FALSE; in module_get_debug()
H A Ddbghelp_private.h383 unsigned short is_virtual : 1; member
H A Delf_module.c1707 if (module->type == DMT_ELF && !module->is_virtual) in elf_synchronize_module_list()
1722 if (module->type == DMT_ELF && !module->is_virtual) in elf_synchronize_module_list()
H A Dmacho_module.c1704 if (module->type == DMT_MACHO && !module->is_virtual) in macho_synchronize_module_list()
1716 if (module->type == DMT_MACHO && !module->is_virtual && in macho_synchronize_module_list()
H A Ddbghelp_ros.diff368 if (pair->effective->is_virtual) ret = FALSE;