move helpers to COFF layer

This commit is contained in:
Nikita Smith
2025-06-25 10:53:24 -07:00
committed by Ryan Fleury
parent a484906cf9
commit ecdee57c60
2 changed files with 31 additions and 0 deletions
+2
View File
@@ -617,6 +617,8 @@ internal String8 coff_make_import_header(Arena *arena, COFF_MachineType machine,
////////////////////////////////
// Misc
internal U16 coff_default_align_from_machine (COFF_MachineType machine);
internal U8 coff_code_align_byte_from_machine (COFF_MachineType machine);
internal U64 coff_word_size_from_machine (COFF_MachineType machine);
internal U64 coff_default_exe_base_from_machine(COFF_MachineType machine);
internal U64 coff_default_dll_base_from_machine(COFF_MachineType machine);