- some more fixes to elf module's symbol table handling (including
commiteef83b38e1d361fb1f5ef9b2502dc54f9f0ff82d
authorEric Pouech <pouech-eric@wanadoo.fr>
Mon, 24 May 2004 19:08:19 +0000 (24 19:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 24 May 2004 19:08:19 +0000 (24 19:08 +0000)
tree35cf44c8625b4a67716c75f58e14c7c7789166c4
parent20f25c34685cc7a8db9155cf830cb1c99f8c6392
- some more fixes to elf module's symbol table handling (including
  static/global diff for variables)
- now re-synchronizing ELF list in all cases (no longer depending on
  RT_CONSISTENT state)
- now should be able to differentiate properly a native from a builtin
  module
- in symbol lookup, now using size of symbol (if known)
- SymGetTypeInfo now checks and uses BaseAddress
- in MSC-CV, really generate thunk objects
dlls/dbghelp/dbghelp.c
dlls/dbghelp/elf_module.c
dlls/dbghelp/module.c
dlls/dbghelp/msc.c
dlls/dbghelp/pe_module.c
dlls/dbghelp/symbol.c
dlls/dbghelp/type.c