MCPcopy Create free account
hub / github.com/crosire/blink / pdb_header

Class pdb_header

source/pdb_reader.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#pragma pack(1)
20
21struct pdb_header
22{
23 uint32_t version;
24 uint32_t time_date_stamp;
25 uint32_t age;
26 blink::guid guid;
27 uint32_t names_map_offset;
28};
29struct pdb_names_header
30{
31 uint32_t signature;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected