dbghelp: Use remap table from PDB hash stream.
commit29dd84443976005a8ec713dd1c75458e27346591
authorEric Pouech <eric.pouech@gmail.com>
Wed, 22 Jun 2022 14:28:09 +0000 (22 16:28 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 28 Jun 2022 18:30:05 +0000 (28 20:30 +0200)
tree1bc5e339d4a749fda6acec8ec43b652ebca87988
parentd12d5c7245635c9df26505c8b1aa3080404ca616
dbghelp: Use remap table from PDB hash stream.

The PDB hash stream from TPI header contains information to force a remap
to a given type record (whatever the order in the bucket hash list).
This is generated by the incremental linker in some occasions.

Use that information to remap the corresponding types.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
dlls/dbghelp/msc.c