Sweden-Number/dlls/dbghelp
Austin English f832f85c80 dbghelp: Ignore some more symbol ids.
These are from MSVC 2013.
2015-05-20 17:32:49 +09:00
..
Makefile.in configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
coff.c dbghelp: Remove no-op additions with 0 (PVS-Studio). 2015-03-09 22:06:39 +09:00
cpu_arm.c dbghelp: Use BOOL type where appropriate. 2013-11-12 12:58:03 +01:00
cpu_arm64.c dbghelp: Use BOOL type where appropriate. 2013-11-12 12:58:03 +01:00
cpu_i386.c dbghelp: Fix compiler warnings with flag -Wunused-macros. 2014-12-10 13:31:05 +01:00
cpu_ppc.c dbghelp: Use BOOL type where appropriate. 2013-11-12 12:58:03 +01:00
cpu_x86_64.c dbghelp: Fix compilation on systems that don't support nameless unions. 2015-03-02 13:49:02 +09:00
crc32.c
dbghelp.c dbghelp: Remove a useless DllMain, msvcrt can't be unloaded. 2013-11-11 11:49:18 +01:00
dbghelp.spec dbghelp: Add stubs for SymSetHomeDirectory. 2013-04-01 20:42:33 +02:00
dbghelp_private.h dbghelp: Mark internal symbols with hidden visibility. 2015-03-16 15:06:29 +09:00
dwarf.c dbghelp: Detect if return address information is missing. 2015-04-07 15:08:44 +09:00
dwarf.h
elf_module.c dbghelp: Constify some character strings. 2013-12-16 12:02:49 +01:00
image.c
image_private.h dbghelp: Store the 32/64 bitness in the image structure. 2012-02-14 12:31:48 +01:00
macho_module.c dbghelp: Support 64-bit dyld_all_image_infos structures, too. 2015-02-06 22:35:23 +09:00
minidump.c dbghelp: Store the vendor id in the correct order. 2013-03-04 11:15:57 +01:00
module.c dbghelp: Use BOOL type where appropriate. 2013-11-12 12:58:03 +01:00
msc.c dbghelp: Ignore some more symbol ids. 2015-05-20 17:32:49 +09:00
path.c dbghelp: Assorted fixes for shadow variables. 2012-04-23 12:58:36 +02:00
pe_module.c dbghelp: pe_unmap_directory() is unused so remove it. 2015-03-16 15:03:31 +09:00
source.c
stabs.c dbghelp: Free srcpath in stabs handling (Coverity). 2013-06-24 11:45:10 +02:00
stack.c dbghelp: Don't fill KdHelp structure for usermode applications. 2015-02-03 14:40:50 +09:00
storage.c Assorted spelling and typos fixes. 2014-01-27 17:00:11 +01:00
symbol.c dbghelp: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-10 15:18:25 +09:00
type.c dbghelp: Use boolean return value in boolean function. 2014-04-29 11:18:51 +02:00
version.rc
wdbgexts.h