wine/dlls/dbghelp
Eric Pouech c8fede5efb dbghelp: Check correctness of type (esp. in case of unknown ones).
Since with the unknown type entry, we can end up with types which don't
match the expected symt->tag, we need to check before the conversions.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-03 13:50:14 +02:00
..
tests
coff.c
cpu_arm.c
cpu_arm64.c
cpu_i386.c
cpu_x86_64.c
dbghelp.c dbghelp: Fix SymInitialize for a live 32bit target from a 64bit caller in WOW64. 2021-08-31 21:59:30 +02:00
dbghelp.spec
dbghelp_private.h dbghelp: Check correctness of type (esp. in case of unknown ones). 2021-09-03 13:50:14 +02:00
dwarf.c dbghelp: Check correctness of type (esp. in case of unknown ones). 2021-09-03 13:50:14 +02:00
dwarf.h dbghelp: Fix dwarf constants. 2021-09-03 13:49:31 +02:00
elf_module.c
image.c
image_private.h dbghelp: Store the IMAGE_OPTIONAL_HEADER in either 32bit or 64bit form. 2021-08-31 21:59:20 +02:00
inflate.c
macho_module.c
Makefile.in
minidump.c
module.c dbghelp: Introduce internal type (symt_module) to match SymTagExe. 2021-08-30 22:49:58 +02:00
msc.c dbghelp: Tidy up internals for array type. 2021-09-01 21:21:49 +02:00
path.c
pe_module.c dbghelp: Store the IMAGE_OPTIONAL_HEADER in either 32bit or 64bit form. 2021-08-31 21:59:20 +02:00
source.c
stabs.c dbghelp: Tidy up internals for array type. 2021-09-01 21:21:49 +02:00
stack.c
storage.c
symbol.c dbghelp: Return the stored name for a compiland. 2021-08-30 22:49:58 +02:00
type.c dbghelp: Tidy up internals for array type. 2021-09-01 21:21:49 +02:00
version.rc
wdbgexts.h
zlib.h