| 19 | #pragma pack(1) |
| 20 | |
| 21 | struct 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 | }; |
| 29 | struct pdb_names_header |
| 30 | { |
| 31 | uint32_t signature; |
nothing calls this directly
no outgoing calls
no test coverage detected