mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-17 23:01:25 -07:00
moved CodeView parser code into separate file
This commit is contained in:
@@ -3,24 +3,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
////////////////////////////////
|
||||
// Aligns
|
||||
|
||||
#define CV_LeafAlign 4
|
||||
#define CV_SymbolAlign 1
|
||||
#define CV_C13SubSectionAlign 4
|
||||
#define CV_FileCheckSumsAlign 4
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
//- Symbol and Leaf Headers
|
||||
|
||||
#define CV_LeafSize_Max max_U16
|
||||
typedef U16 CV_LeafSize;
|
||||
|
||||
#define CV_SymSize_Max max_U16
|
||||
typedef U16 CV_SymSize;
|
||||
|
||||
typedef struct CV_LeafHeader
|
||||
{
|
||||
CV_LeafSize size;
|
||||
|
||||
Reference in New Issue
Block a user