mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-19 09:55:28 +00:00
PPC: Detect unpooled string literal references (#188)
* Update openssl and tokio for Cargo deny * PPC: Detect unpooled string literal references
This commit is contained in:
@@ -247,7 +247,13 @@ pub trait Arch: Send + Sync + Debug {
|
||||
SymbolFlagSet::default()
|
||||
}
|
||||
|
||||
fn guess_data_type(&self, _resolved: ResolvedInstructionRef) -> Option<DataType> { None }
|
||||
fn guess_data_type(
|
||||
&self,
|
||||
_resolved: ResolvedInstructionRef,
|
||||
_bytes: &[u8],
|
||||
) -> Option<DataType> {
|
||||
None
|
||||
}
|
||||
|
||||
fn symbol_hover(&self, _obj: &Object, _symbol_index: usize) -> Vec<HoverItem> { Vec::new() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user