wine-wine/dlls/dbghelp
Chip Davis 8000b5415d dbghelp: Look for .eh_fram if no .eh_frame is found.
lld produces these, because '.eh_frame' misses the eight-character limit
by one character, but '.eh_fram' does not. This allows it to avoid
producing a string table for this common section.

Signed-off-by: Chip Davis <cdavis@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-13 15:59:55 +01:00
..
tests
Makefile.in
coff.c
cpu_arm.c
cpu_arm64.c
cpu_i386.c
cpu_ppc.c
cpu_x86_64.c
dbghelp.c
dbghelp.spec dbghelp: Fix MiniDumpWriteDump spec file entry. 2020-01-08 21:57:15 +01:00
dbghelp_private.h
dwarf.c dbghelp: Look for .eh_fram if no .eh_frame is found. 2020-01-13 15:59:55 +01:00
dwarf.h
elf_module.c
image.c
image_private.h
macho_module.c dbghelp: Fix reading the target's dyld image info, based on its CPU architecture. 2019-12-13 09:55:33 +01:00
minidump.c
module.c
msc.c
path.c dbghelp: Prevent an invalid memory access when the search path element is empty. 2019-08-29 20:08:14 +02:00
pe_module.c
source.c
stabs.c
stack.c
storage.c
symbol.c dbghelp: Avoid dead assignment (scan-build). 2019-09-16 10:14:27 +02:00
type.c
version.rc
wdbgexts.h