API updates for ARM backend

This commit is contained in:
2024-06-03 19:37:48 -06:00
parent c9b11db2fa
commit fc54e93681
6 changed files with 30 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ impl ObjArch for ObjArchX86 {
&self,
address: u64,
code: &[u8],
_section_index: usize,
relocations: &[ObjReloc],
line_info: &BTreeMap<u64, u64>,
config: &DiffObjConfig,