wine/dlls/dbghelp
Eric Pouech c4f1f5b185 dbghelp: Get rid of symt_inlinesite by merging it inside symt_function.
Basically:
- extending symt_function to enable storage of multiple address ranges
- symt_function and sym_inlinesite now share the same fields, so
  get rid to the later.

Note that only the first range of a top level function is actually
stored and used (even if the structure allows for more).

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
2022-11-01 17:53:57 +01:00
..
tests
coff.c
cpu_arm.c
cpu_arm64.c
cpu_i386.c
cpu_x86_64.c
dbghelp.c dbghelp: Get rid of symt_inlinesite by merging it inside symt_function. 2022-11-01 17:53:57 +01:00
dbghelp.spec
dbghelp_private.h dbghelp: Get rid of symt_inlinesite by merging it inside symt_function. 2022-11-01 17:53:57 +01:00
dwarf.c dbghelp: Get rid of symt_inlinesite by merging it inside symt_function. 2022-11-01 17:53:57 +01:00
dwarf.h
elf_module.c dbghelp: Use addr_range for storing symt_function address and size. 2022-11-01 17:53:57 +01:00
image.c
image_private.h
macho_module.c dbghelp: Use addr_range for storing symt_function address and size. 2022-11-01 17:53:57 +01:00
Makefile.in
minidump.c
module.c dbghelp: Get rid of symt_inlinesite by merging it inside symt_function. 2022-11-01 17:53:57 +01:00
msc.c dbghelp: Get rid of symt_inlinesite by merging it inside symt_function. 2022-11-01 17:53:57 +01:00
path.c
pe_module.c
source.c
stabs.c dbghelp: Use addr_range for storing symt_function address and size. 2022-11-01 17:53:57 +01:00
stack.c
storage.c dbghelp: Realloc array of buckets inside struct vector. 2022-10-21 23:18:06 +02:00
symbol.c dbghelp: Get rid of symt_inlinesite by merging it inside symt_function. 2022-11-01 17:53:57 +01:00
type.c dbghelp: Get rid of symt_inlinesite by merging it inside symt_function. 2022-11-01 17:53:57 +01:00
version.rc
wdbgexts.h