float codeview, msf, pdb layers up as regular codebase layers, and out of converter-specific code; clangify some builds

This commit is contained in:
Ryan Fleury
2024-02-13 09:51:50 -08:00
parent 017116aee9
commit 7defce94c7
25 changed files with 359 additions and 428 deletions
+10
View File
@@ -11,6 +11,16 @@ typedef U32 COFF_TimeStamp;
#pragma pack(push,1)
typedef struct COFF_Guid COFF_Guid;
struct COFF_Guid
{
U32 data1;
U16 data2;
U16 data3;
U32 data4;
U32 data5;
};
typedef U16 COFF_Flags;
enum
{