mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
skip linker info sections during relocation patching, also log a message
when encountering an unsupported machine type
This commit is contained in:
committed by
Ryan Fleury
parent
488849792c
commit
3224c5e0aa
@@ -527,6 +527,12 @@ lnk_coff_string_table_from_obj(LNK_Obj *obj)
|
||||
return str8_substr(obj->data, obj->header.string_table_range);
|
||||
}
|
||||
|
||||
internal String8
|
||||
lnk_coff_symbol_table_from_obj(LNK_Obj *obj)
|
||||
{
|
||||
return str8_substr(obj->data, obj->header.symbol_table_range);
|
||||
}
|
||||
|
||||
internal COFF_RelocArray
|
||||
lnk_coff_reloc_info_from_section_number(LNK_Obj *obj, U64 section_number)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user