Searched refs:disassembly (Results 1 – 3 of 3) sorted by relevance
940 let disassembly = collectDisassemblyForFunction(this.func);941 if (disassembly) {944 this.views.push(new DisassemblyView(this.div, disassembly, totalCount));1647 constructor(divContainer, disassembly, totalCount) { argument1650 this.disassembly = disassembly;1662 for (let line of this.disassembly) {
346 self.disassembly = None671 function.disassembly = code728 if function.disassembly:730 for code, addr in function.disassembly:
299 # Add source code and disassembly. Change the path of source_dirs if it not correct.339 and disassembly annotation. It is the recommended way to show reports.431 source code and disassembly (with line numbers) in the report. Below is an example.440 # Report source code and disassembly. Disassembling all binaries is slow, so it's better to add1090 report_html.py to generate annotated source code and disassembly.1136 each function, annotated disassembly for each function.1145 # Add disassembly.1148 # Adding disassembly for all binaries can cost a lot of time. So we can choose to only add1149 # disassembly for selected binaries.1181 4. Annotated disassembly of that function. It only appears when there are binaries containing that