• Eric Pouech's avatar
    dbghelp: Rely on first/last type index from type header. · b7c231c7
    Eric Pouech authored
    Code now follows these guidelines:
    - define PDB & Codeview internals in cvconst.h and mscvinfo.h (instead
      of having definitions in .c files, some of them being duplicate of .h
      content, and their "duplicate" values eventually diverged over time)
    - index of first type comes from PDB type header (instead of always being
      hardcoded as FIRST_DEFINABLE_TYPE)
    - use index of last typex from type header (instead of guessing the right
      value while parsing types, which also allows a single allocation
      instead of enlarging buffer while parsing).
    Signed-off-by: 's avatarEric Pouech <eric.pouech@gmail.com>
    b7c231c7
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...