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

Class pdb_dbi_debug_header

source/pdb_reader.cpp:101–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 uint32_t pdb_file_name_index;
100};
101struct pdb_dbi_debug_header
102{
103 uint16_t fpo; // IMAGE_DEBUG_TYPE_FPO
104 uint16_t exception; // IMAGE_DEBUG_TYPE_EXCEPTION
105 uint16_t fixup; // IMAGE_DEBUG_TYPE_FIXUP
106 uint16_t omap_to_src; // IMAGE_DEBUG_TYPE_OMAP_TO_SRC
107 uint16_t omap_from_src; // IMAGE_DEBUG_TYPE_OMAP_FROM_SRC
108 uint16_t section_header; // A dump of all section headers from the executable
109 uint16_t token_rid_map;
110 uint16_t xdata; // A dump of the .xdata section from the executable
111 uint16_t pdata;
112 uint16_t new_fpo;
113 uint16_t section_header_orig;
114};
115struct pdb_dbi_section_header
116{
117 char name[8];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected