(&mut self, sections: &[Section], symbols: &[Symbol], _symbol_indices: &[usize])
| 163 | |
| 164 | impl 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, |