MCPcopy Create free account
hub / github.com/encounter/objdiff / find_extab_entry

Function find_extab_entry

objdiff-gui/src/views/extab_diff.rs:28–32  ·  view source on GitHub ↗
(obj: &Object, symbol_index: usize)

Source from the content-addressed store, hash-verified

26}
27
28fn find_extab_entry(obj: &Object, symbol_index: usize) -> Option<&ExceptionInfo> {
29 (obj.arch.as_ref() as &dyn Any)
30 .downcast_ref::<objdiff_core::arch::ppc::ArchPpc>()
31 .and_then(|ppc| ppc.extab_for_symbol(symbol_index))
32}
33
34fn extab_text_ui(
35 ui: &mut egui::Ui,

Callers 1

extab_text_uiFunction · 0.85

Calls 1

extab_for_symbolMethod · 0.80

Tested by

no test coverage detected