summaryrefslogtreecommitdiffstats
path: root/src/mscvpdb.h
diff options
context:
space:
mode:
authorMarc Aldorasi <marc@groundctl.com>2022-01-10 17:52:14 (GMT)
committerMarc Aldorasi <marc@groundctl.com>2022-01-11 14:25:48 (GMT)
commit639673c536bfc82ee212bd3ffea02e88717cb4e2 (patch)
tree87c0e1b510cd79404dae056ba78067dcc63051da /src/mscvpdb.h
parentf82a603cfb04165ffbe143e87b60ada7943b607b (diff)
downloadcv2pdb-639673c536bfc82ee212bd3ffea02e88717cb4e2.zip
cv2pdb-639673c536bfc82ee212bd3ffea02e88717cb4e2.tar.gz
cv2pdb-639673c536bfc82ee212bd3ffea02e88717cb4e2.tar.bz2
Add function entries for non-contiguous functions
Diffstat (limited to 'src/mscvpdb.h')
-rw-r--r--src/mscvpdb.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mscvpdb.h b/src/mscvpdb.h
index b377a64..c6b4920 100644
--- a/src/mscvpdb.h
+++ b/src/mscvpdb.h
@@ -1670,6 +1670,20 @@ union codeview_symbol
// return UDT,instance constructor,instance constructor with virtual base
unsigned int unknown2;
} funcinfo_32;
+
+ struct
+ {
+ short int len;
+ short int id;
+ unsigned int parent;
+ unsigned int end;
+ unsigned int length;
+ unsigned int flags;
+ unsigned int offset;
+ unsigned int parent_offset;
+ short int section;
+ short int parent_section;
+ } sepcode_v3;
};
#define S_COMPILAND_V1 0x0001
@@ -1745,6 +1759,7 @@ union codeview_symbol
#define S_MSTOOL_V3 0x1116 /* compiler command line options and build information */
#define S_PUB_FUNC1_V3 0x1125 /* didn't get the difference between the two */
#define S_PUB_FUNC2_V3 0x1127
+#define S_SEPCODE_V3 0x1132
#define S_SECTINFO_V3 0x1136
#define S_SUBSECTINFO_V3 0x1137
#define S_ENTRYPOINT_V3 0x1138