MCPcopy Index your code
hub / github.com/encounter/objdiff / post_init

Method post_init

objdiff-core/src/arch/arm.rs:165–167  ·  view source on GitHub ↗
(&mut self, sections: &[Section], symbols: &[Symbol], _symbol_indices: &[usize])

Source from the content-addressed store, hash-verified

163
164impl Arch for ArchArm {
165 fn post_init(&mut self, sections: &[Section], symbols: &[Symbol], _symbol_indices: &[usize]) {
166 self.disasm_modes = Self::get_mapping_symbols(sections, symbols);
167 }
168
169 fn scan_instructions_internal(
170 &self,

Callers 1

parseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected