| 99 | uint32_t pdb_file_name_index; |
| 100 | }; |
| 101 | struct 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 | }; |
| 115 | struct pdb_dbi_section_header |
| 116 | { |
| 117 | char name[8]; |
nothing calls this directly
no outgoing calls
no test coverage detected