dbghelp: Dwarf & thunks.
commite9910fee66789d9a069f993fc6dbc2e739340188
authorEric Pouech <eric.pouech@wanadoo.fr>
Sat, 24 Jun 2006 07:50:10 +0000 (24 09:50 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Jun 2006 11:38:03 +0000 (26 13:38 +0200)
treebeb575df6a922d216312b7d7d4581c2f39a27154
parentf939b0853dde0f63ebd17a67806a4a8c9f5b397a
dbghelp: Dwarf & thunks.

- added the elf_is_in_thunk_area() function to locate an address
  within the known thunk area of Wine's builtin modules
- now passing this thunk information to the dwarf parser so that it
  can drop functions from the thunk areas (as dwarf symbols), so that
  those functions can be later on marked as thunks in dbghelp
  internals
dlls/dbghelp/dbghelp_private.h
dlls/dbghelp/dwarf.c
dlls/dbghelp/elf_module.c