mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
move helpers to COFF layer
This commit is contained in:
committed by
Ryan Fleury
parent
a484906cf9
commit
ecdee57c60
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user