Sweden-Number/dlls/dbghelp
Chip Davis 53b5c3b6c6 dbghelp: Ignore N_INDR symbols.
These are aliases for another symbol. They are often seen on Mac OS when
a dylib reexports some symbols defined in another dylib.

Signed-off-by: Chip Davis <cdavis@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-06 21:21:41 +02:00
..
tests
Makefile.in dbghelp: Use RtlComputeCrc32(). 2019-08-02 10:52:03 +02:00
coff.c
cpu_arm.c dbghelp: Pass module to map_dwarf_register. 2020-03-30 12:09:09 +02:00
cpu_arm64.c dbghelp: Pass module to map_dwarf_register. 2020-03-30 12:09:09 +02:00
cpu_i386.c dbghelp: Use DWARF registry mapping quirk only for actual macho modules. 2020-03-30 12:09:09 +02:00
cpu_ppc.c dbghelp: Pass module to map_dwarf_register. 2020-03-30 12:09:09 +02:00
cpu_x86_64.c dbghelp: Pass module to map_dwarf_register. 2020-03-30 12:09:09 +02:00
dbghelp.c dbghelp: Don't bother trying to initialize loader backend if we can't get debug base address from PEB. 2020-04-02 20:49:33 +02:00
dbghelp.spec dbghelp: Fix MiniDumpWriteDump spec file entry. 2020-01-08 21:57:15 +01:00
dbghelp_private.h dbghelp: Pass stab size to stabs_parse. 2020-03-30 12:09:10 +02:00
dwarf.c dbghelp: Fix misleading indentation warning. 2020-03-30 12:09:10 +02:00
dwarf.h
elf_module.c dbghelp: Don't use system headers for ELF declarations. 2020-03-31 22:16:00 +02:00
image.c
image_private.h dbghelp: Use local macho section declaration. 2020-04-01 21:17:24 +02:00
macho_module.c dbghelp: Use mount manager to lookup dsym by uuid. 2020-04-03 17:02:35 +02:00
minidump.c dbghelp: Use LONG_PTR instead of long type. 2020-03-26 18:34:50 +01:00
module.c dbghelp: Use local NOTE_GNU_BUILD_ID declaration. 2020-03-31 22:13:49 +02:00
msc.c dbghelp: Use LONG_PTR instead of long type. 2020-03-26 18:34:50 +01:00
path.c dbghelp: Remove unused code in module_find_cb. 2020-03-26 18:34:50 +01:00
pe_module.c dbghelp: Pass stab size to stabs_parse. 2020-03-30 12:09:10 +02:00
source.c
stabs.c dbghelp: Ignore N_INDR symbols. 2020-04-06 21:21:41 +02:00
stack.c
storage.c dbghelp: Use LONG_PTR instead of long type. 2020-03-26 18:34:50 +01:00
symbol.c dbghelp: Use LONG_PTR instead of long type. 2020-03-26 18:34:50 +01:00
type.c dbghelp: Use LONG_PTR instead of long type. 2020-03-26 18:34:50 +01:00
version.rc
wdbgexts.h