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

@@ -22,6 +22,7 @@ pub trait ObjArch: Send + Sync {
&self,
address: u64,
code: &[u8],
section_index: usize,
relocations: &[ObjReloc],
line_info: &BTreeMap<u64, u64>,
config: &DiffObjConfig,