factor out pdata code to PE layer

This commit is contained in:
Nikita Smith
2025-06-25 10:53:23 -07:00
committed by Ryan Fleury
parent f055267e59
commit 578a7ebdee
3 changed files with 31 additions and 24 deletions
+4
View File
@@ -1106,4 +1106,8 @@ internal String8 pe_make_debug_header_rdi(Arena *arena, Guid guid, String8 rdi_p
internal U32 pe_compute_checksum(U8 *buffer, U64 buffer_size);
////////////////////////////////
internal void pe_pdata_sort(COFF_MachineType machine, String8 raw_pdata);
#endif // PE_H