• Eric Pouech's avatar
    dbghelp: Improve de-duping global symbols information (PDB). · 1c5eadb4
    Eric Pouech authored
    We have dups in global / file static variables definition:
    - between compiland stream and global (DBI) stream
      (we need to de-dup these)
    - still adding variables only present global DBI stream
    - keeping in mind, we need to keep:
      + two variables of different names at same address (aliasing)
      + variables of same name at different addresses
        (MS linker generate those)
    Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com>
    1c5eadb4
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
coff.c Loading commit data...
cpu_arm.c Loading commit data...
cpu_arm64.c Loading commit data...
cpu_i386.c Loading commit data...
cpu_x86_64.c Loading commit data...
dbghelp.c Loading commit data...
dbghelp.spec Loading commit data...
dbghelp_private.h Loading commit data...
dwarf.c Loading commit data...
dwarf.h Loading commit data...
elf_module.c Loading commit data...
image.c Loading commit data...
image_private.h Loading commit data...
macho_module.c Loading commit data...
minidump.c Loading commit data...
module.c Loading commit data...
msc.c Loading commit data...
path.c Loading commit data...
pe_module.c Loading commit data...
source.c Loading commit data...
stabs.c Loading commit data...
stack.c Loading commit data...
storage.c Loading commit data...
symbol.c Loading commit data...
type.c Loading commit data...
version.rc Loading commit data...
wdbgexts.h Loading commit data...